Forum Replies Created
-
AuthorPosts
-
SpaceFairyMember
Oh there is a fancy display 5. I tried that to see what would happen and only the shortcode text showed up. However fancy4 works. I couldn’t see it in the more shortcodes doc, but I’m assuming it’s just [wp_eStore_category_products_fancy5 id=1] ?
SpaceFairyMemberYou fixed it already. Thanks heaps!
SpaceFairyMemberHi again,
After upgrading the plugin I am now having the same issue. It says the new product is created, but it doesn’t save.
I forgot to deactivate the plugin before I upgraded it, but I deactivated then reactivated it again afterwards.
Help please!
Thanks, best wishes,
Melinda
July 10, 2010 at 2:24 am in reply to: Safari 4 issues- no shopping cart showing in sidebar (works in Firefox) #22232SpaceFairyMemberOooh I fixed it! It was the CSS. My bad! If anyone else ever has a similar problem, adding this code in the custom css solved my problem:
.custom #wp_digi_cart_widgets h3 {
background: url(‘images/shoppingcart.png’) no-repeat; text-indent: -9999px; height: 30px;
}
Thanks again!
Best Wishes,
Mel (aka SpaceFairy)
July 10, 2010 at 1:55 am in reply to: Safari 4 issues- no shopping cart showing in sidebar (works in Firefox) #22231SpaceFairyMemberThankyou for your suggestions, I’ve updated the plugin now so I can see the “Show Compact Cart” option
I think I’ve identified the problem, and you’re right, I think it is in my CSS…
I think it’s because I was attempting to replace the “Shopping Cart” text in the widget with an image (so I could use decorative text).
I had used this CSS in my custom file editor (In Thesis theme:)
.custom #wp_digi_cart_widgets {
background: url(‘images/shoppingcart.png’) no-repeat; text-indent: -9999px;
}
It works in Firefox, but I think Safari might be having some issues with the ‘text-indent’ part as if I remove it I can see the shopping cart okay in the sidebar, but then I can also see the “Shopping Cart” text behind the image. I tried targeting just the h3 tag too but I may be doing something wrong. Any more suggestions? Or is there an easier way you know of to replace the text with an image? I’m sure I’m missing something simple, so I’ll keep playing around for now….
Thanks again,
July 8, 2010 at 1:40 am in reply to: Safari 4 issues- no shopping cart showing in sidebar (works in Firefox) #22229SpaceFairyMember[http://www.purecomplexionskincare.com] (I temporarily took it off maintenance mode so you could see it). I have PayPal Sandbox setup too. I assume it’s the latest version of the plugin? It says v2.9.2 in the code. I haven’t modified any plugin code, but I have used some custom css, although it was after I already noticed the issue. I added:
.shopping_cart{
position:relative;
top:-40px;
}
to my custom css (in Thesis theme) to address the issue of having a large gap between the shopping cart heading & the cart itself. Even when I removed the code it made no difference.
Also, not sure if it’s related, but some of the shortcodes don’t seem to work either, in either browser (eg. [wp_eStore_cart_fancy2] )
Thanks for you help
-
AuthorPosts