Find Answers and Get Support › Forums › Gorgo – Multi-Purpose Gutenberg Blog & Magazine Theme › Website Setup › Posts › Can’t See Video In Posts
- This topic has 18 replies, 3 voices, and was last updated 1 year, 6 months ago by
Manathan.
-
AuthorPosts
-
jsmoothParticipant@jsmooth
- 3 Topics
- 14 Posts
So far everything is working great. But, I tried to add a YouTube video in a post, but when I publish it the video isn’t there (even though it shows in the WP Admin Dashboard when I’m creating the post).
I have the Post Format set to “Video”. The block I am using is “YouTube”. In the YouTube -> Advanced -> Additional CSS Class(es) section there is this “wp-embed-aspect-16-9 wp-has-aspect-ratio”. If I remove the custom CSS then the video shows in the post but it doesn’t display correctly – it is very thin/squished.
Please see all screenshot attachments.
Our site depends heavily on YouTube videos, so this is a major issue for us.
Any help is greatly appreciated!
July 28, 2023 at 16:31 #45789@themodactyl- 0 Topics
- 6690 Posts
Hi Jsmooth,
Thank you for reporting this to our attention.
My best guess is that your issue might probably be caused by some conflicting third party plugin or some extra code snippet as we don’t encounter this issue with our demos. I tried a new installation with everything up to date, by all is working fine on our side. Please find the attached screenshot.
Could you deactivate all plugins that have not been installed with your theme during its setup and all existing custom PHP code snippets please? And then, could you confirm me that the issue is still persisting please?
Please also make sure that you have the latest theme version and that all recommended plugins are up-to-date. Finally, you could also consider clearing all activated caching system as well as your browser cache before investigating any further. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Thank you.
July 29, 2023 at 10:41 #45798jsmoothParticipant@jsmooth- 3 Topics
- 14 Posts
I cleared the cache, but nothing changed. I went through all plugins and made them inactive, and the video showed up. I installed only the basic plugins and it went away again. The 5 plugins that are installed are Envato Market, Grimlock, Grimlock Animate, Grimlock Login and Kirki Customizer Framework. I went through each one-by-one and the one causing it to not show is Grimlock.
I’m going to do a fresh install and see if that helps – otherwise I might have to go with a different theme. That’s unfortunate, because this is the the theme that checks all of the boxes for what I need.
JSmooth
July 29, 2023 at 18:54 #45804@roboraptor- 0 Topics
- 412 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
July 29, 2023 at 18:54 #45805@themodactyl- 0 Topics
- 6690 Posts
Hi Jsmooth,
Thank you for your feedback
That’s very odd. 🤔 It’s best if we take a quick look at this. Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
July 30, 2023 at 08:48 #45809@roboraptor- 0 Topics
- 412 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
July 30, 2023 at 22:24 #45816@roboraptor- 0 Topics
- 412 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
July 30, 2023 at 22:26 #45818@themodactyl- 0 Topics
- 6690 Posts
Hi Smooth.
Thank you, but it seems the WordPress credencials don’t work. I could login in to the staging website, but not in WordPress Dashboard. Can you please check them?
Thank you in advance.
Best,
July 31, 2023 at 09:37 #45820@themodactyl- 0 Topics
- 6690 Posts
Hi Jsmooth,
Thank you, we could login successfully.
To help us getting clues and find a solution to this issue, please activate logging on your website, just turn WP_DEBUG to true, by pasting the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: Debugging in WordPress.
Thank you.
August 1, 2023 at 09:51 #45827@themodactyl- 0 Topics
- 6690 Posts
Hi Jsmooth,
Thank you. 🙂
As predicted, we’ve met an error again when adding a video. However this time, thanks to the code snippet that you’ve recently added to your
wp-config.php
file, we should be able to read the error.Could you share the content of your
debug.log
file with us please? You can post the content of this file as plain text in your next reply and mark it as private to keep this between us.After having reviewed your next reply, we’ll be able to tell you if the issue is caused by our product, a third party plugin or any type misconfiguration on your server.
If we’re not able to help, we’ll recommend you to transfer the error logs to the plugin author or to your server hosting support.
Thank you.
August 2, 2023 at 09:54 #45843@themodactyl- 0 Topics
- 6690 Posts
Can you please add the following code snippet to your website:
/** * FIX: Display Correctly Videos in Posts */ body.single.single-post #main > [id^="post-"], body.single.grimlock--single #main > [id^="post-"] { flex-wrap: nowrap !important; flex-direction: column !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
August 3, 2023 at 13:05 #45856@themodactyl- 0 Topics
- 6690 Posts
Glad to read that this snippet helped you solve this Jsmooth! 🙂
If you’re happy with our theme, feel free to review our theme on our Themeforest page dedicated to Gorgo: Multi-Purpose Collaborative Blog & Community BuddyPress Theme.
It’s very appreciated and it helps us making our products more known to new potential customers, which allow us more time to improve the quality over time and develop new features. It’s a win-win !
And by doing this, you will be making a great contribution to our community! #SharingIsCaring ❤️
Thank you!
August 5, 2023 at 18:56 #45870 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Can’t See Video In Posts’ is closed to new replies.