Hello,
If you plan to change the domain you need to deactivate theme on the old site. To do this provide me admin panel access to that site. After that you will be able to activate theme on the new domain without any problems.
Regards
Hello,
If you plan to change the domain you need to deactivate theme on the old site. To do this provide me admin panel access to that site. After that you will be able to activate theme on the new domain without any problems.
Regards
Hello,
Yes, you can change that word using translation files https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
Hello,
Take my apologies for this. Yesterday unexpected incident happened and I was not able to be online to help you. I’m very sorry. Let’s try tomorrow (Wednesday) at the same time?
Regards
Hello,
1) Use the following custom CSS and change the padding value
.header-center .header-logo {padding: 24px 0;}
2) .navigation-wrapper .menu-inner {border-bottom: none;}
3) Go to Theme Options > General > Header Settings > set background size for your header image to “Contain”.
4) Go to Theme Options > General > Breadcrumbs > and disable breadcrumbs if you don’t want to use them.
Also, you can disable breadcrumbs for some pages only. To do this edit page, scroll down to Layout Options and change breadcrumbs type to disable.
Regards
Hello,
You are welcome!
Unfortunately, I don’t think that we’ll add category search.
Regards
Hello,
If product is variable it has On Sale label. If product is simple it has percentage discount. We did not add percentage discount for the variable products because it requires a lot of requests to DB (price for the every variation you have and calculation of the best one) and slows down the site speed.
https://www.8theme.com/topic/precentage-sale-bubble/
Regards
You are welcome!
Regards
Hello,
Yes, we also hope that you won’t face any issues with theme update in future.
Have a good weekend.
Regards
Hello,
If you are using the third-party plugin that did not come bundled with our theme you should contact plugin author to get help with its settings. We are able to help you with our theme options and features.
Regards
I’m glad that our assistance was helpful. Have a good day!
Regards
You are welcome!
Regards
Hello,
Oh, it will be difficult. We can try on Monday at 12.00 (GMT+0) for example. Contact us in live chat and we could try. But it would be better if you can make your site live.
Regards
Hello,
If you don’t set ids then this element displays product depending on other settings that you chose http://prntscr.com/f9qnmo
You have 1200 products and want to show them all on the home page? Of course, your site is down after that because it’s too many requests. I think even default WC element with default theme Storefront will cause such error if you choose for example dining category.
Regards
Hello,
Go to Theme Options > E-Commerce > Product Page Layout > Image hover effect and change it to Swap or disable. If you use Slider hover effect then you can’t have the link on the image because clicks slide the product gallery.
Regards
Hello,
If you want to make the slider full width then enable Stretch Row and Content option in Row Settings http://prntscr.com/f9pqly
Regards
Hello,
Using autoupdate option.
Regards
You are welcome!
Regards
Hello,
Do you mean that page is refreshed after sending the email and you do not get success message?
MailChimp documentation you can find here https://mc4wp.com/kb/ to set up all the messages you want.
Regards
Hello,
Problem that you got very likely related to encoding. Some hostings help clients to move their sites to their hosting and help to solve such issues. Hosting told you that it’s related to your website but not to WP theme that you use. It’s different things! We are responsible for theme issues but not for your WP installation problems.
I told you that it’s not related to our theme because you have the same situation even with default WP theme. I can help you only with theme issues and theme settings. Our support does not include support for the questions related to WordPress or WC plugin settings and does not include help with site moving.
Check this post maybe it helps you https://wordpress.stackexchange.com/questions/11247/character-encoding-issue-after-changing-servers
Regards
Hello,
Unfortunately, site optimization is outside the scope of our support. You may contact WP Kraken team if you need help with it.
Regards
Hello,
Ok, we understand you. Send us the request from ThemeForest and we’ll confirm it.
Regards
Hello,
1) Use the custom code to change the icon. For example
.footer-product .show-quickly:before {
content: "\f06e";
font-family: 'FontAwesome';
font-size: 16px;
}
2) You can do this only by additional customization of the Ajax Search (xstore/framework/theme-functions.php)
3) This bulbe was made for our demo only to promote the price of our theme. This is not the part of WP theme.
Regards
Hello,
Do you want to create WP multisite https://codex.wordpress.org/Create_A_Network ? Or 1 site with multivendors https://woocommerce.com/products/product-vendors/ ?
Regards
Hello,
1) This is swap effect for the products (Theme Options > E-Commerce > Product Page Layout > Image hover effect). So, either disable the hover effect or remove images from the product gallery http://prntscr.com/f9o60y
2) Unfortunately, at present, you can use the only color for the container background http://prntscr.com/f9o871 You can try custom CSS to add the pattern for the container
article.content-timeline2 .timeline-content, .select2-results, .select2-drop, .select2-container .select2-choice, .form-control, .page-wrapper, .cart-popup-container, select, .quantity input[type="number"], .emodal, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, #searchModal, .quick-view-popup, #etheme-popup, .et-wishlist-widget .wishlist-dropdown, textarea.form-control, textarea
{background-repeat: repeat;
background-position: center top;
background-image: url(your_url);
}
Regards
You are welcome!
Regards
Hello,
1) Fixed.
2) Check now.
3) Check now.
Regards
Hello,
It’s ok. Feel free to ask if you need any help. I’ll do my best to help you.
Regards
Hello,
Provide me admin panel and FTP access.
Regards
Hello,
1), 2) What exactly you want to change? These items have a lot of styles and I can’t provide you all of them. Besides many styles depends on header type and position of these elements.
3) To enable Newsletter go to Theme Options > E-Commerce > Promo Popup > On. To change the icon just change the icon code http://prntscr.com/f9kc93 Use Font Awesome icons http://fontawesome.io/icons/
4) a) To add icon for My Account link use the following code
.top-links .login-link a:before {
content: "\f2c0";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
}
b) To cahnge the My Account menu go to Appearance > Menus > create menu for the My Account drop-down and choose Display location > My Account.
5) To create Delivery Info drop-down we used Custom menu widget in Left top bar widget area and specially created menu in Appearance > menus.
Regards
Hello,
I’m sorry but I’m not sure that understand you. iPhone 5 for example has 320px width at all. And you want to make your logo 948px width?
Please, explain in details what exactly you want to implement, maybe provide me screenshots and links to site with examples for the better understanding because at this moment I’m confused.
Regards