Hello,
We checked our files and installed theme on test site, it was installed and activated successfully.
So we need access to your FTP account and wp-admin panel to check the problem on your site.
Thank you.
Regards,
Eva Kemp.
Hello,
We checked our files and installed theme on test site, it was installed and activated successfully.
So we need access to your FTP account and wp-admin panel to check the problem on your site.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
1. Please provide us with FTP and wp-admin panel credentials in Private Content.
2. You need use some plugin to add Instagram widget and add it to “Place in header top bar area” in Appearance > Widgets to get it displayed in header top bar.
3. What exactly do you want to edit? Products are loading from default Woocommerce template and it’s recognized for Shop page that is set in Woocommerce > Settings > Products > Display > Shop page.
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
#wc-correios-simulator {
margin-top: 80px !important;
display: block !important;
}
How to create custom.css you can watch in this tutorial .
Regards,
Eva Kemp.
Hello,
Please send screenshots what errors you’re getting.
Thank you.
Regards,
Eva Kemp.
Hello,
We need to check the issue on your site, so please give us direct page where you need to change font and provide wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re using old plugin version.
Update it https://www.8theme.com/download-plugins/ and check new settings.
Regards,
Eva Kemp.
Hello,
Try to remove the previous code:
.woocommerce-variation-add-to-cart.variations_button {
margin-top: -90px;
}
.woocommerce-variation-availability {
margin-top: 50px;
margin-left: 30px;
}
and use this code:
.woocommerce-variation-availability {
margin-top: 50px;
position: absolute;
}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As I see now your site is working and no white screen is there.
We recommend you to contact some developer who will assist you on database restoring.
Please take our apologies but we don’t provide such kind of support and working in PHPmyAdmin panel is related to hosting provider, not to the theme authors.
Please take our apologies.
Regards,
Eva Kemp.
Hello,
Sorry, but Visual Composer plugin isn’t included in the theme and if you want to change images on page to yours you need just write links to your images in Text editor.
Also read in the documentation how home page is created:
https://www.8theme.com/demo/docs/idstore/index.html#!/demo_data_installation
Regards,
Eva Kemp.
Hello,
To edit links you need modify the file wp-content/themes/blanco/et-links.php. If you want to add custom content in the header you need edit the file wp-content/themes/blanco/header.php.
Regards,
Eva Kemp.
Hello,
Do you mean you need to change “Sklep” title http://storage4.static.itmages.com/i/16/0323/h_1458745341_8598565_5e080ff59e.png ?
Please show a screenshot and give us FTP and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
In this case please also use this css code:
.woocommerce-variation-add-to-cart.variations_button {
margin-top: -90px;
}
.woocommerce-variation-availability {
margin-top: 50px;
margin-left: 30px;
}
Regards,
Eva Kemp.
Hello,
1. Please provide us with FTP credentials. Have you modified theme files?
2. Please add this code in custom.css file:
.footer_container .textwidget p, .footer_container a {
color: black !important;
}
Regards,
Eva Kemp.
Hello,
By default price is shown for variable products. Have you edited theme files?
Concerning the min price please refer to the article http://businessbloomer.com/disable-variable-product-price-range-woocommerce/
Regards,
Eva Kemp.
Hello,
I don’t see your translation files in the directory wp-content/themes/woopress/languages, only our default .po and .mo files.
Please read how to translate the theme https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate .
Regards,
Eva Kemp.
Hello,
You can select window position in Live Chat settings > Options > Appearance > Widget Position: http://storage9.static.itmages.com/i/16/0323/h_1458741740_9429032_2263e53a2f.png .
Regards,
Eva Kemp.
Hello,
Some plugin is causing the issue.
Disable them one by one to find it out.
Also update required plugins to the latest versions https://www.8theme.com/download-plugins/ .
Regards,
Eva Kemp.
Hello,
I’ve reuploaded theme files and now site is working.
Please check.
Regards,
Eva Kemp.
Hello,
1. Please add this code in Global Custom CSS:
.etheme_add_to_cart_button.product_type_simple {
color: red;
background-color: yellow;
border: 1px solid red;
}
Use your color values.
2. Use this css code:
.products-grid .product-title a {
color: yellow !important;
}
3. Add the following css code:
.price_slider_wrapper .price_slider_amount button {
color: white;
}
4. Use this code:
.fixed-header-area .menu > li > a {
font-size: 18px !important;
}
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and WP Dashboard credentials to check the issue.
Also specify what words aren’t translated.
Regards,
Eva Kemp.
Hello,
Please provide us with correct FTP and WP Dashboard credentials in Private Content.
Regards,
Eva Kemp.
Hello,
1. You made a mistake when copying the code. I’ve edited it. Check the site now.
2. You can add your own links in Appearance > Widgets > Right Side top bar area.
Please clarify how you want to edit the current links.
3. To enable VC editor for static blocks go to wp admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks” and other sections where you want to use VC editor.
To edit footer you have to recreate it in static blocks as described in the documentation https://www.8theme.com/demo/docs/woopress/#!/0_footer .
4. You need use html tags to create table. Refer to this article http://www.w3schools.com/html/html_tables.asp . Also you can search in google how to create table in html.
5. To add some content in category page go to Products > Categories > edit a category > write your content in “Category Header” section.
6. Go to Theme Options > Single Product Page > Custom Tab Title.
Regards,
Eva Kemp.
Hello,
This requires additional customization in the theme files which is beyond our basic support scope. You can order paid customization via this form https://www.8theme.com/customization-services/ if you agree.
Regards,
Eva Kemp.
Hello,
I’ve edited the code to this:
@media (max-width: 480px) {.header .shopping-cart-widget {
display: table-caption !important;
position: relative !important;
top: -7px !important;
}}
Clear all cache and check the header.
Regards,
Eva Kemp.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile:
.template-container {
overflow-x: auto;
}
Regards,
Eva Kemp.
Hello,
Classico theme is in the update process and soon it’ll be back.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
Could you please specify what title you need to change?
Provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for desktop:
.product-information table.variations, .product-information form.variations_form.cart .single_variation_wrap {
width: 40% !important;
}
.product-information .cart {
display: inline-flex !important;
}
Regards,
Eva Kemp.