Hello,
If the problem persists with default theme it means that something is wrong with your WP or WooCommerce settings. We are sorry, but we provide support only for issues related strictly to our theme.
Regards
Olga Barlow
Hello,
If the problem persists with default theme it means that something is wrong with your WP or WooCommerce settings. We are sorry, but we provide support only for issues related strictly to our theme.
Regards
Olga Barlow
Hello,
Provide also WP admin panel access.
Have you marked any product as featured? https://support.8theme.com/index.php?/Knowledgebase/Article/View/9/12/how-to-mark-products-as-featured-and-new-ones
Hello,
Please, provide both WP admin panel and FTP accesses to site where you are using our theme!
Regards
Hello,
1) Check if you have this issue only with our theme or with default theme too. In case issue is present only with our theme, provide admin panel and FTP accesses in Private Content.
2) To add Featured and Latest products sliders on home page:
– mark necessary products as featured and new ones http://support.8theme.com/index.php?/Knowledgebase/Article/View/9/12/how-to-mark-products-as-featured-and-new-ones
– edit your home page and add following shortcodes
[etheme_featured]
[etheme_new title="Latest Products" ]
Regards
Hello,
If you log in and go to Appearance > Editor you’ll see list of files of your child theme. And I can see archive-product.php there, it means that this file is still present in your child theme. If you want I can replace existing code by default code and you’ll see – everything works fine with original theme code. The changes were made there, but additional customization is not part of our support, so you should check by yourself which changes caused problem.
Regards
You are welcome!
Hello,
Please, provide WP admin panel access.
Hello,
Could you provide admin panel and FTP accesses in Private Content?
Regards
Hello,
Sometimes you need to add !important for some styles, if it does not work without it.
But keep in mind file should be named as custom.css to override default styles (not default.custom.css)!
Regards
Hello,
Could you provide admin panel and FTP accesses in Private Content, we’ll try to update your theme and WooCommerce plugin.
What exactly is wrong with your shortcodes? What shortcodes don’t work?
Regards
Hello,
Check now, please. We have added following code into your custom.css:
.quick-view-popup .product-info .price .woocommerce-price-suffix .amount, .single-product-page .product-info .price .woocommerce-price-suffix .amount {display: block;}
.quick-view-popup .product-info .price .woocommerce-price-suffix, .single-product-page .product-info .price .woocommerce-price-suffix {
float: right;
padding-top: 5px;
padding-left: 10px;
}
Regards
Hello,
Please, rename default.custom.css in wp-content/themes/idstore to custom.css.
Or create custom.css file and add following code
.payment_box fieldset {float:left;}
.variations_form table.variations {float: left;}
Check if it fix your issues.
Regards
Hello,
You have made changes in archive-product.php that caused this problem. Please, delete this file from child theme and you’ll see.
Regards
Hello,
1) Send link to your site and admin panel access in Private Content. Create also custom.css file in wp-content/themes/idstore if it was not created yet.
2) Provide link to page where we’ll be able to see this issue.
3) Yes, because magnifying glass icon opens search, but to start search you should press enter.
Regards
Hello,
1) Provide, please, admin panel and FTP accesses, we’ll check your problem with filters.
2) Set thumbnails size in Theme Options > Single Product Page > Product Thumbnails Width (75) & Product Thumbnails Height (100)
WooCommerce documentation you can find here http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/
IDStore theme documentation https://www.8theme.com/demo/docs/idstore/index.html
Hello,
Please, provide WP admin panel and FTP accesses in Private Content.
Regards
Hello,
You can do this only by editing css styles. Use custom.css file to override default theme styles. Create custom.css in wp-content/themes/idstore/ , enable in Theme Options > Custom CSS > On.
And for example add following code in custom.css file:
.container, .header-type-variant4 .header-area, .header-type-variant4.header-bg, .wide .wrapper, .boxed .wrapper {background: #ffffff;}
.header-type-variant4 #main-nav {background: #fafafa;border-top: 1px solid #111;}
To find out which part of CSS you need to extend or override use Firebug, add-on for Firefox: getfirebug.com or inspect elements in Chrome or other similar tool.
Regards
Hello,
We checked your site with latest version of Opera browser and did not find any problems with footer. Have you sorted out?
Regards
Hello,
Please, create custom.css file in theme directory (wp-content/themes/idstore) and enable it in Theme Options.
Add following code in custom.css to fix dropdown on checkout:
.chosen-container-single .chosen-single {background: #333; color:#eee;}
.woocommerce-checkout .form-row .chosen-container .chosen-drop {background: #333;border: 1px solid #111;}
.chosen-container-active.chosen-with-drop .chosen-single{box-shadow: 0 1px 0 #111 inset;background: #333;border: 1px solid #111;color: #eee;}
.chosen-container-single .chosen-search input[type=text] {background: url(../images/chosen-sprite.png) no-repeat 100% -20px,#333;}
.chosen-container .chosen-results li.no-results {background: #333;}
Regards
Hello,
Please, provide admin panel and FTP accesses in Private Content.
Regards
Hello,
Have you installed WooCommerce plugin before products import? Because products could not be imported if you did not install ecommerce plugin.
Regards
Hello,
If you want to hide category image from category header you may add following code in your custom.css .cat-banner {display: none;}
To create custom.css file rename default.custom.css to custom.css. Then go to Blanco settings > General > check Enable custom.css. Edit this file via FTP or use editor in dashboard (Apprearance > Editor).
To add 3 banners go to Appearance > Widgets and add Text widget to Home Page sidebar with following code
<a href="#"><img src="http://www.mdgsports.com/wp-content/themes/blanco/images/assets/home_1.png"></a>
<a href="#"><img src="http://www.mdgsports.com/wp-content/themes/blanco/images/assets/home_2.png"></a>
<a href="#"><img src="http://www.mdgsports.com/wp-content/themes/blanco/images/assets/home_3.png"></a>
<span class="close-parent"> </span>
Hello,
Some folders were missing in your theme installation. We have reinstalled theme. Check now, please.
Regards
Hello,
I don’t see any problems on checkout page. Have you sorted out?
Regards
Hello,
Please, follow the instructions mentioned in documentation https://www.8theme.com/demo/docs/blanco/index.html#!/installation
Regards
Hello,
This is WooCommerce part of translation. Check if these strings are translated in woocommerce .po file.
Regards
Hello,
There is no such feature in our theme by default. So, you may try to find some additional plugin to implement it. Keep in mind we don’t guarantee compatibility with third-party plugins. You often (not always) need to customize the extension to make it work properly with your theme.
Regards
Hello,
Please, check now. Do you have any other issues?
Hello,
You are right. Please, use following file to import corporate version of home page 6 https://www.8theme.com/demo/docs/legenda/corporate_home_page_6.xml
Regards
Hello,
Then go to Pages > edit Cart page > Page Layout > Sidebar Position > select Without Sidebar.
Regards