sockod
Forum Replies Created
-
TY @nayeem-ul-islam-nipun for your quick response. The main problem persists. When save in elementor you have to regenerate css and files in order to work as expected. Is there any way to regenerate files each time we save in elementor?
TY again!TY @sitebolts, in my case this does not work only in firefox so it needs a small modification
function force_elementor_frontend_js_early()
{
if (defined('ELEMENTOR_VERSION')) {
// Check if the user agent is Firefox
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') !== false) {
wp_deregister_script('elementor-frontend');
wp_register_script(
'elementor-frontend',
ELEMENTOR_ASSETS_URL . 'js/frontend.min.js',
['jquery'],
ELEMENTOR_VERSION,
true
);
wp_enqueue_script('elementor-frontend');
}
}
}
add_action('wp_enqueue_scripts', 'force_elementor_frontend_js_early', 1);But after this, I cannot open Elementor in a page and i have to remove it..
- This reply was modified 2 months, 3 weeks ago by sockod.
I do not use paid version. I just want to prevent the redirection from category page to shop page.. Is there a solution or not? Can I have support only for this?
If I update, I will lose the empty hide terms option. It becomes unavailable for free version so the problem will be increased instead of be solved. So how do prevent the page from redirecting to shop page and stays at category page?
Well, the problem is that when i click on a filter, it changes page from category page to shop page..
Thank you for support, this was the solution thank you. I still face one problem when I filter in the same page. You can see it in the following link
https://www.s-georgakakis.gr/newSite/product-category/neroxites-aporrofitires/νεροχ?τε?/γραν?τη/
When I click e.g. the beige filter, then the title of page changes from Γραν?τη to Shop and a product filter category with filters appears (the filters aren’t assigned to products). It’s like the hide empty terms not working..