• Resolved tomatee

    (@tomatee)


    Hi everyone,
    I just updated to 2.7.7 a couple of hours ago. Since then I noticed that the HTML Tag Links added to to the light blue containers in the middle of my homepage no longer work.

    The links work just fine when clicking them on the container settings and when using direct URL with browser. However, they do not appear in the page editor area or at the actual website. I have tried unlinking, linking to an outside URL, restoring to previous revisions of the page – no results.

    WP Support forum was able to track down the problem to a style specification in a CSS file that is assigned to a “uag-plugin”, which is assigned to the Spectra plugin.

    I rolled back to 2.7.5 and now it works fine again.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, I ran into the same issue. I fixed it by adding CSS to my site:

    .spectra-container-link-overlay {
    height: 100%; !important
    }

    seems like a bug, in the code inspector i noticed that the actual link element is 0px in height so it was basically non existing. With that code you give it a height of the container and it works!

    • This reply was modified 1 year, 6 months ago by martinklein.
    Plugin Support BSF- Mohsin Ghouri

    (@mohsinbsf)

    Hi @tomatee,@martinklein!

    Sorry for the inconvenience caused to you.

    This is a known issue. We will release the new version of the plugin with the fix in the upcoming week. However, if you don’t want to wait, please create the support ticket: https://wpspectra.com/support/ with us so that we can share the dev version with you.

    Have a nice day!

    Thread Starter tomatee

    (@tomatee)

    Thank you for the quick reaction – really appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Container HTML Tag Links not working’ is closed to new replies.