Home Forums Themes Support Myha Cart icon issue

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3993

    Dear,

    Customers can’t click on the cart icon on the right top of the site.
    On phone it works great, but on pc, it’s not working.
    Once you get to the cart page, and try to click on ‘proceed to checkout’, it gets blank…

    Any advice?

    Thanks in advance.

    #3994

    Hi,
    Thanks for contacting us and choosing our product!
    About the issue with checkout page maybe it come from your server:
    http://prntscr.com/p0osus
    We can’t login admin dashboard too. Similar with checkout page. Please contact your hosting provider change it for you similar this topic: https://wordpress.org/support/topic/error-domain-refused-to-connect-when-trying-to-view-plugin-details/
    About issue with cart sidebar please go to wp-content/themes/myha/assets/js then open file haru-shop.js
    Then go to line 280 and add this code:

    if ( $(window).width() > 767 ) {
                    $body.on("added_to_cart removed_from_cart", function () {
                        HARU.header.init();
                    });
                }

    It will become like this:
    http://prntscr.com/p0oumc
    Please clear cache to see changes.
    We’ll update in next version.
    Hope this help!

    ******
    Regards,
    HaruTheme

    • This reply was modified 3 years, 9 months ago by admin.
    #3996
    This reply has been marked as private.
    #3997

    Hi,
    As we replied above.
    We can’t login to admin dashboard. We sent the screenshot above.
    Also we checked your site and see you use some plugin or script code to change source of page like this: http://prntscr.com/p0zjye and use iframe. Please try to deactivate it and try again!
    Also when we check source code via iframe and you didn’t do as our suggestion above:
    http://prntscr.com/p0zkfd
    Please check again!

    ******
    Regards,
    HaruTheme

    #4000

    Hi Guys,

    Added the piece of code and disabled the plugin that created the iframe.
    All issue’s fixed except one. When you go on the home page, the cart-icon doesn’t work until you reload the page for some reason (refresh, clicking on icon, …).

    Weird…

    Kind regards.

    #4002

    Hi,
    We still can’t login admin dashboard to check your site.
    However you should use Mini Cart (not Mini Cart Sidebar) like this:
    https://prnt.sc/p2a4yi
    In Theme Options -> Header -> Header Elements to make sure all is working fine.
    Hope this help!

    ***
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.