Hello
How can I put the offerbatch on top, inside the Picture ?
thanks
raphael
Hey diotti,
What is offerbatch? Please post a link to your site and try to explain a bit further.
Best regards,
Rikard
http://www.surfemotions.ch/produkte/kitesurfen/kites/?filter_marke=airush
this brown batch which says “Angebot!”
Hey!
Does that means ” sale ” and is show a sale at the item?
Regards,
Basilis
yes, is the badge “Angebot” in english “Sale”
Hi,
Thanks for the clarification,please try the following in Quick CSS under Enfold->General Styling:
span.onsale {
position: absolute;
top: -40px;
}
Best regards,
Rikard
this works, but if the image is not the same size it looks not good or the batch is out of the frame at all. it should be countet from top left or relative…. so it is allways on top no matter how big the image is,,,
Hi,
Please add following code to Functions.php file in Appearance > Editor
function av_move_sale(){
?>
<script>
jQuery(window).load(function(){
jQuery("#top .onsale").detach().appendTo('.thumbnail_container')
});
</script>
<?php
}
add_action('wp_footer', 'av_move_sale');
Best regards,
Yigit
getting closer, but this starts to move just after scrolling.
first is on the old position, as soon i scroll it moves top
and it puts a sell button also on products which are not on sale
Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Yigit