Hello,
You’re welcome!
Sorry for the inconvenience.
Let us know if you need any further assistance.
Regards
Hello,
You’re welcome!
Sorry for the inconvenience.
Let us know if you need any further assistance.
Regards
Hello,
1. Sorry, but I do not see the problem, seems the logo already alignment on center –
http://prntscr.com/hb447x
Could you please provide some screenshots of this problem to help me understand more?
2. In Theme Options > Import/Export you may import different versions and home pages.
Read more in our documentation – https://www.8theme.com/demo/docs/legenda/#!/demo_data_installation
3. Please read this topic https://www.8theme.com/topic/help-adding-social-icons-on-top-to-follow-us/
4. Please try to add this code in custom.css
.header .shopping-cart-widget .cart-bag {
font-size: 0;
}
.header .shopping-cart-widget .cart-bag .price-summ.cart-totals {
font-size: 14px;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
5. Please read how to create footer in our documentation and watch https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create footer)
To enable VC editor for static blocks go to wp-admin panel > Visual Composer > Role Manager > Post Types > Custom > tick “static block”,
You may provide wp-admin access in Private Content and I will create more examples of footer static blocks.
6. The menu can’t be imported, so please follow our documentation to create menu and watch https://www.8theme.com/videos/ (Legenda WordPress Theme – How to create menu).
Let us know if you need any further assistance.
Regards
Hello,
In your Dashboard > Appearance > Themes you may see Legenda parent theme and child theme.
A WordPress child theme is a theme that inherits the functionality of the parent theme. With child theme you can make modification or add additional functionality to parent theme. A child theme is the safest and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes. Please read more https://codex.wordpress.org/Child_Themes
Let us know if you need any further assistance.
Regards
Hello,
Is your problem solved http://prntscr.com/hb3wzj ? If not, please describe how I can see the problem on your site and provide wp-admin access in Private Content.
Regards
Hello, @Ann Sanicola,
Yes, you can update theme to latest 3.4 version, that fully compatible with woocommerce 3.2.3.
Regards
Hello,
You need to contact your hosting provider support or WordPress support – https://wordpress.org/support/, because it doesn’t relate strictly to our theme.
Regards
Hello,
Please check Appearance > Menus and make sure that you didn’t set the same menu as “right” and “left” at the same time http://prntscr.com/h8q0fa
Regards
Hello, @buzzmg,
Please also update the theme to latest version – 1.1.1.
Regards
Hello,
Please update the theme to 1.1.1 version http://prntscr.com/haaotj https://www.8theme.com/demo/docs/lifestyle/ (2.3. Theme Upgrade)
Also, update plugins https://www.8theme.com/download-plugins/ (To update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/ )
Regards
Hello,
This is After the products widget area (Appearance > Widgets) https://www.8theme.com/demo/docs/xstore/#theme_settings_45_widgets_amp_custom_widget_areas
If you want to remove it just delete the widget. If you want to change go to Static Blocks and edit Shop banners below the products static Block. Don’t forget to enable VC for your static block https://www.8theme.com/demo/docs/xstore/assets/images/image_18.jpg
Regards
Hello,
Sorry, I’ve restored page Revisions. Please check.
Regards
You’re welcome!
Great. Let us know if you need any further assistance.
Regards
Hello,
Please try to add this code in Theme Options > Custom css:
.menu .menu-full-width .nav-sublist-dropdown ul > li.item-design2-image > a { max-width: 100% }
Regards
You’re welcome!
Great. Let us know if you need any further assistance.
Regards
Please also add this code:
.top-bar .my-account-link:before {
left: -9%;
}
Regards
To change the background color of fixed header add this code in Theme Options > Styling > Custom css:
.home .fixed-header {
background-color: #484141;
}
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards
Try to add to this code http://prntscr.com/hasv4b .top-bar .my-account-link:before, like http://prntscr.com/hasvlv
Regards
Hello,
2. To change color use this code:
.top-links .links a {
color: #0b1fba !important;
}
to change size you may change value in this code http://prntscr.com/hash84, because the icon inherit font size from .top-links
And I can’t change icon type still! Is not working!
– oh I see, please use
font-family: FontAwesome;
content: "\f007";
instead
content: "\e1000";
font-family: 'xstore-icons';s';
http://prntscr.com/hasn3s
3. Yes, it is possible, but to give you the appropriate code I need your wp-admin access.
4. The icon inherit font size from .top-links, so change the size value in this code http://prntscr.com/hash84.
Regards
Hello,
You need simply to set your images where it is needed.
Also, contact your hosting provider support and ask them to increase the following PHP settings:
– post_max_size to 64M;
– upload_max_filesize to 64M.
https://www.8theme.com/demo/docs/woopress/#!/general_information (1.1 Before you start)
Let us know if you need any further assistance.
Regards
Please provide FTP access in Private Content.
Regards
Hello,
If you want to have website only in Spanish, please translate
YOUR SHOPPING CART IS EMPTY
We invite you to get acquainted with an assortment of our shop. Surely you can find something for yourself!
– in Theme Options.
Please see screenshot of WPML – http://prntscr.com/harbsh
We’ve updated Core plugin .pot file, so – http://prntscr.com/hard5k http://prntscr.com/hards3
Regards
Hello,
Please try to update theme manually via FTP – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
and update plugins https://www.8theme.com/documentation/xstore/plugins/plugins-update/ then try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and repeat the test.
Let us know if you need any further assistance.
Regards
You have enabled the maintenance mode, please provide me temporary admin panel access.
Regards
Hello,
Change the previous code to:
.login-link:before {
content: "\e1000";
font-family: 'xstore-icons';
position: absolute;
left: -10%;
color: #0b1fba;
}
.top-links {
font-size: 14px;
}
to change the icon use http://prntscr.com/haqz3o as content value in code http://prntscr.com/haqz8y
Regards
Hello,
Please read our documentation https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/woocommerce/shop-page/
go to Theme Options > E-Commerce > Products Page Layout > Layout
Regards
Please check symbols in your code http://prntscr.com/hapmlk > http://prntscr.com/hapmsb
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css:
.login-link:before {
content: "\e1000";
font-family: 'xstore-icons';
position: absolute;
left: -8%;
top: 1%;
}
Regards
Hello,
You need to re-upload these images.
Regards