adamjd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Topbar font change?Oops! It’s on my end. Text in the topbar was being generated by a widget. Didn’t consider that.
Thanx again.
Forum: Themes and Templates
In reply to: [Virtue] Topbar font change?Neither suggestion seems to do anything. Is there somewhere else I need to make a change?
Forum: Themes and Templates
In reply to: [Virtue] Topbar font change?Thank you very much @wen Solutions & @Kadence! I’ll give it a try!
I’ve been working on the theme for the last few hours with no problem. Suddenly, I can’t customize anything. From Appearance -> Theme options, none of the options I select show in the window.
If I try to customize through the toolbar, I can at least see the options, but can’t change anything or save changes.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] How to change the color of the submit button?Hmmm…where is this selector? I’m not seeing it in any of the css files for the plug-in…
OK – found it. For anyone else looking, it’s in the public folder -> yikes-inc-easy-mailchimp-extender-public.min.css
just add in “background-color:#E62C22” (or whatever color you want)
Forum: Plugins
In reply to: [Contact Form 7] Successfully sent but not receivedIn my case, I found I had the form set up wrong. I had read incorrect information somewhere and had my email address in the first and second box. I fixed it – emails get through fine now…but why was the green indicator coming on if the email wasn’t actually sending anyway?
Just wanted to report back in case it helps anyone else.
Forum: Plugins
In reply to: [Contact Form 7] Successfully sent but not receivedSame here…and the messages are not getting held in spam. They’re never received. Note: GoDaddy hosting.
Forum: Plugins
In reply to: [Max Mega Menu] BBPress compatibility issuesI think this has been causing an overload on my server – getting complaints from tech support. I tried the bbpress beta – still getting flooded with the error. Disabled and looking forward to the new update!
Forum: Plugins
In reply to: [Stop Spammers Classic] No longer stopping spam accounts from registering…Installed the update. The plugin still lets me register names with .pl email addresses despite having .pl in blocked TLDs. No change on my end.
Forum: Plugins
In reply to: [Stop Spammers Classic] No longer stopping spam accounts from registering…Thank you @kpgraham. Hope all went well with it last night.
Forum: Plugins
In reply to: [Stop Spammers Classic] No longer stopping spam accounts from registering…Just re-activated and updated this plug-in (since captcha wasn’t keeping spammers out). I added .pl and .ru to the block list. Neither is being blocked. :-/
Under “Blocked TLDs”, I have
.pl
.ruGreat – I’m still waiting on this one as well. I’ve had the plugin deactivated since my original post.
Forum: Plugins
In reply to: [Thumbs Rating] No revotes from same IP?Thank you for the quick response.
Forum: Plugins
In reply to: [WP Modal Login] Reposition modalSo, it looks like the box position now is not tied to .js (as discussed in the older thread)- it opens from wp-modal-login.css. The code is:
login-popup{display:none;font-size:16px;float:left;width:25%;position:fixed;top:35%;left:50%;z-index:999999999}
My remaining issue is the box is TOO BIG for iPhones – can’t register or close the screen b/c the box size doesn’t fit and can’t be pinched. This seems like a strange problem to have sitting around for a plugin that’s been around for a while, so I’m wondering if I’m missing something???
Forum: Plugins
In reply to: [WP Modal Login] Re-Position Modal Pop UpI’m trying to do the same as @garteth69. Whatever I do with values ” var margin_top = ($(login_id).height() + 24) / 2;” – the window opens in the same place. I need to move the window up because people can’t register on an iPhone – windows is too low for the submit button with the extra fields I’ve added.