Forum Replies Created
-
AuthorPosts
-
February 20, 2015 at 5:26 pm in reply to: Submit buttons on Collect Details have no mouseover highlight #68556rldevMember
Thanks. That is perfect.
February 19, 2015 at 6:21 pm in reply to: Submit buttons on Collect Details have no mouseover highlight #68554rldevMemberThanks how can I do this. I can’t seem to find what I’m looking for in the css.
February 18, 2015 at 2:35 pm in reply to: Submit buttons on Collect Details have no mouseover highlight #68552rldevMemberYes they do. I have tested this on all major browsers.They get a little white highlight when you mouse over them. It’s subtle but certainly noticeable.
February 18, 2015 at 12:40 am in reply to: Submit buttons on Collect Details have no mouseover highlight #68550rldevMemberI did
[http://aliveandhealthy.com/new-website/donate/]
Enter an amount into Monthly Donation and click the button. Then on order form hover over the pay button.
February 17, 2015 at 5:01 pm in reply to: Submit buttons on Collect Details have no mouseover highlight #68548rldevMemberYes I understand. I have the great css plugin. All of the buttons used in eStore have the same hover effect with the exception of this one.
February 12, 2015 at 5:44 pm in reply to: Submit buttons on Collect Details have no mouseover highlight #68546rldevMemberSorry I changed the page name since this post:
[https://aliveandhealthy.com/new-website/donate/]
rldevMemberAs always, thanks for the great support. I wish I could say the same for the theme authors.
rldevMemberI take that back, setting that to auto messed up a lot of other buttons and fields.
So how do I can eStore to use the actual image size for the button without altering other buttons and fields on the site. I saw in the forum how to center the shortcode by using <div> instead of <p>
rldevMemberI changed the css to:
.page_content input:not([type=”checkbox”]):not([type=”radio”]):not([type=”submit”]):not([type=”button”]):not([type=”file”]) {
height:auto;
line-height:33px;
margin-bottom:20px;
padding:6px;
width:55%;
}
setting height to auto fixes this problem.
But I can not center the image on the page no matter what I try.
February 6, 2015 at 12:59 am in reply to: eStore – Having problems with input boxes of custom price (pay what you want) #68432rldevMemberPerfect. Thanks.
February 5, 2015 at 3:01 pm in reply to: eStore – Having problems with input boxes of custom price (pay what you want) #68430rldevMemberThat worked great. I can’t seem to find a way to put a space between the $ and the input field. Many Thanks.
February 4, 2015 at 9:43 pm in reply to: eStore – Having problems with input boxes of custom price (pay what you want) #68428rldevMemberAlso if I set a price in the price field of the product, the donation amount I enter is not accepted, it just adds the product price.
Example: I set product price for 5.00 so that is the minimum. But if I enter $50.00, the cart only recognizes 5.00
February 3, 2015 at 10:13 pm in reply to: Can't get Checkout, Empty Cart, and Remove buttons larger #68408rldevMemberI also found the part of the style sheet which I can play with in firebug, and changing a few percentages changes the size of all the buttons, but when I try to add these to the custom css in my theme, it doesn’t work. However, it does work if I put it into wp_eStore_custom_style.css
It would be nice if I could put it in my Theme’s custom css, but it doesn’t work.
.page_content input:not([type=”checkbox”]):not([type=”radio”]):not([type=”submit”]):not([type=”button”]):not([type=”file”]) {
height:35px;
line-height:33px;
margin-bottom:10px;
padding:0;
width:55%;
}
How can I fix the positioning of the buttons. I want remove and empty in the absolute center of the tables.
Isn’t there a way I could just use my themes submit buttons via code instead of messing with the images?
-
AuthorPosts