Hello,
We didn’t change anything in your wp-admin panel.
We need FTP credentials to re-update the theme. Perhaps you didn’t update all files.
Thank you.
Regards,
Eva Kemp.
Hello,
We didn’t change anything in your wp-admin panel.
We need FTP credentials to re-update the theme. Perhaps you didn’t update all files.
Thank you.
Regards,
Eva Kemp.
Hello,
Could you please describe your problem with more details? What are the issues with scrolling? Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
You can set product size in Woocommerce > Settings > Products tab > Product Image Sizes section > Single Product Image. After that regenerate thumbnails with the plugin http://wordpress.org/plugins/regenerate-thumbnails/ as recommended by Woocommerce team.
Thank you.
Regards,
Eva Kemp.
Hello,
You can change the price color with this code in custom.css file:
.product_description_mainblock.productcol.summary .amount, .old-price {
color: #008000 !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme, but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hello @smyliekylie29,
Sorry the link to our documentation is https://www.8theme.com/demo/docs/royal/#!/8_footer
Thank you.
Regards,
Eva Kemp.
Hello,
Have you translated Woocommerce .po file?
http://docs.woothemes.com/document/woocommerce-localization/
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
That file is located in wp-content/themes/legenda directory.
Regards,
Eva Kemp.
Hello,
You can change the size of a main image on a single product page in Woocommerce > Settings > Products tab > Product Image Sizes > Single Product Image.
The regenerate thumbnails with the plugin http://wordpress.org/plugins/regenerate-thumbnails/ as recommended by Woocommerce.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
That feature is configured by Woocommerce, so you have to edit Woocommerce plugin files. We recommend you contact their support concerning your request.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
We’re unable to view your site getting an error “Server not found”.
Please check if you provided correct link.
Thank you.
Regards,
Eva Kemp.
Hello,
The following image was uploaded for the button instead of an icon https://www.8theme.com/demo/royal/wp-content/uploads/2014/03/button1.png .
I’ve added this code to Modal content and now the video is autoplayed:
<iframe src="//www.youtube.com/embed/t0NIvXw-diM?autoplay=1" width="1280" height="720" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
To create a button for download you can use “Call to Action Button” element in Visual Composer editor. I’ve created one on the page http://bkbcuracao.com/comingsoon/subzero-wolf/ and placed it at the bottom of the page, the very last row.
Please check.
Regards,
Eva Kemp.
Hello,
To change header background color use this code in custom.css file:
header, .fixed-header-area {
background-color: pink !important;
}
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve added the following code to Custom CSS file in your wp-admin panel:
.footer-top-2 p, .footer-top-2 .widget-title, .footer-top-2 .sidebar-widget .blog-post-list .media-heading a, .footer-top-2 .blog-post-list .media-body, .footer-top-2 h3, .footer-top-2 h6 {
color: white;
}
Please check the footer now.
Regards,
Eva Kemp.
Hello,
You can insert the code in the Text element where titles are written in Visual Composer editor.
Thank you.
Regards,
Eva Kemp.
Hello,
You can disable “Returns and Delivery” tab in Theme Options > Single Product Page > Custom Tab Title, remove the title.
Thank you.
Regards,
Eva Kemp.
Hello,
Your image is too small. Its dimensions should be 1,425px × 1,900px proximately.
Please edit your image and reupload it with new sizes.
Thank you.
Regards,
Eva Kemp.
Hello @jeramiah,
Try to disable 3rd-party plugins one by one as some of them may cause the issue.
Please check it.
Thank you.
Regards,
Eva Kemp.
Hello,
You can change background color for shopping cart adding this code into custom.css file:
.fixed-header-area .shopping-container {
background-color: #E24E98;
}
How to create custom.css you can watch in this video tutorial. It’s for Legenda theme but the process is the same.
To check the icons issue please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
We tried to paste the credentials you provided but they don’t fit.
Please check your .htaccess, .htpasswd files. Also you can ask your host about this issue.
Thank you.
Regards,
Eva Kemp.
Hello,
In this case you need contact developers. Please create a ticket at http://support.8theme.com/ and provide your wp-admin panel and FTP credentials in there.
Thank you.
Regards,
Eva Kemp.
Hello,
All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want directly from us. Just ask and we’ll send a current version to you. We update plugins with theme updates from time to time so plugins will be also updated with each next theme update. The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest and not only in our case.
Please clarify your issue with sizing guide image? Are you unable to upload it?
Do you wish to add social media icons to your site? If so you can use this code:
<div class="custom-info-block a-left"><span>Follow Us:</span>
<a href="#"><i class="icon-youtube"> </i></a>
<a href="#"><i class="icon-twitter"> </i></a>
<a href="#"><i class="icon-facebook"> </i></a></div>
Put the links to your social webpages instead of “#”.
You can change color of drop down menus, add this code in custom.css file:
.main-nav .menu > li .nav-sublist-dropdown ul {
background-color: red;
}
Replace color value with yours.
How to create custom.css file you can watch in this video tutorial:
https://www.youtube.com/watch?v=Qok2zRedRMY
Thank you.
Regards,
Eva Kemp.
Hello,
Please add this code into custom.css file:
.slide-item .product .product-name {
height: 50px !important;
}
.products-grid .product .product-name {
height: 80px !important;
}
Thank you.
Regards,
Eva Kemp.
Hello,
You had to create footer with static block as described in our documentation:
https://www.8theme.com/demo/docs/legenda/index.html#!/footer
I’ve created custom sidebars “About Us” and “Product Categories” in Appearance > Widgets and added the widgets from Footer 1 and Footer 2 into there. Then I’ve created static block “Footer” and added these widgetised sidebars in there. Static block widget has been placed in Footer 2 widget area in Appearance > Widgets.
Please check footer now.
Thank you.
Regards,
Eva Kemp.
Hello,
Concerning 500 error you should contact your host as they may enable some restrictions.
Please provide us with a link where you’re getting 404 error and give us access to wp-admin panel.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with your site link.
Do you wish to create the same footer as on our demo or to create your own footer?
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but we don’t provide guarantee of full compatibility of 3rd-party plugins with our theme as we don’t test all plugins.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
I’ve created custom sidebars with the same names as you provided in Appearance > Widgets. You can edit text widgets there. Then I’ve created static block “Footer” and added these widgetised sidebars in there. Static block widget has been placed in Footer 2 widget area in Appearance > Widgets.
Please check footer now.
Thank you.
Regards,
Eva Kemp.
Hello,
We’re unable to log in with the provided credentials.
Please check them and provide us with the correct ones.
Thank you.
Regards,
Eva Kemp.