jfuqua
Forum Replies Created
-
Thanks for your reply.
It was built into the Charity Hub theme I purchased long ago. I googled “Nivo Slider” and found this page so assumed it was the same.
Forum: Plugins
In reply to: [WooCommerce] Removing “Add to Cart” Button and moreReal Time Find and Replace did the trick! Thanks so much. And, for those who find they no longer want to show price or the add to cart button, I used a plugin called MMWD Remove Add To Cart for WooCommerce.
I don’t know if it was the best approach but good enough for my needs for now.
Thank you for all your help.
Forum: Plugins
In reply to: [WooCommerce] Removing “Add to Cart” Button and moreThanks again.
I downloaded Say What? and entered the info provided on the translating text page you referenced but it didn’t work. I do have an area called “Text Context” which is left blank and don’t know what to put there (if anything).
My apologies for my lack of knowledge.
Forum: Plugins
In reply to: [WooCommerce] Removing “Add to Cart” Button and moreThank you!
I now have access to files so was hoping I could get into one of those to remove the buttons via one of the php files.
Forum: Plugins
In reply to: [WooCommerce] Removing “Add to Cart” Button and morePerfect! Many thanks.
I’m wondering if numbers 2 and 3 may require access to files on the server.
Forum: Fixing WordPress
In reply to: Password Page Not WorkingYes. It worked as long as I didn’t use modules. I’m sure there’s code I could put in my template to make it work with modules but just went with the quick solution since it was a simple form.
Thanks!
Forum: Fixing WordPress
In reply to: Password Page Not WorkingThey all access the same receipt form page using the same password. Once filled out, it will email a copy to them.
I installed the top plugin but it doesn’t appear to work either. Maybe it’s because of my theme.
Forum: Fixing WordPress
In reply to: Password Page Not WorkingThank you for your reply.
Is there a password plugin which doesn’t require membership?
To explain better, this page is for a donation receipt for clothing given to a local nonprofit. They don’t want to ask donors to sign up but also don’t want the receipt page public without a password so those who don’t actually give can have access.
Forum: Fixing WordPress
In reply to: Simple Events List from Google CalendarThanks. I gave that a try yesterday and it looked great on my laptop but the calendar really compresses too much to be useable on a phone.
Since they don’t have a lot of events, I just want to list those instead of the entire month view of the calendar.
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadYES! That does it!
Thanks so much for all your help. It’s very kind of you.
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadArrrrgh!
Still didn’t work. I even tried float:right just to see and no change.
It’s as if other code is overriding this somewhere.
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadThanks but removing the code is not working for some reason.
So, I was thinking I could add new css in the additional css area (which allows you to modify the default css) on this template.
I’ve tried this:
@media only screen and (max-width: 959px)
.gdlr-header-style-2.gdlr-centered .gdlr-navigation .sf-menu {
float: none; !important
}But that’s not worked.
Forum: Fixing WordPress
In reply to: Menu links shifts on iPadThat’s fantastic!
I’m looking in the style-responsive.css
On line 7: @media only screen and (max-width: 959px) {
Then on line 73: .gdlr-header-style-2.gdlr-centered .gdlr-navigation .sf-menu{ float: left; }Between the two are
So I removed line 73 and it had no impact. I changed the max-width on line 7 and that also had no impact.
Is there any way I can add something in the built-in CSS editor instead?
Sorry for the newbie questions and thanks for your help.
Forum: Fixing WordPress
In reply to: Search block no longer workingThanks so much. It was a plug-in conflict.
When this plug-in is activated, my search feature won’t resolve to the search results. This seems like a recent development so will wait for an update to see if that fixes the issue.