Tagged: x
-
AuthorPosts
-
September 15, 2016 at 8:49 pm #1177597
gut1734ParticipantIn 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 issueSeptember 16, 2016 at 12:32 am #1177740
Rue NelModeratorHello There,
Thanks for writing in!
woocommerce_get_refreshed_fragmentsupdates 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.
September 16, 2016 at 2:55 pm #1178617
gut1734ParticipantThis reply has been marked as private.September 16, 2016 at 8:00 pm #1178907
gut1734ParticipantSorry, I fixed refreshed_fragments
but I still need help on how to get rid of https://theme.co/media/bg-integrity-1.png
September 17, 2016 at 12:49 am #1179052
Rue NelModeratorHello 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.
September 17, 2016 at 8:53 am #1179351
gut1734ParticipantThank 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 thatSeptember 17, 2016 at 7:23 pm #1179671
RadModeratorHi 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!
September 17, 2016 at 8:10 pm #1179774
gut1734ParticipantThis reply has been marked as private.September 18, 2016 at 2:08 am #1179940
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1177597 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
