Hello,
Sorry, but we can’t login with your username and password, could you please check this?
Regards
Hello,
Sorry, but we can’t login with your username and password, could you please check this?
Regards
Hello there,
You can download 3.5 version now on ThemeForest and try to update theme manually if you got the error in admin panel.
Regards
Hello,
We are glad that you solved your problem. Contact us if you have any additional questions.
Regards
We are glad to hear that! You are welcome 🙂
Hello,
We are glad that you have found a solution. Feel free to contact us if you have any additional questions.
Regards
You are welcome!
Hello,
1. Sorry, but there is no such option.
2. Please, send us your FTP access so we could check it.
3. The code is located in framework/template-tags.php file.
4. On our demo we have created our footer with static block separately added to prefooter. To the footer area we added Instagram widget only and enabled Fixed footer option in Theme Options.
Regards
Sorry, but it is the only way to move it without PHP code modifications.
We will upload a new correct version to ThemeForest tonight. Sorry for the inconvenience.
It is not a WordPress gallery. It is an element that comes with Visual Composer and it doesn’t have image captions.
Regards
Hello,
We suggest you read our documentation to translate your website properly. Here is a link https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
You can find the wishlist widget source code in framework/woo.php file.
Hello,
You can create a separate menu for this purpose in Appearance -> Menus and then set its location to be “Secondary menu”.
Could you please send us your FTP so we can check categories problem?
Regards
What example do you mean?
Hello,
Sorry, but there is no such option in our theme and can be done only through the additional code customisation that is out of our support scope.
Regards
Very strange. Contact us after reinstall please with the result.
Regards
Hello,
We don’t see standard WordPress gallery added on the page. Only Visual Composer elements are added there.
Hello,
This popup link can’t be moved to the left side in top bar or to the main navigation without additional customization, sorry. We can try to move it left but with all other links in the top bar.
Regards
Hello,
Yes, you can use your website on your test domain and live one also at the same time.
Regards
Ok, we have fixed this issue on your website. Please, check now.
Ok, please contact us if you will have any additional information.
Hello,
Try to add this code to your Custom CSS area in Theme Settings
.header-xstore .header-logo {
width: 15%;
}
.header-xstore .menu-wrapper {
width: 100%;
}
Regards
We see it is almost full width now. All you need to do is to set padding to 0 for the column that contains this Revolution Slider element in Visual Composer.
Ok, we are glad that you found the solution.
You are welcome 🙂
Strange, but we see it is red now https://gyazo.com/ff8a12cbffb3158d9f0baf5b9393cfde
It may be caused by an old version of OpenSSL installed on your server. https://gyazo.com/abd90bf513baba998252d42073b71f84
Here is a code for this
.tabs .tab-title span {
transition:0.3s all;
-webkit-transition:0.3s all;
-moz-transition:0.3s all;
}
.tabs .tab-title:hover span {
color:red;
}
If we will change button color then all buttons through the site will have a red color.a
Regards
Sorry, but the sidebar width can be changed only globally. We don’t see any quick view button there. Only “Add to cart”.
Try to add this code to fix breadcrumbs issue. And place a link to your YouTube account with a protocol. Like this http://youtube.com/account.
.page-heading.bc-size-small .title {
max-width:600px;
margin-left:auto;
margin-right:auto;
}