Forum Replies Created
-
AuthorPosts
-
Bob RockefellerMember
I would also like the code tweak you suggested to only show the update warning if a change to the shipping option has been made. My email is bob at bobrockefeller dot com
Bob
Bob RockefellerMemberExample 2 was just what I was looking for. Thanks!
Bob
Bob RockefellerMemberIt’s not the display of the shopping cart that’s the problem. It’s shown when and where I want it. The problem is that items are in the cart when no user is logged in. I’d like the cart to be empty, if the users is not logged in.
Bob
Bob RockefellerMemberThat works. So I guess I needed to out !important the wp_eStore_style.css !important.
Thanks.
Bob RockefellerMemberOK, I’ve set up a test site for you to look at. It’s at:
[http://testmule.robertrockefeller.com]
Click the Clients menu at the top and log in as test/test. Add a couple of images from the galleries there and see the size of the quantity box in the shopping cart in the right sidebar. I’d like to change it’s width. Right now I have:
.eStore_cart_item_qty {
width: 100px;
}
in the wp_eStore_custom_style.css file, but that is being overruled by the CSS in wp_eStore_style.css.
How do I properly target my CSS?
Bob
November 30, 2012 at 7:26 pm in reply to: Membership plugin – Is there a shortcode for the log out link? #51902Bob RockefellerMemberWorks! Thanks!
Bob
Bob RockefellerMember1) Is there a way to filter the ‘name’ to strip the “[pid:14]” for display only?
2) Works!
3) OK. I wanted it completely gone, not reworded, so I just used display:none; in the CSS.
4) I moved that CSS to wp_eStore_custom_style.css but it was still overridden by wp_eStore_style.css. I’ll work on moving the site from my MAMP development server to a public server somewhere.
Bob
Bob RockefellerMemberThat could work. Is there a way to drive the user to a log-in page to see that content if they attempt to?
Bob
Bob RockefellerMemberOK! That fixed it.
Why?
Do I need a password reset page on every site?
Bob
Bob RockefellerMemberBob RockefellerMemberAnd while I’m at it.
I’d like the price column to be right aligned. Or maybe decimal aligned.
Can that be done?
Bob
Bob RockefellerMemberAlso, the input fields for the Quantity are too narrow for double digits. How do I set the width for those?
.eStore_cart_item_qty {
width: 100px;
}
didn’t do it because wp_eStore_style.css line 23 sets the width to auto with an !important override.
Bob
Bob RockefellerMemberOK, I have a test site up at:
test.robertrockefeller.com
where you can see the error. It looks like it comes from jQuery because $forgot_pass_overlay has no .overlay method.
Bob
Bob RockefellerMemberBob RockefellerMemberThe site is currently on an internal development server and not assessable to the public. If there’s not another way to find the problem, I can create a new test site elsewhere.
Bob
-
AuthorPosts