• Resolved jentech

    (@jentech)


    Hi, up until the most recent updates this worked perfectly, but today after running updates the sold badge is not overlapping the prod image, instead its pushing the div to be wider or longer. I’ve worked on adjusting the z-index with no success.

    I’ve had to hide it completely on the individual product page, because it pushed the prod images to the right, pushing content to underneath the image making the page look unstyled. The category page still shows it but it pushed the image div down the width of the badge.

    Any suggesion?
    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Charlie Etienne

    (@charlieetienne)

    Hi @jentech , I can’t see on products list or single product page where the problem is… Maybe you managed to fix it yourself ?

    The problem you described looks like a positioning problem, maybe you can try to change right or left to “auto” in settings.

    EDIT:
    For example, for a left aligned badge you should have left=6 and right=auto
    For a right aligned badge you should have left=auto and right=6

    Charlie

    I had this same issue, but fixed it with CSS

    .wcsob_soldout{position:absolute;}

    Maybe you can have a setting in there for the positioning aswell?

    Cheers
    Steve

    Plugin Author Charlie Etienne

    (@charlieetienne)

    For some reason, “position: absolute” CSS rule was missing. This is fixed in 3.0.1 and you should be able to update.

    Thanks,

    Charlie

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sold badge not overlapping’ is closed to new replies.