• Resolved reedock

    (@reedock)


    New update underlined all the links..

    Any way to remove that feature after the update to 5.2.0?

    Revert already to Version 5.1.9 and everything went back to normal.

    • This topic was modified 1 year, 8 months ago by reedock.
    • This topic was modified 1 year, 8 months ago by reedock.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support AR Rasel

    (@arrasel403)

    Hi @reedock,

    Sorry for the inconvenience caused.
    It seems like a caching issue.

    Please use the latest version plugin and then regenerate assets, you can go to wp-admin -> Essential Addons then, switch to the ‘Tools’ tab, and hit the ‘Regenerate Assets’ button. Check out this screenshot.

    Also, make sure to Regenerate Files from wp-admin -> Elementor -> Tools as well. Check out this screenshot.

    If the issue still persists, please try clearing your browser cache or try another browser too.

    Let us know how it goes. Thank you.

    Thread Starter reedock

    (@reedock)

    Hi AR Rasel,

    Done that already with Eric from the WPDeveloper support but it didn’t change anything despite following the instructions above, cleaning the cache (even using another browser) and no caching plugin activated.

    Using in the meantime the following css while waiting for a fix:

    .entry-content a {
    text-decoration: none !important;
    }

    I second this issue. Tried everything mentioned, but none worked. For now, I have rolled back to 5.1.9. Hoping the issue will be resolved in future updates.

    +1

    This is happening to me, too. Using Hello Theme, and I have regenerated CSS in both places. It was working fine before the update.

    The only EA element I have on currently is for Gravity Forms. I tried turning it off and that didn’t fix it. The only way the underline goes away is if I deactivate the EA plugin.

    It is only happening on some links – like in my slider, my post headings, my titles, etc.

    Thread Starter reedock

    (@reedock)

    Plugin received an update (5.2.1) but still the same problem with underlined links..

    The only 2 ways to remove that is to downgrade the plugin to 5.1.9 or to use the following CSS:

    .entry-content a {
    text-decoration: none !important;
    }

    Hope we can get a fix for that so we don’t have to use an outdated version or add the above CSS..

    Thank you, reedock. I will try your solution, as I have now found that it is happening on more than one of my sites!

    Update: That solution didn’t work for me (and I did regenerate CSS in both places and flushed my cache). But strangely enough while troubleshooting I did notice that for me, this problem seems to only be occurring on the home page, on both sites.

    To test, I copied a section on the home page and pasted it into an interior page. I made no changes to the content or settings, and as I suspected, the underline links do not appear on the interior page.

    • This reply was modified 1 year, 8 months ago by wigglepit.

    @wigglepit I used following CSS code to remove underlines. Give it a try. Let me know if you need any help.

    .page-content a {
    text-decoration: none !important;
    }

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @viraj-sk, @wigglepit, and @reedock

    Hope all are well.
    We have fixed this issue on our today’s release. Please update the plugin to the latest version and then retry once.

    Hope your issue will be fixed. Let us know if you are facing any issues.

    Thanks for your patience!

    Thread Starter reedock

    (@reedock)

    Hi @arrasel403 the update fixed the problem.

    CSS not needed anymore so it’s resolved on my side.

    Thank you! 🙂

    Hi @arrasel403

    Thanks for addressing the issue! I can confirm – with version 5.2.2, the underline problem is now resolved.

    Thanks again!

    Resolved for me on all sites as well. Thank you for your prompt fix, and thanks to everyone on this thread who provided workarounds in the meantime!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Last update and underlined links’ is closed to new replies.