Home Forums WoodMart support forum All products show title of first product in the catalog in the small mouse popup

All products show title of first product in the catalog in the small mouse popup

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #520981

    postbox-007
    Participant

    I’m currently filling my store with products. I noticed something: ALL products show the title of the first article in the catalog in the small mouse popup.

    Can I change this?

    Cache in the backend is deleted via WP Rocket. The cache in the browser is also deleted. This also shows up in an Ingocnito mode.

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

    Hello,

    Please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS for hover image text.

    .product-grid-item .hover-img {
    pointer-events: none;
    }

    Best Regards

    #521185

    postbox-007
    Participant

    Thank you. But the code doenst work (Cache in WP and in browser ist cleared)

    When the Code works, the CSS code hides the problem, but the problem is still there. Why is the wrong tag being loaded? Do you have an idea for this?

    #521328

    Hello,

    Sometimes, your browser might be showing you a cached version of the page. Clear your browser cache or try accessing the page in incognito/private mode to check the issue.

    Best Regards.

    #521359

    postbox-007
    Participant

    I cleared the Cache.

    And i tried a Browser i never used before (Edge). There so little pop Up ist also.

    #521360

    postbox-007
    Participant

    And … When the Code works, the CSS code hides the problem, but the problem is still there. Why is the wrong tag being loaded? Do you have an idea for this?

    #521382

    postbox-007
    Participant

    I have now tried it on a completely different PC. It hasn’t visited the site for months. As a precaution, I have also deleted the browser cache there.

    Unfortunately, the problem is also there. The CSS code does not seem to work or not be loaded.

    #521510

    postbox-007
    Participant

    Is the problem still being tracked and processed?

    CSS code is definitely not working. I have now visited the site with a PC that has never opened the website before. So it cannot have a loaded cache in the browser.

    -> The small pop-ups with the wrong title tag on mouseover also appear here.

    #521514

    Hello,

    Please give me the full site access as administration, So I will check and give you a possible solution.

    Best Regards.

    #521528

    postbox-007
    Participant

    See here:

    #521642

    Hello,

    Now check back your site after completely clearing the browser cache.

    Best Regards.

    #521657

    postbox-007
    Participant

    This new code works. Thank you.

    The code hides this. But what interests me is that the error itself is not fixed, just hidden.

    If this CSS code is removed, the image still gets the wrong title tag. What could be the reason for this?

    #521933

    Hello,

    The CSS code serves as a temporary fix for concealing the issue. If you prefer a manual approach, you’ll need to modify the theme files. Please be aware that any customizations to the theme files are undertaken at your own risk and are not covered by the theme support policy.

    Kind regards.

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