How to Add an Image to a Widget
Simply go to appearance->widgets and drag ‘n drop Text or Image element 🙂
Simply go to appearance->widgets and drag ‘n drop Text or Image element 🙂
please add this to custom css (appearance->theme options->custom code->custom css) /* JAW – scrollable top bar cart */ .top-bar-woo-cart ul.cart_list.product_list_widget { Â Â Â max-height: 400px; Â Â Â overflow-y: scroll; }
Please go to ../goodstore/ and open file woocommerce.php on line 63. Here you can add your description.
If you want to make different layout of Checkout page. Like this one: Please just add to Theme Options -> Custom Code -> Custom CSS this code: @media (min-width: 768px){ #customer_details{ width: 60%; float: left; } #order_review_heading{ width: 30%; float ...
First of all, we use a different layout for content with sidebars, so you will have to a litle bit change it. Please go to ../goodstore/ and open file functions.php. Go to the bottom and paste this code /* jaw added sensei compatibility 23.3.2016 */ if(class_exists(“Sensei_Autoloader”)) ...
You have to register here: https://www.tawk.to/ And next install this plugin: https://wordpress.org/plugins/tawkto-live-chat/