-
AuthorPosts
-
June 13, 2016 at 7:19 pm #647600
Hi,
Shop view is OK. But related products view –> Sale icon is in wrong place. Screenshot’s URL is in private content.
How can I fix it?Best regards,
Eve KJJune 13, 2016 at 9:08 pm #647646Hey evekj!
Can you please disable all of your plugins, remove any customisations done and let us know if the issue is fixed?
I can see our demo been working properly.Thanks a lot
Cheers!
BasilisJune 13, 2016 at 9:35 pm #647660In your demo is Sale button on the right bottom corner, but in my web page is Sale button on the left top corner. How can I fix this, that Sale icon would be in the right place in the related product view?
Best regards,
Eve KJJune 16, 2016 at 4:49 am #648968Hi,
Thank you for the info. Looks like you modified the sale container. Please add this in the functions.php file:
// custom script add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script> (function($){ function h() { $('#top .related .product').each(function() { var onsale = $(this).find('.onsale'), thumb = $(this).find('.thumbnail_container'); onsale.appendTo(thumb); }); } h(); })(jQuery); </script> <?php }
Add this in the Quick CSS field:
#top .related .onsale { top: 0; left: 0; }
Best regards,
IsmaelJune 20, 2016 at 9:27 am #650700Hi,
Thank you for your answer.
I unfortunately could not work this code. Now is in the webpage your demo code. Sale button is on the right bottom corner, but how can I set so, that Sale button as picture % would be on the left top corner?Best regards,
Eve KJJune 21, 2016 at 8:10 pm #651684Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
I can’t see any issues on your PDF/Screenshot. Can you highlight your intentions please?
Best regards,
AndyJune 26, 2016 at 5:45 pm #653587I added again login data to private area.
June 27, 2016 at 1:08 pm #653765Hi,
I checked page in private content and every button seems to me in it’s correct place. Can you highlight what is wrong for you please?
Best regards,
AndyJuly 6, 2016 at 4:19 pm #657559Hi,
Screenshot URL is in private area.July 6, 2016 at 4:59 pm #657612Hi,
I tried to open page in question, but it’s password protected. Can you provide it to us please?
Best regards,
AndyJuly 6, 2016 at 5:32 pm #657639Hi,
I added again login data to private area.July 7, 2016 at 11:59 am #657920Hi,
use this code inside of Quick CSS field:
span.onsale { position: relative; top: -100px !important; } .inner_product_header_table h3, .inner_product_header_table .price { position: relative; top: 40px; }
and adjust the values as needed.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.