Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @vrhub,

    Are you on ThirstyAffiliates 3.2.4?

    Looks like this might be theme related. When you remove the class .pcw from that link, it shows up again.

    Can you please confirm?

    Thread Starter vrhub

    (@vrhub)

    hello, latest version..
    got that answer from plugin (https://codecanyon.net/item/premium-cryptocurrency-widgets-for-wordpress/) support:
    There is nothing really useful in their answer, “pcw” is a necessary widget class, there is nothing wrong with it.

    I would advise you to mention that this happens only with some special links, provided by their plugin. With regular links it works fine. So somehow they hook into such links and they disappear.

    Hi @vrhub,

    It seems the pcw-visible class was removed on the button based on your video.
    That class is responsible for making the button visible as based on the video you have given, buttons with pcw class have opacity set to 0 by default which makes them not visible.

    as a quick fix, can you try to add this bit of css on your style.css file.

    .pcw-button.thirstylink{ opacity : 1 !important }

    that will make pcw buttons with ThirstyAffiliates link to have an opacity set to 1 which makes it visible.

    also

    make sure the Disable ThirstyAffiliates CSS classes? option on the Link Appearance section of ThirstyAffiliates setting is unchecked to make sure that ThirstyAffiliates adds the thirstylink class to all elements on the page with ThirstyAffiliates Link

    Hope this helps, let us know how it goes

    Cheers!

    • This reply was modified 6 years, 8 months ago by rymera01.
    Thread Starter vrhub

    (@vrhub)

    thank you guys
    .pcw-button.thirstylink{ opacity : 1 !important } – helps

    You are welcome @vrhub!

    Cheers!

    • This reply was modified 6 years, 8 months ago by rymera01.
    • This reply was modified 6 years, 8 months ago by rymera01.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘button with link disappears’ is closed to new replies.