jaw@jawtemplates.com

Code

How to make Checkout page in 2 columns

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{ ...

WooCommerce Sensei Compatibility with GoodStore Theme

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(“Se ...

Background textures are missing & JavaScript Console: G ...

If you still have active the older version of goodstore, you can notice a strange bug, something like this GET NO FOLDER 404 page not found. The older goodstore child versions had a bug. When you had activated goodstore child theme, you were getting this error – GET no ...

How to add Currency Switcher to Top Bar

1. Install and activate WooCommerce Currency Switcher plugin. 2. Go to WooCommerce -> Settings -> Currency and set Currency options – video tutorial 3. Switch to “Options ” tab and set “Drop-down view” as “chosen” another optio ...

How to Add Custom Fonts

If you want to link new custom font, so please upload your – my-font.ttf – my-font.eot – my-font.woff – my-font.svg files into this folder, and then create new css stylesheet with this content: @font-face { font-family: ‘my-font’; src:ur ...