Hello @OliverEggertsen
Woocommerce options for images can be changed in woocommerce->products->sizes. Please regenarate thumbnails after changing size for images.
Regards,
Max Mullins
Hello @OliverEggertsen
Woocommerce options for images can be changed in woocommerce->products->sizes. Please regenarate thumbnails after changing size for images.
Regards,
Max Mullins
Hello,
Please try clear browser cache and check again http://prntscr.com/ff3qu4.
Regards,
Max Mullins
Please provide us with screenshot of the issue for our better understanding. You may use http://prntscr.com.
Regards,
Max Mullins
You are welcome! Don’t hesitate to ask any further questions.
Regards
Max Mullins
Hello @dottsco
You may simply add following lines of code in theme-options->styling->cutom.css:
.top-bar {
position:fixed;
width:100%;
}
.fixed-header {
margin-top:2.5rem;
}
Regards,
Max Mullins
Hello @prana_aok
This plugin is the nice tool to import full data including product stats from your amazon account. Should probably tell you that it includes bulk .csv upload feature. The detailed information about plugins numerous options for largest trading platform can be found here: https://codecanyon.net/item/woocommerce-amazon-affiliates-wordpress-plugin/3057503
Regards,
Max Mullins
I have replaced code in custom.css. Please check.
Regards,
Max Mullins
Hello @George
Please edit each post page template in Dashboard-> Posts -> edit your post and apply your custom sidebar area that you created in Appearance > Widgets:
http://prntscr.com/ff07z1
Unfortunately, there is no way to automatically inherit custom sidebar used for blog page.
Regards,
Max Mullins
Hello @filiphdan
This is the part of code which contains black box hover efect for dropdown:
#menu-menuprincipal-1 .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover{background-color:#151212}
This part contins code for hover effect of the dopdown links text color only you asked
#menu-menuprincipal-1 .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover{
color: rgb(234, 10, 10);}
The reuslt screenshot of this code added in to the custom.css: http://prntscr.com/fezugy Please provide us with wp-admin credentials check if any errors occurs during adding this line.
Here you may read the article about how to change hover color of any element to custom via CSS:
https://www.w3schools.com/cssref/sel_hover.asp
Regards,
Max Mullins
Hello @bmacko
Your theme version is 3.1. Please update theme to the latest 3.2 version from themeforest. as well as plugins from our site
Also pay attention that upgrading our theme requires reactivating it and setting up again installation wizard.
Please skip installation wizard setup during theme activation to save your theme options and make screenshots of widgets areas as they can be cleaned in fresh installed theme version.
Here you may watch how to perform update
Regards,
Max Mullins
Hello @giahancute2013
Please provide us with wp-admin credentials to your site.
Regards,
Max Mullins
Hello @filiphdan
You may add following code for dropdown menu links in the custom.css or style.css of the child theme:
#menu-menuprincipal-1 .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover{
color: rgb(234, 10, 10);
}
Regards
Max Mullins
Hello @smaa
Please set individual SKUs for each kind of variable product as we have this option in our template files. Check this sceenshot:http://prntscr.com/feqhvv. Also provide us with wp-admin access to your site to test the issue.
Regards,
Max Mullins
Hello @scorleo
Here is the code for the categories widget and menu currently selected items:
1.#menu-main-menu-1 .item-design-dropdown .nav-sublist-dropdown ul > li.current-menu-item > a{color:black}
2. #woocommerce_product_categories-10 .product-categories .current-cat a{color:black}
Regards,
Max Mullins
Hello @burakorkun
Please add folowing code in 8theme options >> styling >> custom css >> global custom css
@media (min-width: 992px){
.menu-wrapper #menu-genel-1 .current-menu-item a { color:#825621!important}}
Regards,
Max Mullins
Hello @filiphdan
No. Child-theme folder should not be renamed and modifications that were done to the parent theme can be removed as they are already presented in child theme.
Regards,
Max Mullins
Hello @lorenabisio
You have selected custom footer option for single pages in pge settings. The copyright sidebar can be displayed only in “default” footer page settings. Please check http://prntscr.com/fepk4k. I have checked the default option and now page works fine.
Regards,
Max Mullins
Hello @scorleo
Please test this line code in child theme style.css:
.archive .widget_product_categories.sidebar-widget ul li a:hover{color:#1b1818!important}
.archive .shop-full-width .categories-mask mark, .archive .category-grid .categories-mask h4 {color:#1b1818}
.archive .product_list_widget .product-title a{color:#1b1818}
Regards,
Max Mullins
Hello @filiphdan,
1.As is see you have found the way to change menu colors.
2.You may use any colorpicker tool online. The yellow color of the slider is:
rgb(243, 230, 22);
3. Please provide us with screnshot of clarify your request about responsivnes issue.
Regards,
Max Mullins
Find /wp-content/themes/xstore/woocommerce/loop/sale-flash.php file and copy this file into /wp-content/themes/xstore-child/woocommerce/loop/ folder. Child theme archive you can find here https://www.8theme.com/download-plugins/
Detailed information about child theme and how it woks you can find here https://codex.wordpress.org/Child_Themes
Regards,
Max Mullins
Hello @judiknight
1.Download zip packages of the version your prefer more from here or https://en-gb.wordpress.org/plugins/woocommerce/advanced/
2. Rename woocommerce plugin folder via FTP.
3. Upload needed package to your pc and navigate to the plugins -> add new-> upload plugin or copy extracted plugin folder to the /wp-content/plugins/.
Please note that DB was updated by woocommerce, so it can be difficult to downgrade version correctly without using backup of state your site before plugin updating.
The next theme update should be in 1-2 weeks.
Please note that woocommerce and common wordpress questions lays beyound the scope of our theme support and you should contact their support forum for detailed instructions:https://docs.woocommerce.com/document/frequently-asked-questions/
Regards,
Max Mullins
Hello @filiphdan
Please test following lines in custom.css:
#menu-menuprincipal-1 li a:hover:after{background-color:red!important;}
#menu-menuprincipal-1 .item-design-dropdown .nav-sublist-dropdown ul > li > a:hover{background-color:#151212}
Regards,
Max Mullins
1. You should make all the changes in child theme only, because you’ll lose them after theme update (all the changes will be overwritten)
2. You can either make the circle bigger using custom CSS
.content-product .sale-wrapper span {font-size:0.5rem!important;padding-top:0.7rem}
.content-product .onsale {width: 50px!important;
height: 50px;important}
}
or make it rectangular instead of circle
.content-product .sale-wrapper span {font-size:0.5rem!important;padding-top:0.7rem}
.content-product .onsale {width: 50px!important;border-radius:0;
height: 50px;important}
Regards,
Max Mullins
Hello @filiphdan.
It is accessable via ftp in your site root directory/wp-content/xstore/woocommerce/loop/sale-flash.php. You may use text editor such as notepad++ or similar or provide us with ftp credentials to your site.
Regards
Max Mullins
Hello @preynen876
Please read this article about how to add custom fonts:
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Check the path to the source path to the file where it should be added.
You may also add fonts into the Child theme functions.php like following:
Add following code in functions.php after the header lines:
function google_webfonts() {
wp_enqueue_style( ‘google-webfonts’, ‘directpathtoyourfont’ );
}
add_action(‘init’, ‘wp_enqueue_scripts’, ‘directpathtoyourfont’ );
Regards,
Max Mullins
Hello @scorleo
You are always welcome!Be free to write in case any further questions appears.
Regards,
Max Mullins
Please test this issue with woocommerce default theme “Storefront” and check mailing error logs with your hosting provider as it seems that it is not our theme related.
Regards,
Max Mullins
Hello @Lily
The way you suggest css code may work for single page in VC->custom css settings
(http://prntscr.com/fe71j5).
Please use higher selector in css and try following line instead of previous:
.page-content b, .page-content strong {color:pink}
Regards,
Max Mullins
Hello, @scorleo
Lines are corected and tested. In addition i have added hover color for top menu of 5-th column css trigger.
#menu-main-menu-1 #menu-item-463 .nav-sublist-dropdown ul li {
width: 11rem;
padding: 0 0 0 0;}
#menu-main-menu-1 #menu-item-463 .nav-sublist-dropdown ul li {
width: 11rem;padding: 0 0 0 0;}
#menu-main-menu-1 ul .menu-parent-item {
border:0px ;}
.et-header-full-width .navigation-wrapper .container, .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
width: 50rem;}
#menu-main-menu-1 .item-design-mega-menu .nav-sublist-dropdown .item-level-1:hover a{ color:red}
Regards,
Max Mullins
The translation you require can be done in ../xstore/woocommerce/loop/sale-flash.php on line 31. Please use Child theme for any customization in php files to prevent theme from overwriting during next them update. You may copy woocommerce folder into the child theme and rename this wording there.