Home Forums WoodMart support forum Link Custom Attribute Field

Link Custom Attribute Field

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #700742

    justinterweb
    Participant

    We’re using the Link Custom Attribute field to add unique aria-labels to each button, but it looks like the aria-label applied to the first button is being copied to all the others. Each button should have its own unique label. This was working correctly before, but we started experiencing this issue after the theme update. Please find the screenshot below for reference.

    #700747

    justinterweb
    Participant

    Hi,

    #700916

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site, and then check the issue. I am sure your issue will be solved. Then activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and share the WP login details, so I can check and give you a possible solution.

    Best Regards,

    #700954

    justinterweb
    Participant

    Hi, please check below

    #700978

    Hello,

    Please check again, I have removed the attached screenshots.

    Best Regards,

    #701259

    justinterweb
    Participant

    Yes, thanks. I have a few more questions please find below

    #701326

    Hello,

    01. Could you please clarify the exact behavior you’re trying to achieve?
    Once I understand your requirement, I can check it and provide an updated CSS solution for you.

    02. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site, and then check the issue. I am sure your issue will be solved. Then, activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and let me know so I can check and give you a possible solution.

    Best Regards,

    #701345

    justinterweb
    Participant

    1) When I access the website using the Tab key, everything works as expected except the mega menu. The primary menu contains a submenu that opens as a mega menu, but when tabbing through the primary menu, the mega menu does not open or allow tab navigation inside it.

    #701422

    Hello,

    1. To make your code work, you also need to trigger the JS functionality for dropdowns. Add the following code to your custom js:

    window.addEventListener('wdEventStarted', function () {
        setTimeout(function () {
            jQuery(window).trigger('wdHeaderBuilderStickyChanged');
        }, 1000);
    });

    2. The issue with the white space appearing when hovering over the top header banner is caused by a third-party plugin that applies an incorrect rule to the body tag. To fix this, add the following code to your custom css:

    body {
        position: static !important;
    }

    Best Regards,

    #701459

    justinterweb
    Participant

    Great, both are working now. Thanks a million.

    #701490

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Link Custom Attribute Field’ is closed to new replies.