- This topic has 5 replies, 3 voices, and was last updated 12 years, 7 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 General Questions › line up add to cart button and change short code
http://ithunderbird.com/medicine-man if you look there at the second product, i need to move the button to the middle instead of the bottom
second im using fancy 8
i would also like to know where to change the short code for audio the fancy8 uses
Hi,
1) Regarding the alignment of the buttons, try entering the following code in your wp_eStore_custom_style.css file:
.eStore_fancy8_main .eStore_fancy8_button{
margin-top: -38px;
}
The above should bring the button up to be more in keeping with the other elements.
2) “i would also like to know where to change the short code for audio the fancy8 uses”
I’m not sure I understand what you want to achieve. Do you want to change the audio element? Or do you want to reposition the audio element?
thank you sooo much i want to change the element to play the demos on an iphone
wel some thing with html 5 and fall back open to suggestions too
wp_eStore_custom_style.css where is it located i cant seem to find it any where in the plugin folder ? do i need to make one
sweet so i found it the wp_eStore_custom_style.css and made the change looks much better thank you Peter
now i just need to know how to change the audio element
any one ???
The audio element does not come from eStore. It comes from the audio player plugin (eStore simply calls that plugin’s function) so you will need to modify that plugin to customize it.