Forum Replies Created
-
AuthorPosts
-
rmesa57Member
Hello Admin,
Thanks for the reply and the thread link…. I was given this code and placed it in “wp_eStore_custom_style.css” file. It not change anything.
.eStore_cart_fancy1 th {
color: black;
}
SOLUTION: I fixed the sidebar widget using the same code but change color for example, “black” to a hexadecimal representation. Apparently it does not like words, only numbers. i.e. I replaced “Black” with “666666” and it is working.
But I am also using the shortcode, [wp_eStore_cart_when_not_empty] at the bottom of my page. It to does not display the labels. Is there a similar code snippet I can use in my “wp_eStore_custom_style.css” file?
Thanks for the feed-back,
Robert
rmesa57MemberHie Peter,
My bad I found the file. I added the seggested code:
}
.eStore_cart_fancy1 th {
color: black;
}
No change. Sorry I’m a newbie with css. What might I be doing wrong?
Please advise,
Robert
rmesa57MemberHi Peter,
I looked everywhere I found NO file named “wp_eStore_custom_style.css”.
Please advise,
Robert
rmesa57MemberI tested shortcodes in text widgets and it works.
Resolved.
rmesa57MemberHello,
Here’s an update.
In settings I had “Enable Smart Thumbnail Option” checkbox selected. I unchecked this box and my images are now being displayed (but look a little squished).
rmesa57MemberAdmin,
I tried your suggestion of using shortcode in a widget, and it works fine.
URL: http://jvgiveawaysplus.com/estore-enrichment-products/
Now I have to figure out why it dropped all my images.
Robert
rmesa57MemberHi Admin,
This sounds like a workable option. I’ll give it a try.
Thank You,
Robert
rmesa57MemberHello,
Thanks for the feed-back. Yes I am using a profile page, but it is task oriented, (no flexibility). I would like to use tags or shourtcodes to incorporate with my page content. I looked at your shortcode page and these are very basic, but useful in some ways. You have a good product, hopefully you will expand the shortcoeds and or tags.
Thanks again,
Robert
-
AuthorPosts