Hello,
Theme Options > General > Footer > Show footer demo blocks > Off.
Regards
Hello,
Theme Options > General > Footer > Show footer demo blocks > Off.
Regards
Hello,
Thanks for the topic.
Could you please provide temporary wp-admin access in the Private Content area so we can take a closer look?
Regards
Hello,
Credentials to wp-admin panel are incorrect.
Please try to activate theme now.
Regards
Hello,
Update theme and all required plugins to latest versions https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/ > clear cache and check if the problem will be solved.
Do you use 3rd party plugins? If so, try to disable them > clear cache and check if the problem is caused by some of additional plugins.
Regards
Hello,
Please, make sure you have checked all the server requirements before the installation – https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
There are 2 ways for theme installation – https://www.8theme.com/documentation/docs/theme-installation/
Let us know if you need any further assistance.
Regards
My pleasure.
Have a nice day.
Regards
Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
If you love XStore and have something nice to say don’t hesitate to tell about this 🙂
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
Hello,
The icon created as a before with content of xstore-icons http://prntscr.com/jf5u1a
There is no possibility to upload own image as the cart icon, but you can use another font icon, for example,
.shopping-container.ico-design-2 .cart-bag:before {
font-family: FontAwesome;
content: "\f217";
font-size: 24px;
}
http://prntscr.com/jf5v6v (add your custom css code in Theme Options > Styling > Csutom css)
https://fontawesome.com/v4.7.0/icons/
Regards
The autoptimize was disabled also?
Have you cleared cache before checking the result of disabling?
Regards
Hello,
You can use this custom css:
.single-post .page-heading .title {
display: none;
}
To edit the text simply edit the title of post
or edit breadcrumbs in woopress/framework/theme-functions.php file (et_page_heading() and etheme_breadcrumbs() functions).
Regards
Hello,
Please try to upload logo for Main language using Theme Options, for other languages use “Custom logo for this page/post” from [8theme] Layout options https://www.8theme.com/documentation/xstore/theme-installation/8theme-page-post-layout-settings-8theme-post-options/
Regards
Hello,
Unfortunately, there is no such possibility for the secondary menu.
Regards
Hello,
There is no such possibility. You can try to find some workaround or contact woocommerce plugin support, because we inherit WC functionality. If you need help with additional customization you can contact WPKraken team.
Regards
Hello,
1. “Product information” text can be changed to product name in Theme Options > E-commerce > Single Product page > Show product name above the price > On.
2. “Product price” can be removed by adding custom css code in Theme Options > Styling > Custom css:
.single-product-booking .product-side-information-inner .product-price-title {
display: none;
}
or edit the text using translation files https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
3. Please check settings of product, for example, https://www.8theme.com/demo/xstore/hosting/product/pro-linux-hostingsimple/ > http://prntscr.com/jf4uv5
Regards
Hello,
You’re welcome.
Have you tried to disable 3rd party plugins? Likely the problem caused by one of them.
Regards
Hello,
Thanks for the topic.
Your menu works fine, you can see the same situation on our demo – https://www.8theme.com/demo/royal/fashion-one-page/
Regards
Hello,
You can add this code in custom css:
.mobile-nav-heading.close-mobile-nav {
background-color: red;
color: black;
}
.mobile-nav {
background-color: red;
}
.mobile-nav li a, .mobile-nav .links li a, .mobile-nav-heading {
color: black;
}
Regards
Hello,
Do you use latest versions of theme and woocommerce plugin?
Could you please provide us with temporary wp-admin access and your site URL so we can take a closer look?
Regards
Hello,
You can set 0px font-size in Theme Options > Typography > Breadcrumbs > Page heading title. If this is not what you are looking for, please provide more details about required result and page URL.
Regards
Hello,
You’re welcome.
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
Hello,
We are glad that your problem was solved.
Regards
Hello,
You’re welcome.
Regards
Hello,
Please use this custom css code:
.fixed-header .menu-wrapper, .fixed-header .header-logo, .fixed-header .navbar-header {
width: auto;
}
Regards
Dear @Royalty,
Thanks for the reply. Unfortunately, there is no such possibility in our theme because we inherit the functionality of woocommerce. You may try to achieve the desired result via WC hooks that they offer https://github.com/woocommerce/woocommerce/wiki/Customizing-image-sizes-in-3.3 Please note that such changes are additional customization in source code and it is out of our support scope.
Regards
Hello,
You’re welcome!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest – https://themeforest.net/downloads
Regards
Hello,
“Submit new topic” button can be found here – https://www.8theme.com/forums/xstore-wordpress-support-forum/
Please add this code in Theme Options > Styling > Custom css:
.content-product .onsale {
top: 0px;
z-index: 3;
left: 0;
}
Regards
My pleasure!
We made some changes in Theme Options in latest theme versions, likely it caused such situation with Typography.
Please let us know if you need any further assistance.
Here you can rate our product – https://themeforest.net/downloads
Regards
Hello,
In this case, please add this code:
table.compare-list td.odd {
background-color: white !important;
}
in Customize > Additional css – http://prntscr.com/jergws
Regards