serbocracy
Forum Replies Created
-
What I mean is that on the front page (blog roll), instead of rendering the youtube embedded video and it’s script, it should render the image screenshot of the youtube video only i.e. the front page should load only an image. The image then becomes a link to single post where the actual embedd is located, or better yet, on the same front page intiates the loading of youtube video and wp YT lyte script.
Does it make sense? This is like a feature request, as I noticed the loading of YT videos in infinte scroll on mobile isn’t that fast (not good performance).
Thanks mate.
Hi Max,
I talked with the theme developers and they said there was nothing wrong with their theme, and instead they said there was a fault with your plugin.
They told me to find the following line in q2w3-fixed-widget.php:
echo 'jQuery(document).ready(function(){'.PHP_EOL;
and replace it with:
echo 'jQuery(window).load(function(){'.PHP_EOL;
That did the trick. It works now.
Any possibility for you to update the plugin with this info. so I can safely upgrade the same in the future?
Thanks.
ok..if you say so, smth is wrong with the infinte scroll then
Hi. I always clear the cache when I test.
Have you made it work in FF? Can I see your example?
Hi again. Did you test the exact same type of code (script)? Because your fixed widget works with with custom menu, tag cloud etc. with no problem, but not with JS like Google ad code.
I had even a developer look at my infinte scroll theme code, and there was nothing wrong with it. It used to work before with your fixed widget, with a older version I believe.
Can you have a look again, because for me this is a bug with your plugin, not with my infinte scroll.
I’ve enabled it on my website for your convenience: fejsbuk dot rs
The theme uses infinite scroll. When reaching the bottom of the page, the button Load more appears. It’s not suppose to. The culprit is the fixed widget for scripts (the Google ad 160×600 in the sidebar).Forum: Plugins
In reply to: [Artiss Vine Embed] Support – problems and suggestionsWould love to see a responsive version, and also a HTML5 version (not iFrame) if possible.
Thanks
Forum: Plugins
In reply to: [WP YouTube Lyte] Does the plugin support HTTPS?Hi Futta,
Thanks for that feedback.It kind of worked, but as soon as I press to play the video, the green padlock next to the address bar in Chrome changes from green to gray/yellow. Can you check why that is so? I see many non-https links in the source code related to the Youtube video.
Also I stumbled upon some link https://www.videobash.com. How do I remove that?
Many thanks
Ok, perfect. Disabling the animations did the trick.
I will, thanks.Hey Ulfben,
Thanks for the prompt response.
You were right. I disabled it and then re-enabled it, and the error messages are gone.
I get the pipe “|” above and lost some styling, but I’ll try to fix that.
Another question. Since your JS conflicts with another one which i use only on my front page, in previous WP-dTree I deregistered it on the front page in the functions.php.
However, now that function doesn’t work (see below)
add_action( ‘wp_print_scripts’, ‘my_deregister_javascript’, 100 );
function my_deregister_javascript() {
if ( !is_page() ) {
wp_deregister_script( ‘prototype’ );
}
}Any ideas?
Thanks in advance, and great work on the new version of the plugin ??
Darko