New Landing How can we help? Themeforest Theme Support Dante Can't change product amount and sidebar space after removal

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Dante
  • #178071
    triinum
    Member
    Post count: 45

    Hey so I can’t change product amount, try adding a product to cart and change the amount – simply scrolls up to the top of the page. Also, I removed woo sidebar, but there’s that extra space now on the right – how to remove that?

    #178087
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It seems any plugin issue because Jquery is loading two times. Please deactivate all plugins except woocommerce to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    Thanks
    Mohammad

    #178137
    triinum
    Member
    Post count: 45

    Thanks, will try. But what about the extra space where the sidebar used to be, how to remove that?

    #178139
    triinum
    Member
    Post count: 45

    I figured out the issue: I put jquery src and javascript code in footer, because custom js wouldn’t work – it only displayed the code in front end footer and nothing happened. See the footer yourself: http://thecube.agency/lp/private/ How can I insert the jx so it would work correctly?

    #178167
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please wrap your code with this script tag like <script>YOUR CODE</script>.
    2- Please go to Admin -> Theme options -> Woocommerce Options -> Default Product Sidebar Config -> disable it.

    Thanks
    Mohammad

    #178199
    triinum
    Member
    Post count: 45

    1. the code won’t work that way, tried everything, it’s wrapped in script tags now.
    2. the woo sidebar is already disabled, there’s still an extra space.

    Thanks in advance!

    #178203
    triinum
    Member
    Post count: 45

    For some reason I can’t update cart aswell…

    #178274
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- What is your code? Where are you inserting?

    2- Are you using any cache plugin?

    Thanks
    Mohammad

    #178275
    triinum
    Member
    Post count: 45

    1. This is the code, works totally fine when in footer.php and when accompanied with jQuery src: <script type=”text/javascript”>

    jQuery(document).ready(function(){

    {$(‘.arve-checkbox input[type=”checkbox”]’).on(‘click’, function () {
    $(‘.arve-text’).slideToggle();
    });

    alert(‘Custom jquery Code has been executed’);
    });

    });
    </script>

    2. My host says cache is disabled by default.

    #178280
    triinum
    Member
    Post count: 45

    Should I install cache and cdn plugins, is that the issue? Just tried with Super Cache, nothing changed.

    #178290
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code without jquery src.

    <script type="text/javascript">
    
    jQuery(document).ready(function($){
    
    {$('.arve-checkbox input[type="checkbox"]').on('click', function () {
    $('.arve-text').slideToggle();
    });
    
    alert('Custom jquery Code has been executed');
    });
    
    });
    </script>

    I changed jQuery(document).ready(function(){ to jQuery(document).ready(function($){

    Thanks
    Mohammad

    #178298
    triinum
    Member
    Post count: 45

    Thanks! Will try. But what about the extra space where sidebar used to be? Should I use cache or CDN plugins or how to remove that space and keep content full width? Note, full width is enabled and sidebar config disabled.

    #178315
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail to check and resolve the issue.
    Thanks
    Mohammad

    #178327
    triinum
    Member
    Post count: 45
    This reply has been marked as private.
    #178367
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Edit products -> Product Meta [below page content editor] -> Sidebar Options -> Sidebar configuration -> Choose No sidebar here.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register