Forum Replies Created
-
AuthorPosts
-
Unfortunately this answer will not work for me.
- We’ve contacted VC and they can assure us it is not their issue
- We’ve tried using [products] and [product] and this does not work
- The issue is with [claue_addons_product] and they way the SQL query is programmed
- We’ve had our IT person verify this by watching MySQL logs
If you are unwilling to fix this issue or help us further then please refund us our money and we will find another company to work with.
After working with our hosting company, the issue seems to be with the code. See here…
The issue looks to be related to the way the query is written. Specifically, it’s dependence on the sub-query, and the way the wildcard (user input) is being passed, it’s not possible to index the table any further than it already is.
That message was from our hosting provider. When I did another test I waited 80 seconds and finally the query completed.
I don’t want to change to Visual Composer “products” – I want the one that we are currently using to work properly.
How many products your site have?
1671Did you try with new created product?
Yes, nothing changes.Are you usually use “product” short code?
Yes, using “[claue_addons_product]” which is packaged with your themeCould you try cleanup your database and try again?
Yes, I have done that, it did not workOk, well what is going to be done to fix this? I’ve paid your product so it will work, and just because I have a lot of products are you unwilling to fix the issue? Please let me know
Nope. Because we actually ONLY deleted media DB entries via the following command:
DELETE FROM
wp_posts
WHEREpost_type
= "attachment"; DELETE FROMwp_postmeta
WHEREmeta_key
= "_wp_attached_file"; DELETE FROMwp_postmeta
WHEREmeta_key
= "_wp_attachment_metadata";Maybe this product finder is searching through media as well and it is crashing this for websites with thousands and thousands of entries
I believe I found the issue. I believe it has to do with the fact that we have so many database entires. As a test, I removed all of our media from a test database. Now it’s working and loading products. However, will all the extra entries it gets bogged down and does not work properly. Can you look at the way this is programmed to see if there is something that can be done to fix this?
I have tried that, replacing jQuery. It did not fix the issue. I reached out to Visual Composer Page Builder support (I paid for their support) and they have informed me they do not see any issue from their end because the “Product” module is a custom module from Claue / JanStudio.
I installed a fresh copy of WordPress, I also re-installed Visual Builder that comes pre-packaged with your theme and it is still not working 🙁
This reply has been marked as private.I’ve done that and it’s not working still. I left WooCommerce and Page Builder Active
-
AuthorPosts