peggyst
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Job Specific “Apply for job” actionThanks. That would probably be a good workaround – and I had considered something like that, but didn’t think of hiding the Apply button. I appreciate the help.
Forum: Themes and Templates
In reply to: [Restaurantz] Multiple MenusI created 2 top-level parent categories in the Menu Sections: ‘Dinner’and ‘Bar’. I think the easiest way to solve my problem is to have the menu-page filter on category and I could just hard-code the category in the php.
I guess my feature suggestion would be to enable the Menu page to query post-type, in the same way that the specialty dishes widget does. I imagine that many other folks have multiple menus: breakfast, lunch, dinner.
Thanks so much for your assistance.
Forum: Themes and Templates
In reply to: [Restaurantz] Multiple MenusI do have a child theme and I was thinking that I could duplicate menu-page.php for my second menu – but was hoping for a little insider direction. ??
Forum: Plugins
In reply to: [Contact Form 7] How to left align the Name labelClick on the label field, click on the edit icon (pencil), you will see an option to align the label to the top or to the left.
Yep. I knew it was going to be something silly! Worked like a charm.
Thanks so much for pointing it out.
Forum: Themes and Templates
In reply to: [Haxel] Header StylingHey micahhaid,
There is a spot in the customization for adding your own CSS under Design & Layout > Custom CSS. In there you would put the following but swap out the rgb numbers to match the color that you want:
#top-bar .top-bar-layer {
background: rgba(201, 12, 12, 0.5);
}So, replace 201, 12, 12 with your color requirement.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Stylesheet loading causing 'flashing' issues on loadHey Beckyjane87,
I did not have much luck with this myself. I tried to make sure that my page did not have much/any inline formatting – but it still does flash the full page and then after a moment, goes to tabs.
Sorry that I am not much help!
Peggy
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Stylesheet loading causing 'flashing' issues on loadOr maybe I need to move that inline CSS out, which is probably the appropriate thing to do.
Thanks!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] First Tab POPS UP on page loadI am having the same problem with my site – and it’s just started happening recently. I’m not sure if it is related to the WordPress upgrade or not.
I tried copying the tabby.css into the style.css of my child theme, but that doesn’t seem to help. It doesn’t necessarily occur the first time the page is loaded, but if I go between the two pages that use Tabby, you see the flashing.
https://clarkgotzler.com/jane-clark/
https://clarkgotzler.com/mike-gotzler/Forum: Plugins
In reply to: [Participants Database] Multi Page form with CaptchaOk. I figured it was a design issue. I will name the fields explicitly on that page.
I appreciate your help and the great plugin.
Thanks!
Forum: Plugins
In reply to: [Participants Database] Multi Page form with CaptchaAlso, when I included the CAPTCHA in the group on the initial pdb-signup page, that worked fine. On that page I have:
[pdb_signup groups=”main,personal” action=”application-page-2″ submit_button=”Next”]
When I assigned the CAPTCHA field to the “personal” group, it showed up correctly on the page.
Forum: Plugins
In reply to: [Participants Database] Multi Page form with CaptchaThank you for your prompt response, that does indeed work.
However, I was hoping since I was using groups for each of these pages, that if I assigned the CAPTCHA field the same group as the others on this page, that would work the same.
CAPTCHA is included in the “contract” group and my include looks like this:
[pdb_record template=”final” groups=”contract” action=”application-received” submit_button=”Submit Application”]
I apologize that I didn’t include that in my initial posting.
I was hoping that I wouldn’t have to list all of the fields in my “contract” group for this to work – but I will if that is the way to do it.
Incidentally, I also tried doing:
[pdb_record template=”final” groups=”contract” fields=”captcha” action=”application-received” submit_button=”Submit Application”]
And, not surprisingly, just the CAPTCHA showed up without the contract group.
Ugh. I had set .twocol to 100% in my child css, which is why the line break was occuring. Doh.
And by ‘center’ I mean vertically-aligned in the center of the div.
Forum: Plugins
In reply to: [Event Registration] Purchase Merchandise (MDS) without registrationYeah, that’s reasonable. I just thought I’d see if there was a work-around. Thanks!