moultrex
Forum Replies Created
-
Ok thank you very much
Yes but our plugin creates a /sitemaps.xml and then there are nested categories until you find the product page tag url
Forum: Plugins
In reply to: [WP Fastest Cache] Ajax Error0.8.9.6 vs 0.8.9.7 has some code different if you compare it.
Anyway the problem is that as i said i can’t pin point what is causing it nor can replicate it on demand. I just wait and see when it occurs.
I updated again the latest version of your plug-in and wait to see what happens.
Forum: Plugins
In reply to: [WP Fastest Cache] Ajax ErrorJust a specullation.
Maybe the updated js-utilities.php has an incompatibility that does not match thre previous version?
Forum: Plugins
In reply to: [WP Fastest Cache] Ajax ErrorSorry No the error still occured with the latest version. Rolled back again.
I can’t replicate it and the logs are insufficient, it happens at random times and can’t pint point what triggers it.
- This reply was modified 5 years, 3 months ago by moultrex.
Forum: Plugins
In reply to: [WP Fastest Cache] Ajax ErrorI think i found the problem but i am not sure though.
Your latest version add something about json.
We use a plugin wp-hide pro and has some rewrite rules about JSON
Disable JSON REST V1 service
Disable JSON REST V2 service
Disable output the REST API link tag into page header
Disable JSON REST WP RSD endpoint from XML-RPC responses
Disable Sends a Link header for the REST APIWe had that enabled.
When we disabled them, after that the error has still to be occured.
We are still testing to see what happens cause we can’t isolate the problem. It would occur at random times.
Thank you.
Forum: Plugins
In reply to: [WP Fastest Cache] Ajax ErrorI roll back one version to 0.8.9.6 and the problem stopped, all options enabled including the js combine. Everything works.
Don’t know why but something definitely breaks with the latest update and our theme.
Forum: Plugins
In reply to: [WP Fastest Cache] Ajax ErrorOk tested again with combine disabled same error occured.
The js file that shows the error part of the code is
$.ajax({ url: ajaxurl, data: data, dataType: dataType, method: method, success: function (data) { cache[paged] = data; callback(data); }, error: function (data) { console.log('ajax error'); }, complete: function () { if (btnType == 'arrows') holder.removeClass('loading').parent().removeClass('element-loading'); btn.removeClass('loading'); process = false; woodmartThemeModule.compare(); woodmartThemeModule.productHover(); woodmartThemeModule.countDownTimer(); }, });
Is there any thing that conflicts with your plugin?
The link of the file. The error show up on line 4952
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Can’t make it workExcuse my arrogance.
So how to make it work? For example a Screen Monitor with 1920×1080 resolution
Thumbnail images for shop archive page is 800pixels while the html container is 293pixels.
What settings do i have to setup so that if someone is browsing through Desktop computer the images to be resized at 293×293?
Thank you again.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Can’t make it workHello.
So it only works for mobiles and tablets?
For the desktop pc browser with a monitor resolution 1080p the image will be loaded unchanged?
Let’s say we have a 1920×1080 image and add we add it in an image widget that has a dimension 1280×720 – will your plugin resize it to that dimension? 1280×720 ? I thought that’s how it suppose to work.Thank you.
Forum: Plugins
In reply to: [Eurobank WooCommerce Payment Gateway] Request data is not validΚαλησπ?ρα. Το ?διο συμβα?νει και με εμ?? και δε μπορο?με να κ?νουμε δοκιμ??.
Παρακαλ? αν μπορε?τε να προβε?τε ?σο το συντομ?τερο σε μια αναβ?θμιση του plug-in.
Ευχαριστ?.
Forum: Plugins
In reply to: [Coupon Box for WooCommerce] PopUp Bug IE – EdgeTested also on fresh wordpress woocommerce installation without any other plug-ins enabled and the same problem happens.
Yes but it is not convinient. You have to export the products with the tags, filter the products that must have the new tag edit and upload.
Now we have a list with SKUs to match the product and the new tag that the product must have. A simple csv file.
Anyway thank you.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Synonyms ProblemYes you are right.
It brings the products that are simple and not variable.
I had checked the product_type option too for the index. My bad.
Now it’s working fine.
Thank you very much!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Synonyms ProblemSomething is very strange.
If i add a synonym
blue = μπλε
and the user types blue, the corresponding products show up
if i add the synonym
mple = μπλε
tottaly different and wrong products show up
If i add the synonym
mple(x) where x is a random character = μπλε
again the right products show up
- This reply was modified 5 years, 6 months ago by moultrex.