rpksc93019
Forum Replies Created
-
I was able to fix this issue by deactivating the “Async JavaScript” plugin.
Get this error on when logged on the website on Chrome:
Uncaught TypeError: $ is not a function
at n.setElements (frontend.min.js?ver=1.17.1:1)
at n.init (frontend.min.js?ver=1.17.1:1)
at new n (frontend.min.js?ver=1.17.1:1)
at Object.e.initComponents (frontend.min.js?ver=1.17.1:1)
at Object.e.init (frontend.min.js?ver=1.17.1:1)
at HTMLDocument.<anonymous> (frontend.min.js?ver=1.17.1:1)
at i (9iydk.js:3)
at Object.add [as done] (9iydk.js:3)
at a.fn.init.n.fn.ready (9iydk.js:3)
at frontend.min.js?ver=1.17.1:1We have two accounts, so we used one with basic set up for another website because it listed $8/yr as a cost, while the new account hides $8/yr as an option.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Group filters sort products after page loadThe products are either one category or another. I think the problem might be happening because after page load, filter is checking the page ID to see if Fasara or DI-NOC page. I have tried a new approach by using two different single filters for style, one for di-noc and one for fasara, so they won’t group together. I will check if it worked.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Group filters sort products after page loadhttps://designfilm.com/products/fasara-finishes/fasara-products/?filters=style%5B184%5D#style
Below the Sort By: header is the Berocket radio button filters, which are styled by CSS. What I’m getting on some page loads is a mix of both Fasara and DI-NOC categories in the radio buttons, when the filter is set to only show Fasara category filters.
This does work for me, but not without messing up the formatting of other sections of the website. I will look at that GitHub link and see if it helps.
Thank you for replying, I’m glad I’m not the only one. I hope the plugin author can offer some help on this problem; because of this one little issue, we’ve temporarily switched to another plugin, but we would prefer to use Master Slider.
In the Member Directory, in the past, there’s been a search button beneath the filters that you can click to apply filters and see the results. While the Member Directory is working fine, and you can search by pressing Enter, I would like to know how to restore Search button. Is there a setting for this that perhaps someone accidentally turned off? WordPress version is 5.3.2 and UM version is 2.1.4. We use WP Bakery Builder as page builder.
https://designerfilms.com/ Looking to make a top 10/new section on home page like this:
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] How to filter based on popularity?The Products widget in Elementor can display a products grid based on tags, categories, or by sorting, which includes popularity (most number of orders), new (latest to be added), etc. Is there a way to get the buttons to interact with this data and filter the results?
I add the individual web page URLs to be excluded from Minification in W3 Total Cache’s settings. That fixed the problem.
Thank you.
Forum: Plugins
In reply to: [WP Fastest Cache] /wp-content/cache/all/index.htmlI emailed you.
Forum: Plugins
In reply to: [WP Fastest Cache] /wp-content/cache/all/index.htmlI have tried it that llink, but the issue is that the redirect seems to occur randomly. I’ve tried re-creating issue before and after clearing WordPress cache, in regular or private windows. However, every time I think I might’ve fixed it, it comes back. I’m thinking it’s from this line in .htaccess:
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
RewriteCond /home/xxx/public_html/wp-content/cache/all/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]I want cached html files, but I don’t want the rename. Would simply adding a hash sign in front of RewriteRule fix the redirection issue?