808thresholdgate
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
For anyone interested – I figured how to get it to load on document.ready:
oldOnLoad = document.ready; if (typeof document.ready != 'function') { document.ready = function() { tabberAutomatic(tabberArgs); }; } else { document.ready = function() { oldOnLoad(); tabberAutomatic(tabberArgs); }; }It’d be great to get rid of those WP_Debug errors too 🙂
Forum: Plugins
In reply to: WP125 “Random” Ad Order ProblemThanks brandonflorkey, it works perfectly! If only I could measure impressions now.
Forum: Plugins
In reply to: WP125 Issues – Default ad showing when it should notI have the exact same problem. It looks like the random function just randomises everything regardless of what slot they are in.
It would be nice to randomise within each slot. Anyone out there know how to alter the plugin to achieve this?
Forum: Plugins
In reply to: [WP125] Strange behaviorI think you need to assign a slot to each one.
Forum: Fixing WordPress
In reply to: Multiple Loops “Previous Entries” ProblemI have the same problem. I’m using pages and querying by category inside them. The “older entries” link just gives me the same latest posts.
Viewing 5 replies - 1 through 5 (of 5 total)