- This topic has 5 replies, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Can I have modification of [wp_eStore_fancy3 id=1]
Hi,
Can I have a short code that comes with product name, price and a button. The closer short code that I used to prefer it [wp_eStore_fancy3 id=1] which includes thumbnail since I do not want short code with a thumbnail so.
Thank you for your help.
Take a look at fancy9 which might be a better fit for you?
http://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
Hi,
thanks.
But fancy9 includes title, price, description and button. I just want the way fancy3 looks with no thumbnail included. Is it possible to have such a button.
I am try editing fancy3 code inside eStore_extra_shortcode_css.css
From:
/*=== Fancy 3 css ===*/
.eStore-fancy3 {display:block; float:left; padding-right: 25px; padding-bottom:10px; width:139px;}
.eStore-fancy3-thumb img {height: 0px; width: 0px; border: 0px solid #ccc;}
.eStore-fancy3-thumb a img {border: 0px solid #ccc;}
.eStore-fancy3-thumb:hover img {border-color: #333;}
.eStore-fancy3-footer{text-align:center;}
.eStore-fancy3-price-tag{font-size: 100%;color: #7A7A7A;}
To:
/*=== Fancy 3 css ===*/
.eStore-fancy3-footer{text-align:center;}
.eStore-fancy3-price-tag{font-size: 100%;color: #7A7A7A;}
Then, its almost looks the way I want.
(Sorry, I know nothing about php coding, just try and see)
Please observe the link below for the out come:
http://bulk1.info/preview/samplefancy3.jpg
I think it is more than editing css file. There must be some code to be edited on some php file.
That will need custom please. Please contact us using the contact form on our site for custom coding job.
Ok,
Now I got what I want already without touching or editing the codes.
Just doing a bit of twist and trick while adding the product.
Thanks