- This topic has 2 replies, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Fancy4 line breaks
Tagged: fancy4, line breaks
I really like the Fancy4 option, but there are three line breaks (according to html/firebug) between the description and the footer (I’m assuming it’s the footer…where the buy now button and options input fields are.) This seems a bit much. I’d really like to close that up, but I can’t find the code. Any suggestions?
thanks
P.S….I’m almost done with my upgrade of the site, so this is about the last time I’ll bug you.
Hi Jane,
If I’m understanding you correctly, there are a couple of breaks after the description for the fancy4 display.
These are created within the code in the file shortcode_include.php of the extra shortcodes plugin.
If you go to the relevant piece of code beginning with:
function show_wp_eStore_fancy4($id,$button_type=1,$show_price=1,$restriction='')
You will see the breaks just after the following description line:
$output .= html_entity_decode($ret_product->description, ENT_COMPAT,"UTF-8");</p>
Then you can simply remove one of the “<br >”.
I hope this is what you were referring to.
Perfect! That’s exactly right. Thanks so much.