Glenn Nelson
Forum Replies Created
-
Forum: Plugins
In reply to: [Infinite-Scroll] Dont work with my theme…You don’t have the plugin enabled on your site.
Forum: Plugins
In reply to: [Infinite-Scroll] Plugin Settings Not UpdatingWhat version of WordPress are you using?
Forum: Plugins
In reply to: [Infinite-Scroll] For responsive websiteIf you need to detect what type of device someone is using and modify the options used for Infinite-Scroll, you are really going to have to use the jQuery plugin for this and not the WordPress plugin.
Forum: Plugins
In reply to: [Infinite-Scroll] Javascript wont load after infinite scroll@wp Student
If that is what you have in the callback field, it will not work as it includes both PHP and HTML. The field should contain only raw Javascript.
Forum: Plugins
In reply to: [Infinite-Scroll] PHP Notice error in presets.php@dingguya I believe it has to do with your themes not having names that the plugin is picking up.
Forum: Plugins
In reply to: [Infinite-Scroll] Sociable plugin breaks with Infinite-Scroll 2.6@mwinyi Not exactly. There is probably some function that would need to be called to render the elements the have been put on the page. The general setup for it is probably something like:
$(function() { $(".button").social-button-render(); });
Forum: Plugins
In reply to: [Infinite-Scroll] Sociable plugin breaks with Infinite-Scroll 2.6@mwinyi For the lightbox, it is a matter of having a callback that puts the proper event handlers on the right elements. Something like:
$(“#lightbox-trigger”).lightbox({ /* options */ });
As for the social media icons, those are generally activated via Javascript when the page loads. The solution would be to find what JS does the actual rendering of the elements into the social media buttons and adding that to the callback.
Forum: Plugins
In reply to: [Infinite-Scroll] Sociable plugin breaks with Infinite-Scroll 2.6@reefnet If you could post all of your settings, or a screenshot. Additionally could you post a list or screenshot of your plugins?
Forum: Plugins
In reply to: [Infinite-Scroll] Sociable plugin breaks with Infinite-Scroll 2.6Forum: Plugins
In reply to: [Infinite-Scroll] Doesn't work after last update@legno @arealpolitik Is this a custom theme or this something I could download? I’m going to have a hell of a time debugging this issue without a test case.
Forum: Plugins
In reply to: [Infinite-Scroll] Problems with v2.6 and Masonry@felixlange I pushed the latest version, 2.6.1, so this should allow the use of the callback and behavior within the WordPress plugin. Sorry for the problems.
Forum: Plugins
In reply to: [Infinite-Scroll] How to make it count in site stats?@kristina Usually tracking services has some form of API that allows you to push data to them. I’ve never used that particular service, but you could probably implement something in the callback to push the data to their service regarding what page was loaded.
Forum: Plugins
In reply to: [Infinite-Scroll] Doesn't work after last update@legno23 I pushed a fix for this last night. Please upgrade to the latest 2.6.1 and let me know how it goes.
Forum: Plugins
In reply to: [Infinite-Scroll] Sociable plugin breaks with Infinite-Scroll 2.6@reefnet The new version was pushed last night. Try updating to the latest 2.6.1 – this may help solve your issue.
Forum: Plugins
In reply to: [Infinite-Scroll] Sociable plugin breaks with Infinite-Scroll 2.6Might be an issue involving the callback not working properly. This is a bug that I will be releasing a fix for in the next few hours.