Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1177597
    gut1734
    Participant

    In pingdome, I have a load speed of 1.08 seconds which is pretty fast but it can get better
    What is slowing down my website is This and i would like to know why it is slowing down my website. Could you help me fix this issue

    #1177740
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    woocommerce_get_refreshed_fragments updates the cart widget, and other cart areas used by themes. This prevents static caching plugins from caching carts. If you want to disable this, you can use this custom code in your child theme’s functions.php file:

    add_action( 'wp_print_scripts', 'remove_cart_fragments', 100 );
    function remove_cart_fragments() {
        wp_dequeue_script( 'wc-cart-fragments' );
        return true;
    }

    Hope this helps. Please let us know how it goes.

    #1178617
    gut1734
    Participant
    This reply has been marked as private.
    #1178907
    gut1734
    Participant

    Sorry, I fixed refreshed_fragments

    but I still need help on how to get rid of https://theme.co/media/bg-integrity-1.png

    #1179052
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! The image can be updated in the customizer, Appearance > Customize > Layout & Design > Background Options. You just need to update the background pattern and background image by uploading a test image and remove it after. Hit the save button and you’ll get rid of the default background image which is the https://theme.co/media/bg-integrity-1.png

    Hope this make sense.

    #1179351
    gut1734
    Participant

    Thank you it has been fixed

    I still have one last issue the theme that i have has a plus button that is supposed to be showing the map and the direction of where my business is just as it is shown in the demo http://demo.theme.co/shop-integrity/
    I am wondering how i can get it to be like that

    #1179671
    Rad
    Moderator

    Hi there,

    You have to enable header widget areas at Admin > Appearance > Header > WIDGETBAR > Header Widget Areas then go to Admin > Appearance > Widgets and add widgets to header sidebars that you enabled.

    You can set multiple columns and add widget on each column. The map is a text widget with map embed within it.

    Thanks!

    #1179774
    gut1734
    Participant
    This reply has been marked as private.
    #1179940
    Christopher
    Moderator

    Hi there,

    Upon checking your site, I see although you’ve enabled header widget areas under Customize -> Header but still it doesn’t appear.

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1177597 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>