ThomDJ
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Warmer] Setting up a cronjobAh, yes, this works! Thank you!
I have one last question. I Use XML Sitemap & Google News to generate sitemaps, but whenever I use these sitemaps as entry points, it doesn’t warm the links included in them. It only warms the sitemap.xml URL and/or its child sitemaps URLs. No matter if I set depth to 1 or 9. Am I misunderstanding how this works?
Forum: Plugins
In reply to: [Breeze Cache] Disable page cache, but keep minification?I found a way to preload the cache by using Cache Warmer, so that solves my initial issue.
Is there a maximum to the cache size before it automatically flushes?
Forum: Plugins
In reply to: [Cache Warmer] Setting up a cronjobI have no preference for WP Cron, I have some low traffic websites that I want to make sure have a warmed cache. There are some similar plugins that use a cronjob for this.
Perhaps a better question that I should’ve asked is how to make sure the action gets triggered on low traffic websites?
Hi there Morgan,
I am using a specific Ajax theme, which is called Hervin from ThemeForest: https://themeforest.net/item/hervin-creative-ajax-portfolio-showcase-slider-theme/23817476
Glad the issue could be resolved this way.
- This reply was modified 3 years, 6 months ago by ThomDJ.
It seems that the CSS is not always loading correctly. If I add the CSS to hide the elements (conblock-hide-tablet, conblock-hide-mobile & conblock-hide-desktop) manually to my theme’s stylesheet, it does work.
Forum: Plugins
In reply to: [Happy Addons for Elementor] Hide Pro widgets on Happy Addons freeHi there,
Thank you both for your answers.
@anowerhossain16: I can make sense of Elementor’s reasoning in this, but support like you both are giving is far more enticing to make a possible switch to the Pro version. Anyway, this is not the place to discuss this.
@aurangajeb: Thank you, this solution works, but I had to make a couple of adjustments.
function hide_happy_addons_pro_category_widgets_from_editor() { echo '<style>#elementor-panel-category-happy_addons_pro_category, .elementor-element--promotion {display: none !important;}</style>'; } add_action( 'elementor/editor/after_enqueue_styles' , 'hide_happy_addons_pro_category_widgets_from_editor' );The addons were still showing up in search, so I added the elementor-element–promotion class to be hidden. I also changed ‘admin_init’ to ‘elementor/editor/after_enqueue_styles’ because this was apparently causing a couple of issues like Elementor giving a server error message when loading the frontend editor, but also issues with some other plugins for some reason.
Hi there,
Please excuse my delayed response, but I had already pivoted away from this plugin to another that didn’t cause me any issue. If I’m the only one experiencing this, please disregard this topic.
Thanks.
Forum: Plugins
In reply to: [Restrictions for BuddyPress] How to set default redirect?Hi there,
The above mentioned code doesn’t work for me, it causes a critical error on my site.
Forum: Plugins
In reply to: [Equal Height Columns] Plugin doesn’t work since last WP update?You can try the matchHeight plugin, which still works and does basically the same thing.
- This reply was modified 5 years, 6 months ago by ThomDJ.
Hi Ben,
My service entails renting out conference rooms. Clients often rent these rooms in a very varying time frame. From 30 minutes up to an entire business day.
I am noticing that there are very little plugins available that provide this functionality, and the few that do provide this are either extremely basic, or overly complex.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Call external databasesThanks so much!
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Doesn’t work with forum activity?Nevermind, got it to work. Great plugin!
Switching to Chrome (not even incognito) fixed the issue, so it seems to be a browser thing. I’m using Brave currently. Also tested it in Firefox, which also worked fine.
Forum: Plugins
In reply to: [BuddyMeet] Any plans on making a standalone plugin?Great! Thanks for the quick reply!
- This reply was modified 5 years, 12 months ago by ThomDJ.