When pasting a youtube video link it does not show the video, it only shows the link.
It used to work previously and the theme is updated with the latest version.
Here is a post example from my site: http://apolitik.al/mbrojtesi-i-ekranit-per-iphone-me-buton-per-tu-kthyer-mbrapa/
Also logging in takes a very long time.
Be sure you paste the link in via text editor, not visual editor, as WordPress (not the theme) may try to wrap it as a URL vs the normal oembed link — which is managed by WP not the theme.
I have had this issue in all themes, when pasting in from MS Word. So now if I pasted in story from Word, I don’t paste any YouTube URl, then add that later via the text editor for the post after doing a draft save.
Not a theme issue, sadly. It’s WordPress stupidly thinking it’s a link vs an ombed element.
Only other reason a video won’t work is if it’s restricted to certain countries for copyright reasons.
Logging in to the WordPress admin panel also managed by WP, not the theme, but if you have any plugins running which hook into the admin but load things externally (like some Jetpack stuff, etc., you might get delay for that). Often you can try disabling extra plugins to see what might be causing delay login.
Hope that helps 🙂
Hi,
Thanks Chris!
@apolitikal I also checked this and did not found any issues, please try to paste the youtube link like Christopher suggested in html text editor and see if it works – http://screencast.com/t/x6h6wG3iseB – http://screencast.com/t/XFSZi1kd
Thanks!
Thanks Alin and Chris,
Pasting the link via the text editor did not work.
@Alin, do you have any suggestion related to slow logging?
Slow login can be all kinds of things … slow server, dbase overloaded, bad/rogue plugin (as I said).
You can try to increase the memory limit for php .. see my sticky topic on optimization, as I ran into this recently where I thought the server side settings were increasing memory for WP, but they were not. Basically, unless you manually increase the default memory from 40MB to 96MB or higher, WP still assumes you’re running a simple blog. So, try changing to 128MB or even 256MB if your hosting allows that.
Hi,
@apolitikal Please also test this without using any plugins and also make sure that you empty all caches, disable all js/css/html compression and test again. I’ve tested this as Alin instructed above and found no issues using the latest theme version so this should also work for you.
If this still isn’t working please let us know and provide a you admin credentials via email if possible so we can have a look. Use contact@tagdiv.com and please also include a link to this conversation in your message.
Checking your site using google’s pagespeed testing tool have noticed a server response time issue: http://screencast.com/t/GdslWWzKi which could cause the slow login.
There are many factors which can be taken into consideration concerning server’s response time. You can use google’s improvement recommendation on this: https://developers.google.com/speed/docs/insights/Server
I suggest you first try this without any other plugins active, leave just VC plugin active the check again.
Also consider using a cache plugin and to improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo.
Thanks