Home Forums WoodMart support forum Double title and no image error in menu

Double title and no image error in menu

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #302116

    ranawebdesign
    Participant

    Hello
    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 desktop

    Attachments:
    You must be logged in to view attached files.
    #302183

    Hello,

    This issue was fixed in the recent theme hotfix update. Please try to update your theme to the latest version.

    Best Regards

    #302186

    ranawebdesign
    Participant

    but there is no update is showing on my side. and my current version is: 6.1.0

    #302197

    Hello,

    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.

    #302237

    ranawebdesign
    Participant

    Hi
    I’ve just updated the theme. but still, the error remained. Version: 6.1.2

    Attachments:
    You must be logged in to view attached files.
    #302269

    Klerik
    Participant

    Hello.
    I have the same problems with categories in main menu. On another theme categories not duplicated. version 6.1.2

    Attachments:
    You must be logged in to view attached files.
    #302318

    ranawebdesign
    Participant

    Hello
    Please tell me how to fix this. my website is live and it’s affecting my business.

    #302381

    Artem Temos
    Keymaster

    Hello,

    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

    #302387

    ranawebdesign
    Participant

    Did 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.
    #302404

    Artem Temos
    Keymaster

    Please, send us your admin access so we can check what is wrong.

    #302410

    ranawebdesign
    Participant

    Ok info attached.

    #302412

    Artem Temos
    Keymaster

    It seems to be working correctly. Try to clear your cache and test again.

    #302416

    Klerik
    Participant

    Thanks. It solved my problem.
    Will you fix this problem in future updates or i need to add this code after every updates?

    #302423

    ranawebdesign
    Participant

    No, 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.
    #302447

    Artem Temos
    Keymaster

    It looks like you didn’t clear the cache. Please, check how it works now https://monosnap.com/file/sZsZuEwEOvlIe9SwpeqeX5QLl0uBb7

    #302465

    Klerik
    Participant

    Will you fix this problem in future updates or i need to add this code after every updates?

Viewing 16 posts - 1 through 16 (of 16 total)