Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter david6677

    (@david6677)

    If you update to the most current version of WordPress and Yoast SEO, does this resolve the issue?

    1. Check for conflicts.
    2. Check for JavaScript errors with your console.
    If you find any JavaScript errors related to Yoast SEO or if there is a conflict with a plugin or a theme, you can create a new GitHub issue for our developers. Please report the issue to a third party developer as well.`

    can you share the code that update the meta keywords and desc, there are couple of ways, i cant explain why but some works better then the other.

    hi @yithemes i have seen a bug with no soultion 3 years ago and i found a soultion but cant post it there since its closed, if anyone ever again expirnce this cant scroll down in mobile the soultion is
    $(‘#Product-image-cotainer’).click(function() {
    console.log(“clickckkckckc”);
    console.log(“.zoomWrapper img”,$(“.zoomWrapper img”));
    $(“.zoomWrapper img”)[0].click();
    });
    and
    .zoomWrapper img{
    pointer-events:none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)