If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay

Public Tickets

Drs Toy Store correct size for product imagesClosed Sanzo Theme   Updated September 1, 2017 at 4:41pm   2 Most recent comment from Stormit Truong:Hi Randy,Because your image size is small. Currently, it is 360x360. You have to increase it in WooCommerce > Settings > Products > Display tab. In your case, you should set it to 500x500 or higher. ... Drs Toy Store Register link in headerClosed Sanzo Theme   Updated August 28, 2017 at 3:31pm   2 Most recent comment from Stormit Truong:Hi Randy,You need to enable Customer Registration in WooCommerce > Settings > Accounts (see my attached file). You will see the registration form in your my account page https://drstoystore.staging. ... Drs Toy Store change order of items on mobileClosed Sanzo Theme   Updated August 25, 2017 at 4:21am   2 Most recent comment from Stormit Truong:Hi Randy,You can duplicate your sidebar and add it below your products (see my attached file). You edit the first sidebar (edit column) and select the Responsive Options tab. Then, you configure as m ... Drs Toy Store 404 pageClosed Sanzo Theme   Updated August 24, 2017 at 12:56am   2 Most recent comment from Stormit Truong:Hi Randy,404 page is a template file. It is the 404.php file in our theme folder. You can copy this template to your child theme and then edit it. For more information about this template, you can re ... Hassan Images seems cropped in mobile viewClosed Sanzo Theme   Updated July 26, 2017 at 9:28am   2 Most recent comment from Stormit Truong:Hi Hassan, In Banner settings panel, you set Responsive size option to No. It will work correctly. This option is used for another case. Best regards, Hassan How can i modify related productsClosed Sanzo Theme   Updated July 21, 2017 at 9:46am   2 Most recent comment from Stormit Truong:Hi Hassan, You don't need to remove it. You can add a new function and add it after my function. For example, you create a function named sanzo_custom_output_related_products_args_filter. You will ... Hassan Category banner repeating looks oddClosed Sanzo Theme   Updated July 18, 2017 at 8:29am   3 Most recent comment from Stormit Truong:Or you can add the custom css below to remove repeating body .breadcrumb-title-wrapper.breadcrumb-v2{     background-repeat: no-repeat; } body .breadcrumb-title-wrapper.breadcrumb-v2 .breadcru ... Hassan How to remove categories from seach barClosed Sanzo Theme   Updated July 17, 2017 at 9:36am   2 Most recent comment from Stormit Truong:Hi Hassan,Please try adding the custom css code below .ts-search-by-category select.select-category ,.ts-search-by-category .select2-container{ display: none !important; } .ts-search-by-categ ... Hassan How to wrap home page slider to page containerClosed Sanzo Theme   Updated July 14, 2017 at 10:19am   4 Most recent comment from Stormit Truong:Hi Hassan,Do you want to wrap menu on all pages? If yes, you can change layout in Theme Options > General tab. You set layout as my screenshot. Please note that you can also set layout for individual ... Hassan How to move social share below product descriptionClosed Sanzo Theme   Updated July 6, 2017 at 8:44am   3 Most recent comment from Stormit Truong:OK Hassan Diego Alejandro Quintero Error Woocommerce 3.0Closed Sanzo Theme   Updated June 15, 2017 at 1:12am   2 Most recent comment from Stormit Truong:Hi Diego,The current theme version (1.0.8) can work with WooCommerce 3.0.8. But you are using the theme version 1.0.1. So you need to update the theme before updating WooCommerce and the related plug ... Hassan Product zoom working inconsistenClosed Sanzo Theme   Updated May 31, 2017 at 2:41pm   2 Most recent comment from Stormit Truong:Hi Hassan,Because your original image is very small. Product zoom depends on the original image size.https://www.sensationalone.com/wp-content/uploads/FX403006.jpg 750x750 pxhttps://www.sensationalon ... Alessandro LayoutClosed Sanzo Theme   Updated May 19, 2017 at 11:43pm   2 Most recent comment from Stormit Truong:Hi Alessandro,You add the custom css below to make it fullwidth. But it will show before title. .single-post .entry-format .thumbnail{     width: 100%; } If you want to remove it, you go to T ... Hassan Changing price position make it show twiceClosed Sanzo Theme   Updated May 8, 2017 at 8:50am   2 Most recent comment from Stormit Truong:Hi Hassan,You add the code below add_action('template_redirect', 'sanzo_child_template_redirect'); if( !function_exists('sanzo_child_template_redirect') ){ function sanzo_child_template_redirec ... Hassan Question about product dealsClosed Sanzo Theme   Updated April 11, 2017 at 9:05am   5 Most recent comment from Stormit Truong:Hi Hassan,Yes. The ts_product_deals_slider_shortcode function load products which are discounted.Best regards,