stode
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Bug: Default timezone interference in 3.6I looked from Github and saw changes in:
- inc/sitemaps/class-post-type-sitemap-provider.php (lines 124, 165-167, 170
- inc/sitemaps/class-sitemaps.php (lines 394, 398, 404-420)
- inc/sitemaps/class-taxonomy-sitemap-provider.php (line 102, 128-136)
Forum: Plugins
In reply to: [WooCommerce] Shipping cost after the discountHey @epicmarketing, thankyo for the tip. Did you happen to come accross retrieving the instance ID in use? Does somehow come from packages(referencing to WC()->cart->get_shipping_packages())?
The reason for this is that plugin has not yet built in the support shipping zones introduced in newes WooCommerce. Also the plugin overlaps with the new WooCommerce core future as the zones are now a built in feature.
Forum: Plugins
In reply to: [Our Team by WooThemes] Team Member TemplateThanks for the info jameskoster. Very helpful. I’d suggest adding the info to the readme file.
Forum: Plugins
In reply to: [WP Super Cache] WP Super cache conflicting with Really Simple CapcheYes I’m using Really Simple Captcha with Contact Form 7 I’m also using WP Super Cache plugin to cache my content. I’ve been trying to solve the problem by giving the captcha image temp folder to WP Super cache. So it would not cache the captcha images, though it seems to do that nevertheless. Garbage collection will not help as I’ve set the expiry for cache files to 12 hours.
Forum: Plugins
In reply to: [WP Super Cache] WP Super cache conflicting with Really Simple CapcheI have the same problem that the captcha images are cached.
Forum: Fixing WordPress
In reply to: Enache wp-supercache with get parametersI’d also be happy to do supercache files from pages with get params. How would this work @donncha?
Forum: Fixing WordPress
In reply to: Does WordPress load theme before maintenance mode?Looking at the WP core; no it does not. But I had the .maintenance (file) to allow a check if user is logged in. That caused a failure where the maintenance mode was not directly entered and thus caused some problems.
Please if someone could point me to the right direction with this? Anyone ??
Did you check the time stamps of those errors? It sounds strange the you see the Fatal Error only in log files. Don’t you see it in any page you open.
The function is named wp_bannerize();. How come you have bannerize in it.
Did you resolve you issue?
No it’s not in your theme files yet. You find that code when you go into your Dashboard and select WP Bannerize>Tools. You use this code to display the banners in your theme files eg. twentyeleven/page.php.
Do you follow?
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] PHPBanners Wont Go Side By SideRemember to change the state to resolved ??
Do you have something like this:
<?php if(function_exists( 'wp_bannerize' )) wp_bannerize(); ?>
How have you called the function in your theme? I suspect your issue is there.