cds74
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Pre-Sales Question on RulesThat doesn’t match up to what I asked.
If we have an existing coupon called TestCoupon, when that is entered at checkout, it will pre-fill the shipping fields with a preset address (street, state, zip) so the end user does not have to fill out their shipping address, all they have to do is enter the coupon code.
In your documentation it does not appear to have street field available?
Forum: Plugins
In reply to: [WooCommerce] Resend Order Processing to Many Orders?Looks like the only way to do this will be to set all orders to hold, then back to Processing to trigger the email for all orders.
Forum: Plugins
In reply to: [WooCommerce] Verify Order/Person before checkoutMuch thanks for your direction and help!
That did it, thank you very much John!
The page in question is: http://www.pinecrestinnrealty.com/social-media/ thank you for your help on this!
Hi John, thank you for the response, I tried adding your code and we still have the same issue. thanks
Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesI must have been trying another theme when you looked it at, Stephen. Looks like adding in
.site-header {
padding: 0;
}
.
Did the trick and got ride of the extra space, thank you!Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesThat doesn’t help me much. I’d be better off coding this site by hand if WP isn’t able to remove whitespace easily.
I even put in a custom theme from another site that has zero whitespace in that area but yet it has it here. I don’t get itForum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesThere is still whitespace between the Home navigation area and the “Your Source for…” line.
Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesI put in
.site-content {
margin-top: 0;
}
And that moved it up halfway, what I am missing?Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesThis is a fresh install. The only plugins I have are Askimet, Helly Dolly and the Custom CSS that esmi recommended.
The only custom CSS I have running is.entry-header {
display: none;
}The white space is huge.
Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry Titles.entry-title {
display: none;
}The same as you provided.
Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesThanks Andrew, that removed the title, now I have a huge whitespace area, any ideas?
Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesOk, so I created and activated a child theme and installed the plugin, what do I need to include to remove the entry-title?
Forum: Themes and Templates
In reply to: Twenty Twelve Remove All Entry TitlesThe crazy thing is, I’ve put in the display none on my other WP sites and it worked fine (without child themes or plugin), is there something new in 3.9.1 that prevents? Wish there was better option settings in the control panel for minor things like these.