Hello,
Let’s continue our conversation here – https://www.8theme.com/topic/logo-moves-on-sticky-header/
Regards
Hello,
Let’s continue our conversation here – https://www.8theme.com/topic/logo-moves-on-sticky-header/
Regards
.top-bar .my-account-link > a, .top-bar .login-link > a{
text-transform: none !important;
}
Regards
Hello,
Please provide your site URL.
Regards
Hello,
As I see the logo is centered on mobile http://prntscr.com/l251rc http://prntscr.com/l251uy
Regards
Dear @Su Flo,
What FTP host and port should we use?
Regards
As you can see on this screenshot http://prntscr.com/l24hyy , cart and search are enabled.
We are here to help you, so feel free to ask and we will gladly provide custom css that will be suitable for your needs.
Please try “Variant center 3” > http://prntscr.com/l24rcp and use this custom css code for fixed header:
.fixed-header .container, .fixed-header .container-wrapper, .et-header-full-width .fixed-header .container-wrapper {
flex-wrap: wrap;
justify-content: center;
}
.fixed-header .header-logo {
flex-basis: 100%;
text-align: center;
}
Regards
Hello,
Thanks for contacting us.
1. Please see screenshots from the demo http://prntscr.com/l23m0x > https://prnt.sc/l23kv0
if you want to use widget of brands, add this code in Theme Options > Custom css to hide “All brands” text:
.etheme_widget_brands > ul > li:first-child {
display: none;
}
2. Please go to Woocommerce > Settings > Accounts > Customer registration > Enable customer registration on the “My account” page.
Regards
The logo will be centered once you enable cart icon or any other element in header via Theme Options > Header > Header layout.
If you do not want to show any elements except menu and logo just let us know.
Regards
Also, select header type that you plan to use on the site and set settings in Theme Options appropriate to your needs.
Let us know once it will be done.
Regards
Hello @myrtolam,
I do not see the problem on your site https://prnt.sc/l23aiq Please clear cache and check one more time or provide link were we will be able to see the problem.
Thanks in advance.
Regards
Hello,
Please provide temporary wp-admin access so I can take a closer look.
Regards
Hello,
XStore 5.0 was major update and we changed a lot of things https://xstore.8theme.com/update-history/
Please delete the previouse custom css code and let me know, I will provide a new css code.
Regards
Hello,
Have you changed header type http://prntscr.com/l22r7s ?
Please provide screenshots for better understanding the desired result and temporary wp-admin access.
Regards
Hello,
I’ve created “test page” http://prntscr.com/l21ydv Please check settings for the first row on the page, Page Layout and custom css for page http://prntscr.com/l21yzj
Regards
Hello @beerbefore,
On Downloads page, you can find old (1.0.23) and new (1.1.3) versions – http://prntscr.com/l21is9
Regards
Hello,
We are theme support and we are able to help you only with issues related strictly to our theme.
I would recommend you to contact author of the plugin. Also, here is screenshot of browser console from your site http://prntscr.com/l217qe
Regards
Hello,
Please provide temporary wp-admin access and I will create an example on your site.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
You can use translation (for example Loco Translate plugin) to change the text without editing php files.
backend – woopress/framework/theme-options.php http://prntscr.com/l1zv5o – this can’t be done via child theme so changes there need to be repeated after every theme update.
frontend – theme/framework/woo.php http://prntscr.com/l1zvon, theme/woocommerce/loop/sale-flash.php http://prntscr.com/l1zw39 (function should be copied to child-theme/function.php and have to become changed there, the file also should be copied with the same directory tree to your child-theme).
Feel free to ask if you have any other questions
Regards
Hello,
Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access.
4. Please describe the desired result in more details.
Regards
Hello,
Thanks for the reply.
1. Have you changed credentials? Unfortunately, I can’t log in. Please provide us with correct wp-admin access.
Also, make sure that for menu items without images, “Background” is selected here – http://prntscr.com/l1zesn
2. Thanks for the screenshot. I will take a closer look once get correct wp-admin access.
3. Thank you for letting us know 🙂
4. You can use this custom css code:
.single-product .product-content .price {
display: none;
}
Also, try to disable our “Move product name in breadcrumbs” option http://prntscr.com/l1zgyr
Regards
Hello,
Do you have the problem with our theme only or with default WC theme (Storefront) too? Do you use an additional plugin for redirect?
We are theme support and we are able to help you only with issues related strictly to our theme.
Regards
Hello,
Sorry for the inconvenience.
Please go to Dashboard > Updates > press force check and update plugin then. Or update it manually using archive https://www.8theme.com/download-plugins/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Either go to Dashboard > Updates > press force check and update plugin then. Or update it manually using archive https://www.8theme.com/download-plugins/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Either go to Dashboard > Updates > press force check and update plugin then. Or update it manually using archive https://www.8theme.com/download-plugins/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Hello,
Either go to Dashboard > Updates > press force check and update plugin then. Or update it manually using archive https://www.8theme.com/download-plugins/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Regards
Dear @cruzgab,
We need FTP access (FTP hostname, FTP username, FTP password) to be able to enable WP debug. Please ask your hosting provider support to create FTP account to your site files and give us the credentials.
Regards
Hello,
Please download the plugin from this page https://www.8theme.com/download-plugins/
Let us know if you need any further assistance
Regards
You’re welcome!
Regards
Hello,
Please change the previous code to:
@media (max-width: 480px) {
.slide-item .product .star-rating, .products-grid .product .star-rating, .products-page-cats {
display: block;
}
.single-product #reviews .comment_container {
border: none;
}
.single-product .comment_container .description {
margin-top: 10px;
}
.single-product .comment_container .adsw-gallery {
padding-left: 0px;
}
.single-product #reviews ol.commentlist li {
float: left;
margin-top: 15px;
}
}
Regards