• Resolved thewebguyx

    (@thewebguyx)


    Hello,

    So I have noticed that when I choose to use a small sized logo it seems to display very pixelated for some reason. So I decided to just remove it, but when I try to click on the ‘Remove image’ button this does not do anything.

    Is there any way to fix this?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @thewebguyx,

    That’s odd. Is there anything in the browser JavaScript console?

    Also, what browser are you using?

    Thanks
    Phil

    Thread Starter thewebguyx

    (@thewebguyx)

    I don’t know how to check if anything is in the browser JavaScript console.

    But I am using Firefox, latest stable release.

    Thread Starter thewebguyx

    (@thewebguyx)

    Also how can I do the following: https://imgur.com/a/0MLjue9

    Plugin Author Phil

    (@philsbury)

    No problem, I get the same issue in Firefox. Surprised that’s not been raised before. I have a new release coming up so I’ll get it fixed for that.

    It seems to work ok in Chrome if you’re able use that for a day or so?

    Thanks
    Phil

    Plugin Author Phil

    (@philsbury)

    For making the text bold, if that’s the first text field in the messages tab, then go to the advanced tab and add this to the CSS field:

    
    .age-gate-subheading {
      font-weight: bold;
    }
    

    Thanks
    Phil

    Thread Starter thewebguyx

    (@thewebguyx)

    Okay no problem, I can use Chrome for now but hopefully the fix is coming out soon?

    And I tried to add that CSS code but it does not do anything to the text.

    Plugin Author Phil

    (@philsbury)

    Cool, the bug is fixed will be in the release. It’s quite a big update so it’s in testing, but hopefully will be this week (probably Thursday evening).

    Which box is the text in? If you have a URL I could see that’d be good.

    Thanks
    Phil

    Thread Starter thewebguyx

    (@thewebguyx)

    Okay no problem, looking forward to the update!

    The text is in the subheading box, and sure here is my testing/development site:
    http://webdev.wpdevcloud.com/

    Plugin Author Phil

    (@philsbury)

    Ok cool, then switch the css out for this:

    
    .age-gate-message {
      font-weight: bold;
    }
    

    Thanks
    Phil

    • This reply was modified 7 years, 9 months ago by Phil.
    Thread Starter thewebguyx

    (@thewebguyx)

    Hey so I just noticed that you have updated the plugin.

    So now I am able to just remove the logo, but instead of entirely removing it, now it displays the site name? How do I remove this entirely?

    Thread Starter thewebguyx

    (@thewebguyx)

    Hello? I hope to hear back from you regarding this very soon, it is quite urgent!

    Thank you in advance.

    Plugin Author Phil

    (@philsbury)

    Hi @ thewebguyx,

    Two options for you here;

    CSS

    .age-gate-heading {
        display: none;
    }

    Code

    add_filter('age_gate_logo', '__return_false');

    Thanks
    Phil

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

The topic ‘Cannot Seem To Remove Logo’ is closed to new replies.