Home › Forums › WoodMart support forum › My designs are not working on the frontend without woocommerce installed
My designs are not working on the frontend without woocommerce installed
- This topic has 11 replies, 3 voices, and was last updated 1 day, 4 hours ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 24, 2025 at 7:59 pm #648568
Afolabi OTParticipantMust we use woocommerce with this theme??
The mobile menu is not displaying at all unless I activate woocommerce. And this is not a woocommerce site.
And also my Gutenberg designed slider is not showing on the front end unless I activate woo-commerce.
When I activate woocommerce it shows, whenever I deactivate it both the slider and the menus are not working. The desktop full screen menu won’t work, and the mobile side menu won’t work at all.
Please fix this on time please.
Attachments:
You must be logged in to view attached files.March 25, 2025 at 9:08 am #648670
Afolabi OTParticipantHello,
Can you please reply me!!March 25, 2025 at 4:12 pm #648894
Aizaz Imtiaz AwanKeymasterHello,
Yes, you can use the theme without Woocommerce.
Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and remove this from the header on your site.
Best Regards,
March 25, 2025 at 5:21 pm #648924
Afolabi OTParticipantNo need for credentials,
Please, jusd do a quick spin up of WordPress on instawp. Choose Gutenberg, then install renewable energy templates of your theme.
After the template is installed, deactivate WooCommerce and check the front end to see what I’m saying. The slider and the mobile side menu will not work until you activate WooCommerce. The fullscreen menu also won’t work.
Please do that, solve the problem and tell me how to navigate the problem. I believe it’s a bug.
Please don’t ask me for credentials again on this issue. Thanks.
-
This reply was modified 3 days, 3 hours ago by
Afolabi OT.
March 25, 2025 at 7:20 pm #648965
Afolabi OTParticipantI just noticed now that even the mobile blog sidebar is not working, not opening like the mobile menu and fullscreen menu.
March 26, 2025 at 3:14 pm #649183
Afolabi OTParticipantPlease, hope you are working to resolve this issue??
March 26, 2025 at 4:32 pm #649222
Aizaz Imtiaz AwanKeymasterHello,
You need to temporarily add the following code in the function.php of the theme, and for the next update,we will add this fix to the theme.
add_action( 'wp_enqueue_scripts', function () { wp_enqueue_script( 'jquery' ); }, 15 );
Best Regards,
March 26, 2025 at 8:12 pm #649296
Afolabi OTParticipantThe code did not work.
The website credential is in the private content area.
March 27, 2025 at 11:27 am #649466
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been resolved. I have added the code in the function.php of the theme, and it is working fine. Check back your site and check the issue.
Best Regards,
March 27, 2025 at 11:56 am #649482
vindesign_itParticipantI had the same issue. By the suggested code, it works now.
Thanks
March 27, 2025 at 2:36 pm #649562
Afolabi OTParticipantOops, I put the code in the child theme’s functions.php file, without the child theme being installed.
March 27, 2025 at 4:39 pm #649618
Aizaz Imtiaz AwanKeymasterHello,
@Vindesign_it
That’s great to hear!Glad the solution worked for you as well. If you run into any other issues or need further assistance, feel free to reach out anytime.
@Afolabi OT
If the child theme isn’t installed or activated, any code added to its functions.php file won’t take effect. So I was added the code in your active theme.
Best Regards,
-
This reply was modified 3 days, 3 hours ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register