Error after Registration Vendor Store
-
Hi, this error appear after vendor registration is submitted:
Fatal error: Uncaught Error: […] wp-includes/plugin in /homepages/29/d830288681/htdocs/clickandbuilds/Swipeclic/wp-content/themes/woodmart/functions.php on line 200
Thanks.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Could you please describe step by step how to reproduce the error? Please, send us your FTP access as well.
Kind Regards
XTemos Studio
Hi thank you for your answer
Attachments:
You must be
logged in to view attached files.
If you don’t have FTP access, please, contact your hosting provider and ask where you can get it.
Hi, I attach an image with 5 steps to enter the FTP.
Thanks.
Attachments:
You must be
logged in to view attached files.
We can’t access this way https://prnt.sc/tw49ja
Please, provide us FTP access and not your control panel information.
Hi, there is not a direct access.
Attachments:
You must be
logged in to view attached files.
1. We can’t enter with your postcode http://prntscr.com/twyccu
2. The FTP you provided doesn’t have a password.
I´m sorry, this is the pass:
Try to edit the file and change the following line http://prntscr.com/tx74vd
if ( woodmart_is_elementor_installed() && ( woodmart_elementor_is_edit_mode() || woodmart_elementor_is_preview_page() || woodmart_elementor_is_preview_mode() ) ) {
to this one
if ( woodmart_is_elementor_installed() && function_exists( 'woodmart_elementor_is_edit_mode' ) && ( woodmart_elementor_is_edit_mode() || woodmart_elementor_is_preview_page() || woodmart_elementor_is_preview_mode() ) ) {
This code will be implemented in our next theme update.