Chris Cook
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form Block] MeowCommon_Admin is called too earlyI am still getting this error in server logs and cannot preview draft posts.
Forum: Reviews
In reply to: [Disable User Password Reset Admin Notifications] Easy and greatThank you!
Forum: Reviews
In reply to: [Disable User Password Reset Admin Notifications] Easy to useThank you!
- This reply was modified 2 months, 4 weeks ago by Chris Cook.
When I choose the AND logic and click update it always reverts back to OR logic. I belive AND logic is what I am looking for but it will not use it.
Forum: Reviews
In reply to: [Load More Anything] Great pluginThat worked. I can now see the settings for the plugin thank you. I will be updating my review.
Forum: Reviews
In reply to: [Load More Anything] Great pluginWhen I click on “Add Wrapper” in general selectors it shows the “It’s time to go pro” pop up. I have no wrapper created.
Forum: Reviews
In reply to: [Load More Anything] Great pluginYour documentation shows nothing on how to use it and neither does inside the plugin. everything i click just says upgrade to pro.
Forum: Plugins
In reply to: [XLTab - Accordions and Tabs for Elementor Page Builder] Automatic ScrollI am having this same issue. I would like the page not to scroll on tab click.
Forum: Plugins
In reply to: [Simple Download Monitor] Tree viewI’m looking for it to do a simple tree view with folders and sub folders, not a gird.
No I have not. I thought I would reach out here first since that plugin still works.
No custom snippets
WordPress 5.7.2
PHP version: 7.4.21WP Job Manager – Version 1.35.1
After disabling and reactivating all plugins one-by-one it seems to be a conflict with Moew Lightbox plugin https://www.ads-software.com/plugins/meow-lightbox/
What can we do to fix this?
Yes I tried switching to default theme Twenty Twenty-One and I have the same issue.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce conditional thankyou pagesBump, any insight would be helpful.
Forum: Fixing WordPress
In reply to: How to combine google font css files?You should be enqueueing them in your functions.php
function font_scripts() { wp_enqueue_style('montserrat', 'https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'); } add_action( 'wp_enqueue_scripts', 'font_scripts' );