jaw@jawtemplates.com

Code

How to Enable Zooming on Mobile Devices via Zoom Mangifier P ...

This option is hidden by default in Goodstore Theme. You need to add some custom css. Please add this to custom css (appearance->theme options->custom code->custom css) @media only print, only screen and (max-width: 767px) { .yith_magnifier_zoom_magnifier { displa ...

How to Make Swatches Plugin Compatible with our GoodStore Th ...

If you want to make this 3rd party plugin compatible with our goodstore theme, you will have to customize a file. Please go to ../goodstore/woocommerce/ and open file content-single-product.php and find line 116. Comment that line, just like this. Then you will have to go to ...

How to Create Custom WooCommerce Fields and Display them on ...

Before we begin, please follow this link How to Create a Child Theme. First of all you need to check the custom fields. Please go to Products and check if the custom fields label is checked. You should be able to see the custom fields now. When you scroll a little bit down, ...

How to add big searchbar into header

Put into Theme Options -> Custom Code -> Custom CSS this code: .header-widget-area .widget:last-child {margin-top: 8px;width: 100%;} .header-widget-area .widget_search #searchform {width: 100%;} And result will looks like this:

How to Make Top Bar Shopping Cart Scrollable

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; }