There are a few problems after installing the demo4 theme, attached are some screen prints of the issues.
1) There is a search bar appearing on all pages at the bottom of the pages even two on top of each other on some pages - I disabled all plugins and as soon as I enable WPLMS the search bar appears.
2) The shopping cart is malfunctioning - There is no checkout button on the cart page, only continue shopping appearing, When clicking on view cart there is also no option to continue shopping or to checkout, but it was there in the demo.
it was appearing due to elementor header being used not ours so our css was not enqueued there which use to hide and style the search bar . so added some code in wplms customizer plugin to remove our search bar ,
Hi
There are a few problems after installing the demo4 theme, attached are some screen prints of the issues.
1) There is a search bar appearing on all pages at the bottom of the pages even two on top of each other on some pages - I disabled all plugins and as soon as I enable WPLMS the search bar appears.
2) The shopping cart is malfunctioning - There is no checkout button on the cart page, only continue shopping appearing, When clicking on view cart there is also no option to continue shopping or to checkout, but it was there in the demo.
3) Some critical error with the cart page
Attached files: search bars.png
search.png
No checkout on cart.png
error on cart page.png
1 .
add this code in your wplms-customizer.php file in wplms customizer plugin :
2 . Hi currently im not able to access the site :
for cart error please make sure that wplms theme updates to latest version 4.92 and woocommerce plugin is updated to latest version 8.1+
did you by any chance update the woocom plugin? This is what happens if i update the plugin, the whole site crashes
Hi
The cart problem is solved.
Still have the search bar at the bottom of all the pages, I have added the code.
fixed
Thanks you can close this one, is it possible to tell me where the issue was for the search bar?
it was appearing due to elementor header being used not ours so our css was not enqueued there which use to hide and style the search bar . so added some code in wplms customizer plugin to remove our search bar ,