webjive
Forum Replies Created
-
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 Scheduling Manager] 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 7 years, 6 months ago by James Huff.
- This reply was modified 7 years, 6 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [WHMCS Bridge] WHMCS Bridge and Modules Garden Multibrand combo?Thanks! If you need some guidance or someone to help test, just let me know ??
Forum: Plugins
In reply to: [Display Widgets] Widgets still showing on every pageNot yet.. What I’m trying to do is have a sidebar widget area for my client.
What code would I use inside of sidebar-sidebar-1.php to display the widgets? I also have the Display Widgets plugin installed so that we can show widgets only on certain pages.
Thanks!