This topic has 16 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
I am struggling to get products element to work. No matter what kind of settings I use the only result is page crashing “500 Internal Server error”. What to do?
Thank you
Hello,
500 Internal server error means that there is some Fatal error in PHP script or on the server side. You can turn on debug mode in WordPress to see the error https://codex.wordpress.org/Debugging_in_WordPress
If it will not show any errors then contact your hosting provider and ask them to give you a server error log to check what is wrong.
Regards
Hi,
The internal server error resolved itself somehow. I have contacted the host and they are telling me it is theme issue. I came to the same conclusion after hours of testing myself. The product elements work perfectly with Storefront Theme and as i change to Legenda/Legenda Child the page unloads incorrectly. I have tried both 8theme and WooCommerce Product Elements several times and the issue is the same. It does not showcase the products as asked. It fails to deliver no matter the settings for products. It even overwrites other content if present.
Screens attached.
I hope this is easy fix for you.
Thanks and Regards,
Gert
Hello,
Sorry for the delay due to the weekends.
Please provide us with temporary wp-admin access so we can take a closer look.
Thanks in advance.
Regards
sure.
Hello,
Looks like the problem caused by some of your additional plugins. Please disable all 3rd-party plugins, in case the Products element start works, activate third-party plugins one by one to find which plugin cause the issue.
Regards
Hi,
Unfortunately disabling all of the third party plugins did not work. I did as much testing that i could come up with, but the function is not behaving as it should.
Hello,
Please provide us with FTP access (FTP hostname, FTP username, FTP password).
Regards
here you go.
Hello,
Your parent theme legenda has a strange structure (one more legenda folder inside), so I’ve renamed it via FTP and uploaded correct legenda theme (from Theme Forest) http://prntscr.com/jolxah + I’ve disabled Popup Builder plugin and moved to trash 3 products – http://prntscr.com/jolxqd. Please check the Products element now. The renamed theme folder (_legenda) you can delete. I would recommend you to check settings of products from trash or re-create these products to find out what caused the problem.
Regards
Hi,
Thank you for your effort, but unfortunately I have still not figured out what product attributes result in broken theme. Your changes caused to start showing testimonials incorrectly. How to fix that? Screen attached.
Thanks and best regards,
Hello,
Do you get the same problem with new products?
About testimonials, try to disable all 3rd-party plugins.
Regards
Hi,
Thank you for your investigation. Part of the problem was “Popup Builder” plugin like you found out previously. The issue is not present with new products, BUT it present with duplicate of the problem generating product. I would make a new product to solve the error if I knew how to save the customer reviews.
2. Disabling the plugins did not resolve the issue. I think the cause of the error might be additional CSS as it happens only with full screen.
3. Additional CSS is probable cause of the messed up mobile navigation menu as well. How to fix that Screen attached.
Hello,
The content of Product short description caused your problem. You need to remove shortcodes of static blocks, for example [block id= “563”], and other shortcodes ([sg_popup id=”10″ event=”click”] FAST SHIPPING [/sg_popup]) from this area. I would recommend you to add in Product short description only main information without additional shortcodes.
To fix the problem with the mobile menu, you need to use this code:
.mobile-nav .menu-main-menu-container {
float: none;
}
Regards
Hi,
Thank you for the css, it fixed the menu problem. 🙂 I still do not have the solution for the testimonial issu described beofre, could you please be kind enough to provide the solution?
Thanks and regards
Hello,
Sorry for the delay due to the weekends.
Have you tried to disable all 3rd-party plugins? If this won’t help, describe the problem in more details, please.
Regards
You must be logged in to reply to this topic.Log in/Sign up