webjive
Forum Replies Created
-
Per my last post, the white label master reset did nothing after multiple attempts.
The sequence that caused this: We use Installatron to clone websites since we’re a DIVI shop and the child plugin is installed and running on the ‘clone’ site we use for production sites. With whitelable active, the clear connection data button is disabled.
So, when the site is cloned to a production URL, you have to disable the plugin and when you re-enable it, it has the old connection data in it and cannot be reset since the button is no longer visible per the whitelable settings.
Then I tried adding the code per your KB and that didn’t work so I had to resort to removing the plugin, then using PHPMyaddmin to search for anything mainwp_child and remove those from the options, then reinstall the plugin to get it working again.
Correct, it wasn’t visible IMHO due to previous White Label settings so therefor it wasn’t visible.
I found an article about this having to do with white label and code to use to disable it on the child site. Neither of those KB articles worked BTW. Since I can’t get a reply on support tickets anymore, I just removed the plugin manually and removed the entries from the DB manually. Support seems to have declined in 2025 and not sure why?
Forum: Everything else WordPress
In reply to: Can’t update my WP profileGood thing is I won’t need to change that anytime soon. Thanks!
Forum: Everything else WordPress
In reply to: Can’t update my WP profileThanks. It saved that time 🙂
Forum: Plugins
In reply to: [Web Stories] Web Stories breaks Folders Pro pluginLooks like its a bug in Folder Pro. From their team.
Hey again Eric, We were able to see the issue and we'll need time to work on solving this bug. It will be included in one of our next releases - we'll make sure to give you a heads-up as soon as it's available! Please let me know your thoughts!Forum: Plugins
In reply to: [Web Stories] Web Stories breaks Folders Pro pluginThe developer of Folders Pro is looking into this on the site directly. I’ll update this post as soon as they get back with me on what they find.
Thanks!
Forum: Plugins
In reply to: [EMC - Easily Embed Calendly Scheduling] Type=4 maybe?WOW! Thank you!
Just tried it again and it’s still slow compared to ShortPixel, really slow. 🙁
Thanks, was the second plugin I installed. Same results, website vs local biz.
Figured it out.. This function was bungling the schema data for my site
add_filter( 'post_class', 'post_class_remove_hentry' ); function post_class_remove_hentry( $post_class ) { $post_class = array_diff( $post_class, array( 'hentry' ) ); return $post_class; }This worked on other sites but, messed my schema info up for some reason. Thoughts?
Forum: Plugins
In reply to: [WPSSO Ratings and Reviews] Hentry pulling from careers page not home page?THANK YOU!
Forum: Plugins
In reply to: [WPSSO Ratings and Reviews] Hentry pulling from careers page not home page?Thanks. Does this function remove the hentry entry? Is the hentry entry needed for good SEO practices?
Forum: Plugins
In reply to: [Cloudflare] Please select a domain that is provisioned with CloudflareI just installed the latest plugin v3.2.1 (first time use, but long time CF user) and get the same error on our sites. We manager our own WHM/cPanel boxes.
[Moderator note: Please, No bumping.
- This reply was modified 9 years ago by James Huff.
- This reply was modified 9 years ago by Steven Stern (sterndata).