watbos
Forum Replies Created
-
Forum: Plugins
In reply to: [GD bbPress Attachments] Remove or Hide the Label “ATTACHMENTS”Forum: Plugins
In reply to: [bbp style pack] Unread ButtonAhhhhh, that’s it. Ok. So if anyone else cannot figure out how the “Mark as Read” button is displayed, you find it on the “Unread Posts” tab. Thank you.
Forum: Plugins
In reply to: [bbp style pack] Hide User IPOh as long as it’s not viewed by other user roles, it’s good. THANKS!!
Forum: Plugins
In reply to: [bbp style pack] Forum Display – New Topic – Does not workOh…I was in the wrong layout. The plugin is fine. It’s a really good tool.
Just in case anyone looks at this post because they have the same issue, you have to first create a “Topic” in the “forum” and THEN the “Crete a Topic” link is rendered. https://clubposh.oli.us/forums/forum/general-forum-info-2/ Sorry for the harsh title of the post…I was frustrated. Now much happier.
Got it. I’ll make that recommendation and request now.
Not sure how to tactfully ask this, but did you clear your browser cache and reload the page after adding the CSS to Additional CSS area of the Twenty Seventeen theme? If yes, I’m not sure why you’re not seeing changes. Hopefully someone else can advise?
YAY!! Thank you. That made the change I wanted.
- This reply was modified 7 years ago by watbos.
Thanks for the answers. I understand the css part and it’s all set. The badge on my site is hidden.
But I’d like the badge to show on the Contact form, (I’m afraid to break stuff) and I’m not sure where to place the code for the script. What file do I add this to and where in the file? Please advise.
<script>
$(document).ready(function () {
$( “input[type=text],input[type=email], textarea ” ).focus(function() {
$(‘.grecaptcha-badge’).addClass(‘showgr’);
});
});
</script>may first have to call
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script>
Oh thank you for your help. I was getting so confused. This worked and not it makes sense.
Forgot to include, this is for the Twenty Seventeen theme.