Home Forums WoodMart support forum Cookie banner button “READ MORE” displayed twice since last release

Cookie banner button “READ MORE” displayed twice since last release

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #586269

    Jeriss Cloud Center
    Participant

    I noticed on ALL my websites that the cookies banner now displays the link “READ MORE” twice.

    See all websites below. What is going wrong?

    I resaved the WoodMart cookies setting, and I checked the string in WPML whether it is a translation but no, the string is correctly translated only once. But WoodMart shows it twice on all websites.

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

    Hello,

    Have you installed any new plugin on the site or make changes in the theme settings?

    Also, share any one site login details so I will check and give you the possible solution.

    Best Regards.

    #587845

    Jeriss Cloud Center
    Participant

    No I didn’t install any new plugin, nor any changes.

    Here is a staging with minimal install, where you can see the issue occurring.

    #588386

    Hello,

    Please use the following custom code and paste this into Theme Settings >> Custom CSS >> Global CSS section:

    [class*="screen-reader"] {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    transform: scale(0);
    }

    We will be fixed in the next update.

    Best Regards.

    #588492

    Jeriss Cloud Center
    Participant

    Possible to deploy a patch? I have reported at least 9 websites impacted by this issue, so it’s more than 1 case.

    #588677

    Hello,

    Sorry, there is no patch for this. Please use the given custom CSS code in all the sites.

    Best Regards.

    #588979

    Jeriss Cloud Center
    Participant

    Why no patch? Please deploy it, it impacts more than 1 website

    #589041

    Bogdan Donovan
    Keymaster

    Hello,

    This issue is caused by the absence of styles for screen-reader text in base theme styles when the WooCommerce plugin is not used on the site. To make the screen-reader text styles available in the theme’s base styles, regardless of whether the WooCommerce plugin is enabled, we would need to recompile all theme styles, which cannot be released as a simple patch. Therefore, in this case, the only temporary solution is to use the custom CSS code we provided in a previous response on sites where you are not using the WooCommerce plugin until the next theme update is released.

    This issue will be resolved in the upcoming theme update 7.6, which will be released next week.

    Kind Regards

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