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
I don’t know how to check if anything is in the browser JavaScript console.
But I am using Firefox, latest stable release.
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
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
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.
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?
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