Home › Forums › WoodMart support forum › Double title and no image error in menu
Double title and no image error in menu
- This topic has 15 replies, 4 voices, and was last updated 4 years, 2 months ago by
Klerik.
-
AuthorPosts
-
June 24, 2021 at 9:18 am #302116
ranawebdesignParticipantHello
I was just creating a category and however layer as usual but it showing the title in double and there is a broken image showing as well which I didn’t add any. please check out my website menu so you’ll understand better. and the broken image problem is showing only on chrome browser of a desktopAttachments:
You must be logged in to view attached files.June 24, 2021 at 12:13 pm #302183
Aizaz Imtiaz AwanKeymasterHello,
This issue was fixed in the recent theme hotfix update. Please try to update your theme to the latest version.
Best Regards
June 24, 2021 at 12:25 pm #302186
ranawebdesignParticipantbut there is no update is showing on my side. and my current version is: 6.1.0
June 24, 2021 at 1:04 pm #302197
Aizaz Imtiaz AwanKeymasterHello,
Please download the latest version of the Theme from the envato account and then try to update using FTP.
https://xtemos.com/docs/woodmart/update-theme-2/Best Regards.
XTemos Studio.June 24, 2021 at 3:43 pm #302237
ranawebdesignParticipantHi
I’ve just updated the theme. but still, the error remained. Version: 6.1.2Attachments:
You must be logged in to view attached files.June 24, 2021 at 8:05 pm #302269
KlerikParticipantHello.
I have the same problems with categories in main menu. On another theme categories not duplicated. version 6.1.2Attachments:
You must be logged in to view attached files.June 25, 2021 at 6:03 am #302318
ranawebdesignParticipantHello
Please tell me how to fix this. my website is live and it’s affecting my business.June 25, 2021 at 8:59 am #302381
Artem TemosKeymasterHello,
It seems to be a bug in our theme with mobile categories only. Tyr to edit the file
wp-content/themes/woodmart/inc/functions.php
and replace the following code$image_output .= '<img src="' . esc_url( $icon_data ) . '" alt="' . esc_attr( $item->title ) . '" ' . $icon_attrs . ' class="wd-nav-img' . woodmart_get_old_classes( ' category-icon' ) . '" />';
with this one
if ( $icon_data ) { $image_output .= '<img src="' . esc_url( $icon_data ) . '" alt="' . esc_attr( $item->title ) . '" ' . $icon_attrs . ' class="wd-nav-img' . woodmart_get_old_classes( ' category-icon' ) . '" />'; }
Kind Regards
June 25, 2021 at 9:17 am #302387
ranawebdesignParticipantDid but nothing is changed. and the issue I’m facing is on both mobile and desktop devices.
Attachments:
You must be logged in to view attached files.June 25, 2021 at 9:33 am #302404
Artem TemosKeymasterPlease, send us your admin access so we can check what is wrong.
June 25, 2021 at 9:51 am #302410
ranawebdesignParticipantOk info attached.
June 25, 2021 at 9:56 am #302412
Artem TemosKeymasterIt seems to be working correctly. Try to clear your cache and test again.
June 25, 2021 at 10:03 am #302416
KlerikParticipantThanks. It solved my problem.
Will you fix this problem in future updates or i need to add this code after every updates?June 25, 2021 at 10:17 am #302423
ranawebdesignParticipantNo, it not solved yet at all. and why others comment on my request it’s very confusing i don’t know whos you fixed the problem. are you even checking my attachments? i have cleared all my browser’s cache and tried but it’s still the same. it’s affected so much in my business my customers already started calling me so many times for the error.
Attachments:
You must be logged in to view attached files.June 25, 2021 at 11:10 am #302447
Artem TemosKeymasterIt looks like you didn’t clear the cache. Please, check how it works now https://monosnap.com/file/sZsZuEwEOvlIe9SwpeqeX5QLl0uBb7
June 25, 2021 at 11:21 am #302465
KlerikParticipantWill you fix this problem in future updates or i need to add this code after every updates?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register