sincewelastspoke
Forum Replies Created
-
Great!
I’ve updated the plugin now.
Here’s where I found the issue first raised, if that helps you? ?? https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/ht-contactform/contact-form-7-widget-for-elementor-page-builder-gutenberg-blocks-115-cross-site-request-forgery-to-arbitrary-plugin-activation
To ‘resolve’ you just rename .maintenance in the root to something else.
It would be good to get a resolution to this bug. Not great.
Ah wow – thanks for such a speedy response here. Consider it updated ??
Any further information on this? I see ‘Critical’ mentioned a lot but no real detail.
I can see all the scripts are loading and I’m not interacting with the page so maybe an issue there? Is there a premium support available?
Forum: Plugins
In reply to: [Cache Enabler] Exclude Cookie setting not workingThank you so much ??
I’m using Apache and here’s my function:
function set_user_cookie() { $gclid = $_GET['gclid']; if (!isset($_COOKIE['GCLID'])) { setcookie('GCLID', $gclid, time()+2678400, "/"); } } add_action( 'init', 'set_user_cookie');
Forum: Plugins
In reply to: [Cache Enabler] Exclude Cookie setting not workingHi Corey,
Thanks for getting back to me here ??
Is there a tutorial available for achieving this? It would be a real ‘game changer’ for us at this end. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Help with Variation display in cart@ttsamisis You’re a legend!
Dare I ask, what is the long answer? ??
@frouckjansen Remember to select the ‘Title’ from ‘Post Fields’ & then select the ‘Advanced’ tab. You should see it from there.
Forum: Fixing WordPress
In reply to: How Do You Create Thumbnails?I recommend NextGEN Gallery – it’s great & simple to use/extend ??
Forum: Fixing WordPress
In reply to: How Do You Create Thumbnails?Hi,
When you’re uploading an image you can choose various sizes to use and then ‘Insert into Post’ or use as ‘Featured Image’.
Are you looking for code to generate a specific size of thumbnail from an image – timthumb is great for this.
Was this helpful? Let me know ??
Thanks sir – all sorted now ??
Well done on an epic bit of work.
OK, so if anyone’s interested, I basically deleted the contents of the ‘cache’ directory after the C# script was executed.
Easy as pie ??
Forum: Fixing WordPress
In reply to: Site Hacked@THRG Thanks, but ‘twentyeleven’ remained untouched from upload to my server. It’s exactly as WP made it. It was just there as a ‘virgin’ itself.
My active theme is another one entirely.