-
AuthorPosts
-
July 5, 2019 at 3:30 pm #1116055
Hi. Apologies, ssl certificate error has been fixed.
July 7, 2019 at 10:25 pm #1116502Hi,
I believe that I have it sorted out now, I placed this function in your child theme functions.php:function custom_not_script(){ ?> <script> (function ($) { $(window).load(function() { if ($("body").hasClass("woocommerce-account") || $("body").hasClass("single-product")) { $('.auction-time-countdown').css({'opacity':'1'}); $('.time-left').css({'opacity':'1'}); } else { $('.auction-time-countdown').css({'opacity':'0'}); $('.time-left').css({'opacity':'0'}); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_not_script');this will hide the countdown and time left unless it’s the account page or the product page
please clear your browser cache and check.Best regards,
MikeJuly 8, 2019 at 3:36 pm #1116703Thanks Mike for great support, it does look a lot better now. This space where timer use to be and now is hidden( in picture marked with yellow) can it be reduced/removed pls.
July 9, 2019 at 1:17 am #1116824Hi,
Add this to quick css:
.auction-time-countdown.hasCountdown{ display:none!important; }Best regards,
Jordan ShannonJuly 9, 2019 at 8:12 am #1116946Hi! Im afraid this above given quick css does removes that empty space.
July 10, 2019 at 8:18 am #1117320Hi,
Thanks for the update.
Are you referring to the “Winning” badge? You can use the following css code to adjust its position.
span.winning { top: -50px; }Best regards,
IsmaelJuly 10, 2019 at 2:51 pm #1117481Hi Ismael. No its just that space is too wide between where is written current bid and location of bid now button. Pls check link in private where i marked with red X this space im referring to.
July 11, 2019 at 11:19 am #1117752 -
AuthorPosts
- You must be logged in to reply to this topic.
