Hello,
use this code:
.fixed-header.header-color-dark .menu .item-design-dropdown .nav-sublist-dropdown li a { color: #1a1a1a; }
Regards,
Hello,
use this code:
.fixed-header.header-color-dark .menu .item-design-dropdown .nav-sublist-dropdown li a { color: #1a1a1a; }
Regards,
Hello,
Add this css code in,
theme options >> custom css
#nav_menu-2 #menu-main-menu-1.menu > li > a { font-size: 50px !important; } // top bar menu
.main-header #menu-mm-shop-2.menu > li > a { font-size: 12px !important; } // main menu
change the font size values as you want
Hello,
Add the following CSS in Theme Options > Styling > Custom CSS
.item-design-dropdown .nav-sublist-dropdown ul > li > a { color: #000; }
If that does not work remove the JavaScript code which prevents the right click in your site and contact us back.
Regards,
Hello,
Please give us some time.
We will check this and come back to you.
Regards,
What do you mean by ‘static/global layer’ ?
Show us a screenshot please.
Hi,
You have this option in PAGES : http://prntscr.com/fwkajc
For products we do not have such option.
I’ll discuss this with my team and update you if there is a solution for this.
Regards,
Hi,
we are using WPML for that..
it is paid plugin..
WPML Language switcher:
To change the styles of WPML language switcher go to WPML > Languages > Edit the language switcher widget colors: http://prntscr.com/dbkhfl
If you use WPML you should also install and use WooCommerce WPML plugin that includes currency switcher option.
If you are looking for free plugins you may try qTranslate and currency switcher plugins
Regards,
Hello,
I’ve fixed it.
You may check it now.
Regards,
That is breadcrumb background.
You can set a common breadcrumb background image in,
8theme options >> general >> breadcrumbs >> Breadcrumbs background
You can set a specific page breadcrumb background image by adding featured to the page.
You are welcome.
Do not hesitate to ask if you have any other questions (in a new topic / post)
Hi,
cart :
8theme options >> ecommerce >> shop >> Enable cart widget in >> header / top bar left / top bar right / disable
and you can enable search and wishlist in : 8theme options >> General >> header settings
Regards,
Hello,
you can use a translation plugin to change or alter a word or phrase.
Loco translate is a free translation plugin.
You can try with that.
check : https://optimizerwp.com/documentation/how-to-translate-theme-using-loco/
Regards,
and page url too
Hello,
could you please give me a screenshot of the area you are mentioning?
if you have any other questions do not hesitate to ask (in a new topic / post )
Regards
where is the filter by price options that should be in the navigation?
– I think you are asking about this: http://prntscr.com/fv2yt0
– it is default widget from WooCommerce
– you can add that from Appearance >> widgets >> woocomeerce price filter and then add it to ‘shop side bar’
– check : http://prntscr.com/fv2zdt
my shop page has 2 boxes at the bottom. How do I edit or remove these boxes?
– you can remove that in,
– Appearance >> widgets >> after the products >> 8theme-static blocks >> delete
You are welcome and glad you sorted out.
if you have any other questions do not hesitate to ask (in a new topic / post )
Regards,
Hello,
This needs some customization.
Put following code at the bottom of the functions.php in Appearance >> Editor
function disable_shipping_calc_on_cart( $show_shipping ) {
if( is_cart() ) {
return false;
}
return $show_shipping;
}
add_filter( 'woocommerce_cart_ready_to_calc_shipping', 'disable_shipping_calc_on_cart', 99 )
Make sure you are using the child theme
Hello,
I think you are using front end editor.
VC front end editor is not compatible with massive add on plugin.
If you have massive add on plugin activated please use visual composer backend editor.
If you do not have massive add on let us know your wp-admin login details to check this.
You are welcome.
if you have any other questions do not hesitate to ask (in a new topic / post)
You are welcome.
if you have any other questions do not hesitate to ask (in a new topic / post)
Hello,
Your logo has extra space above and below to the design.
crop your logo by including only the logo design to remove the extra white space and reupload the logo.
check :http://prntscr.com/fum6ss
Hello,
The link you gave in the private area goes to another link.
check this reply’s private area for that.
And that is not xstore theme.. that is ‘alpha store’ theme.
As you explained in your question I assume your issue is more related to your hosting.
first make sure your hosting plan meets this requirements : hhttps://www.8theme.com/documentation/docs/xstore-theme-requirements/
if the hosting plan does not meet the requirements check that with your hosting provider.
if the hosting plan meets the requirements already let us know your
1. wp-admin login details (username, password)
2. FTP / cPanel login details (username, password)
to check this weird issue.
What is your visual composer vrsion?
the latest version is 5.2
if yours is older than please download the latest version from here : https://www.8theme.com/download-plugins/page/2/ and install manually then see if the problem is fixed or not..
Hello,
Massive add on is not compatible with Visual Composer (front end editor).
The developers of those plugins should update their plugins for this.
For now, you have to use Visual Composer backend editor.
for that use this:
.woocommerce-MyAccount-navigation li.is-active a { color: #6DAB3C !important; }
use !important;
so the final code will be
.ajax-results ul li a { color: #000 !important; }
.topbar-color-white .my-account-link ul > li > a { color: #ff0 !important;}
You are welcome
will these remain if I update the theme
– yes if you are using the child theme
I’ve just changed a couple of strings – using this plugin to do this, is this going to have an impact on site speed at all?
– no.
Regards,