Meta disappearing with hover in ESS grid

Hi there,

For some reason, certain meta tags started disappearing with hover in the grid.
Not sure why it suddenly happened and not sure how to fix it.
I couldn’t find any setting that indicates this type of action with hover.

One example of a website, but this particular skin I shared across several sites so…

Would appreciate your quick response.

Cheers and thanks in advance,

Hi there,

Thank you for reaching out to us. I checked your site and I see you’re using WP Rocket and this could be just a cache issue, clear all caches including browser cache then deactivate your caching plugin and other optimization plugins and see if this resolves the issue.

If the issue remains, then please check for the following:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  3. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  4. Remove custom CSS, JavaScript and deactivate your child theme and switch to parent theme (take a complete backup first).

If nothing works then try adding the following code in the Theme Options > CSS:

.elementor * {
    transform: none !important;
}
li.tp-esg-item {
    transition: margin 0.3s ease-in-out;
}
li.tp-esg-item:hover {
    margin-top: -10px !important;
}

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.