rtpHarry
Forum Replies Created
-
I think I’m also seeing this bug. I’ve been unable to figure out where the content is coming from but instead of my nicely formatted list I’m now seeing the markup on pages like this https://luxurylodgestays.co.uk/locations/lake-district/
I kind of expected some bugs after the rush to release the security overhauled versions. Appreciate the work that’s been put in over the last week, but looking forward to seeing this one reverted.
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] Removed?so strange, ive had my posts moderated and then removed twice now on this thread. I guess whatever I’m saying is not allowed. I was saying positive things so I don’t know why this keeps getting culled.
Forum: Plugins
In reply to: [ACF Field For Contact Form 7] can’t get form id and use in template?FYI if anyone else is looking for this, I just tidied up the snippet a bit:
$cf7_form = get_field( 'field_name' ); if ( $cf7_form ) { echo $cf7_form->id; echo '[contact-form-7 id="'.$cf7_form->id'." title="Contact form 1"]'; }
Forum: Plugins
In reply to: [ACF Field For Contact Form 7] can’t get form id and use in template?Ohhh! Good idea haha, I forgot about the shortcode.
In my head I was thinking you must be doing some script registration and stuff in the background to inject the form in using your plugin, and it would be complicated to manually inject the form, but it’s all handled by the shortcode.
Forum: Plugins
In reply to: [ACF Field For Contact Form 7] can’t get form id and use in template?I’ve tried using https://www.advancedcustomfields.com/resources/get_field_object/ but that doesn’t contain the form ID inside of it.
Forum: Plugins
In reply to: [Disable User Login] The plugin does not have a valid header.Thanks, I just upgraded and its activating.
I guess we won’t know now if the plugin failed to extract properly or if it was a bug, but it’s fixed either way!
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] Cannot disable auto updateIt seems that this plugin has its own auto update setting, not the one provided in the Plugins admin page with the auto updates column.
If you go into a cf7 form that is using it, then go to the “ChimpMatic Lite” tab.
Scroll down to the bottom, click “show advanced settings”.
You will find an option in here:
Auto Update. [] Auto Update Auto Update Chimpmatic Lite
Thanks this snippet helped me. In my scenario the point of being able to add it in is to be able to react quickly to requests from the marketing team, so doing a small bit of one-time setup is worth it.
Yeah this has happened with litespeed hosted sites. It’s only happened with 2 out of around 50 site upgrades though.
@wfgerald your team as probably solved this but it’s happened to another client now and I’ve taken a backup before doing the fix. If it will help you diagnose the root issue I can share it with you. If so, where should I send the download link to?
@metaceptive likely your php version changing issue is something else.
I recommend trying my method to get your site working with wordfence.
Once that is done, change the php version again and you will probably still see it error out.
My guess for this would be that your hosting company, like one I use, has an extra control panel page for selecting which PHP modules are enabled and when you change to a new PHP version you are changing to a version without the same set of modules selected. In cPanel this would normally be under “select my php version” then at the top look for a “modules” tab (wording roughly remembered off the top of my head).
@garyjh28 is right
I was having same issue and solved it with:
- uninstall wordfence
- install wordfence assistant
- click the uninstall all tables and data button
- click the uninstall firewall button
- reinstall wordfence
- go through normal setup procedure
I was having same issue and solved it with:
- uninstall wordfence
- install wordfence assistant
- click the uninstall all tables and data button
- click the uninstall firewall button
- reinstall wordfence
- go through normal setup procedure
I was having same issue and solved it with:
- uninstall wordfence
- install wordfence assistant
- click the uninstall all tables and data button
- click the uninstall firewall button
- reinstall wordfence
- go through normal setup procedure
@garyjh28 good call on the wf assistant!
I was having same issue and solved it with:
- uninstall wordfence
- install wordfence assistant
- click the uninstall all tables and data button
- click the uninstall firewall button
- reinstall wordfence
- go through normal setup procedure