Home › Forums › WoodMart support forum › Broken left vertical menu after upgrading to latest release
Broken left vertical menu after upgrading to latest release
- This topic has 9 replies, 2 voices, and was last updated 3 weeks, 3 days ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 15, 2025 at 1:43 pm #646090
Jeriss Cloud CenterParticipantDear,
Can you please tell me why my vertical menu is now all broken? There used to be icons in the vertical menu that don’t appear anymore. Screenshots below.
Staging in private section where :
– all plugins disabled
– parent theme enabledThanks
Attachments:
You must be logged in to view attached files.March 15, 2025 at 1:58 pm #646095
Jeriss Cloud CenterParticipantSimilar issue occurs on another website (link in private).
In that website, the menu has a link called “Webshop” but the icon is missing.
Somehow for unknown reasons, the icon appears in home page but not in any other pages.
Attachments:
You must be logged in to view attached files.March 17, 2025 at 10:24 am #646297
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following code line in your theme’s header.php and check the issue.
https://codefile.io/f/YTcJx8JtUv
Best Regards,
March 17, 2025 at 2:03 pm #646430
Jeriss Cloud CenterParticipantDoesn’t work, see attached screenshot.
Please clarify how to add this code.
Attachments:
You must be logged in to view attached files.March 17, 2025 at 2:45 pm #646443
Jeriss Cloud CenterParticipantAlso, the Woodmart Theme Settings already have the setting “Load Font Awesome : Always”
(altough I noticed you “deprecated” this feature ??)
-
This reply was modified 3 weeks, 6 days ago by
Jeriss Cloud Center.
Attachments:
You must be logged in to view attached files.March 17, 2025 at 4:32 pm #646494
Aizaz Imtiaz AwanKeymasterHello,
You need to add the code in header.php, not functions.php. Please navigate to your theme files and insert the code inside header.php.
Let me know if you need further guidance!
Best Regards,
March 17, 2025 at 4:39 pm #646503
Jeriss Cloud CenterParticipantYes it works now, but :
1) why do I need to add this code?
2) header . php is from the parent theme, this will disappear after each update
Please provide a solution without this code. Please solve it by default in the theme. Thanks
Attachments:
You must be logged in to view attached files.March 18, 2025 at 2:34 pm #646778
Aizaz Imtiaz AwanKeymasterHello,
This issue is caused by the latest update of the WPBakery plugin in which they changed the version of Font Awesome, so please add the following code temporarily, and we will fix it in the next update.
add_action( 'wp_enqueue_scripts', function () { wp_enqueue_style( 'vc_font_awesome_6' ); }, 10000 );
Best Regards,
March 19, 2025 at 7:55 pm #647336
Jeriss Cloud CenterParticipantPlease provide a “patch”, I have 20 websites impacted. I already provided example of 2 websites impacted.
I’m not gonna start adding this code on every site till the next update.
Please release it into a patch. Thanks
March 20, 2025 at 1:37 pm #647559
Aizaz Imtiaz AwanKeymasterHello,
I have passed your request to our development team and they will consider it, Thanks for your understanding.
Best Regards,
-
This reply was modified 3 weeks, 6 days ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register