tkirtley
Forum Replies Created
-
Mmm yes shame the plugin has stopped working on all of our sites too with the same 500 server error.. disabled all plugins and same result. I seem to think it happened around the time WordPress 4.9.8 came around.
Forum: Fixing WordPress
In reply to: 4.9.6 cant add ‘manage_privacy_options’ capabilityHi, thanks for mentioning the ticket, personally I agree that by default Editors should still have had access to that page, or at least an option within WordPress to choose access without the need for a plugin.
However, out of interest why was the code I tried adding above not working for granting that capability to Editors?
Forum: Plugins
In reply to: [Cache Enabler] How to exclude CPT Archive from cacheHopefully you got this sorted by now. I’ve been spending a while on this too trying different hooks and I got this working by adding the function to the ‘wp’ hook. Seems other hooks were too early for $post to be available or too late that the plugin has already kicked in.
Forum: Plugins
In reply to: [Cache Enabler] DONOTCACHEPAGE for archive?Hey,
We have a Custom Post Type archive for a section of the site that allows users to search, save and filter the listings according to their address. Therefore currently the archive page can be cached with a particular users search criteria filled in, which isn’t ideal.
Hi, is there any more updates on how to set Title/Meta for custom post type archive pages? In Yoast there was an option to edit the meta for all registered post types within the Yoast admin.
Cheers
Forum: Plugins
In reply to: [Cache Enabler] 1.2.0 changelog missingWe use the advanced snippet in our .htaccess – I assume this is still going to be the fastest method?
Forum: Plugins
In reply to: [Cache Enabler] 1.2.0 changelog missingHi,
Sorry if I’ve missed it, but could you confirm what is meant by the following in the changelog:
Added advanced cache feature
Thanks
Yeah the settings are to clear complete cache but as far as I’m aware just setting a post to Drat status doesnt clear cache – also when a post is set to draft the option to choose between clear all or page specific isnt shown at all.
Ah yes, thought a plugin like that would be the answer for giving Authors the correct permissions – I’ll look into that thanks.
Hadn’t thought about that, but that does seem a likely posibility – We use PayPal Standard too and onl have about 1 – 10 transactions showing. But when they do show everything seems fine. Unfortunately I’m guessing thats an issue that cant be solved.
Forum: Plugins
In reply to: [WP eCommerce] wpsc_products shortcodeThanks,
Found the new shortcode location thanks.Two questions, why is the shortcode functionality disabled on product pages? Commenting it out seemed to have worked – my shortcode works and havent noticed any unwanted sideaffects?
And secondly – probably a bit more general WordPress knowledge would help here – but is there a way I can override the disable shortcodes function, from within my themes functions.php as commenting out the core file gets overwritten when updating.
Thanks
Forum: Plugins
In reply to: [WP eCommerce] wpsc_products shortcodeHello, thanks for the reply.
Yeah certain about the product ID.
I have shortcodes working on our live site which is running 3.8.12.1
On our dev site, I’ve updated to the latest 3.8.13.2 and the shortcode is no longer displaying.
Now, as a bit more information – the shortcode is being used on a product page in a sort of ‘related products’ type section.
On our live site there was a section in the ‘shortcode.functions.php’ file that I had to comment out in order to allow the shorttags to display:
disable this shortcode on products if ( get_post_type() == 'wpsc-product' ) return '';
Now on 3.8.13, there is no longer a shortcode.functions.php in the wp-include folder – where has the contents of this file gone?
Thanks,
Tim