Marky-Mark
Forum Replies Created
-
hi
- Is the REST API verification method still active, or have you switched back to Native?
Rest API is active - Are all sites currently disconnected from ManageWP, or only some of them?
Only some
So having looked at your options there is the following
Select the 2FA verification mechanism
Choose how WP 2FA verifies the 2FA by default. The native method works for most setups, but you can switch to REST API verification if needed. Only change this setting if you are experiencing issues with the default method.
I have changed this from NAtive to REST API and the connection is maintained.
Can you explain to me what this is?
—–
Sorry this hasnt worked!
- This reply was modified 2 months, 3 weeks ago by Marky-Mark.
hi,
- Plugin updated
- Reconnect via key – ManageWP goes through the connection > icon turns grey whilst reestablishing connection > goes red with Disconnected message
- Cannot use dedicated account
- ManageWP uses user account or connection key > tried both > both disconnect
- No errors or entries in the logs
Please reach out to ManageWP as I have also asked them to reach out to you as this is happening for multiple ppl. They say its an incompatibility with your plugin / you may saay its them – you therefore need to work together. Thanks
Forum: Plugins
In reply to: [Easy Appointments] 3.12.11.1 Broke The Booking SystemHi, I’ve just seen that after this was raised earlier after the auto update, there has been another auto update.
The issue still remains.
Auto Update 22nd May 2025 01:33 GMT – Easy Appointments (from version 3.12.10 to 3.12.11)
When date selected on the frontend the calendar reverted back to May 2024Auto Update 22nd May 2025 11:53 GMT – Easy Appointments (from version 3.12.11 to 3.12.11.1)
When date selected on the frontend the calendar now reverts back to December 2024Ignore me – I’ve sussed it.
For anyone else you simply add a divi text module > use dynamic content > choose “Awsm Job Expiry”
In the short term just remove the heading text and place it in the body. No need to mess with the php file.
But yea please change the heading type – why anyone would ask for this to be the H1 is beyond me! Surprised you guys just changed it without considering the SEO impact.
If you’re updating it please don’t make the default H1.
- This reply was modified 6 years, 3 months ago by Marky-Mark.
Can confirm H1 is now appearing for Privacy Overview text. Please change the heading type.
A short term workaround is to remove the heading text from the field and place it in the body text. (Found in the Privacy Overview menu option)
Adding that line in has got rid of the error in the console
That’s correct.
Disable JS combine = No error
wp-content in JS exclude = no errorMark
Report number: RXGCHFRR
Report date: 11/28/2019 11:05:06
Sorry Yoast SEO Version is 12.2
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error: Unknown: Cannot use output bufferingI have another site with woocommerce which isn’t using w3tc and it’s fine.
My worry is that WC will say it’s a w3tc problem and then round and round I go.Forum: Plugins
In reply to: [Meteor Slides] Replacing Feature Image on Home Page with Meteor SlidesHi dmglaw15,
I’ve just installed it using the same theme as you.Here’s what you can do.
Firstly install the child-theme of “responsive” if you haven’t already.
Copy the home.php from the parent and paste it into the child folder…something like….website\wp-content\themes\responsive-child-theme\
Open this file (the one you’ve just created in the child folder) in notepad or any code editor.
Find the line
<div id="featured" class="grid col-940">and paste this after
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>This will then display the slideshow above your featured content.
If you don’t want this featured content simply replace everything after the slideshow line with..
</div><!-- end of #featured --> <?php get_sidebar('home'); ?> <?php get_footer(); ?> - Is the REST API verification method still active, or have you switched back to Native?