Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #725690

    Hello
    How can I put the offerbatch on top, inside the Picture ?
    thanks
    raphael

    #725804

    Hey diotti,

    What is offerbatch? Please post a link to your site and try to explain a bit further.

    Best regards,
    Rikard

    #725823
    #725859

    Hey!

    Does that means ” sale ” and is show a sale at the item?

    Regards,
    Basilis

    #725880

    yes, is the badge “Angebot” in english “Sale”

    #725947

    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

    #727578

    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,,,

    #728315

    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

    #730883

    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

    • This reply was modified 7 years, 10 months ago by diotti.
    #732382

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.