theroundwell
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Shopping Cart Widget Fatal ErrorA,
First of all, thank you for the complete and thorough explanation. I really appreciate it, even if I don’t follow the intricate details!
I’ll be happy to work with you to give feedback as requested. Use this space to let me know what you need.
Also, this may be a noob question, but wouldn’t you want to set up WL before widgets_init is called? (I have no idea what widgets_init does, but I figured I’d ask since your plugin’s sole function is to interface with widgets)… Or would that be a reason to set it up after widgets_init?
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Shopping Cart Widget Fatal ErrorOne more thing: for the time being, I dropped back to using Widget Logic v0.48, where the custom function is working without a hitch.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Lightbox plugin compatibilityDo you know what part of W3TC may be breaking Fancybox? Is it Page Cache or something else?
I’m having the same problem on W3TC 0.9.2.4 and WordPress 3.3. I’m not clear — did the developer already incorporate the changes suggested by frg/martinlbb in a prior update (say, 0.9.2.2 or 0.9.2.3)?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] 0.9.2.4 object cache breaks pluginsHave you progressed on this issue at all?
Any luck with this?
Can you use object caching to exclude this from being cached?
Forum: Plugins
In reply to: [Plug-in: W3 Total Cache] Theme My Login / Widget IssuesCan you use object caching to disable a widget?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Lightbox plugin compatibilityHas anyone tried Fancybox for WP? Has that worked?
I’m having the same problem. Is there a solution to this?
Same with me:
Warning: unserialize() expects parameter 1 to be string, array given in /public_html/wp-content/plugins/wordpress-firewall-2.php on line 606
Warning: unserialize() expects parameter 1 to be string, array given in /public_html/wp-content/plugins/wordpress-firewall-2.php on line 607
Alternative method:
Create a “Video Posts” category so the plugin automatically imports videos into that category. That category page would be the page you’re looking for.
Forum: Plugins
In reply to: [Maintenance Mode] [Plugin: Maintenance Mode] W3 Total Cache Plugin ConflictAs of Maintenance Mode 5.4, it’s the file “maintenance-mode.php”, line 188 to 192
Forum: Plugins
In reply to: [Maintenance Mode] [Plugin: Maintenance Mode] W3 Total Cache Plugin ConflictThe author of the plugin suggested the following, which worked:
if( defined( ‘WPCACHEHOME’ ) ) {
// Solves issue of white page output with Super Cache plugin version 0.9.9.6.
// Did not occur when removing <html> and </html> tag in splash page source, so weird problem.
ob_end_clean();
}“I don’t know W3 Total Cache Plugin, but you could try to remove the aforementioned code and replace it just with this piece of code:
ob_end_clean();”
After I emptied the page cache, this seemed to work.