Hello,
Could you please show on a screenshot what you want to modify?
Thank you.
Regards,
Eva Kemp.
Hello,
Could you please show on a screenshot what you want to modify?
Thank you.
Regards,
Eva Kemp.
Hello @konair,
Please check your site with default WordPress theme.
Are you getting the same issues with Twenty Fifteen theme (for example) activated?
Regards,
Eva Kemp.
Hello,
We’ll fix this bug in the next theme update.
Thank you.
Regards,
Eva Kemp.
Hello,
1. There is no option to add different breadcrumbs images for each page. in this case you can only set background image for the breadcrumbs on all pages in Theme Options > Header > Breadcrumbs background or disable breadcrumbs for products pages and use images you added in products categories settings. You can disable breadcrumbs for products pages in wp-admin panel > Pages > edit Shop page and select “Disable” in “Show Page Heading” section on the right side of the page editor.
2. What exactly do you want to edit? As I see those are product categories that you created in Products > Categories.
Regards,
Eva Kemp.
Hello,
I’ve edited the file header.php in the directory wp-content/themes/royal and added this code <div class="languages_selector"><?php do_action('icl_language_selector'); ?></div> in line 74. Also I’ve added the following code in custom.css file:
.languages_selector {
margin-top: 40px !important;
margin-right: 20px;
}
.languages_selector #lang_sel_list a {
font-size: 15px !important;
}
.languages_selector #lang_sel_list a:hover {
color: #CDA85C !important;
}
Please check fixed header now.
You can activate child theme and copy header.php to the directory wp-content/themes/royal-child so you won’t lose the changes after theme update.
Regards,
Eva Kemp.
Hello,
As I see fi_FI.po file in the directory wp-content/themes/royal/languages isn’t translated.
Please translate all words and check the site after that.
Regards,
Eva Kemp.
Hello,
The reason is you have written description for submenu items in Appearance > Menus: http://storage4.static.itmages.com/i/15/0612/h_1434093776_4016108_bcbc630a7a.png
Delete it and the issue will be fixed.
Regards,
Eva Kemp.
Hello,
Unfortunately there is no such possibility. Sorry.
Regards,
Eva Kemp.
Hello,
We can’t access wp-admin panel with the previous credentials. Please give us correct url and login details.
Thank you.
Regards,
Eva Kemp.
Hello,
When filling out forms using selects on iOS they should appear at a comfortable reading size 16px. That’s why page is zoomed in until that size requirement is met. Add the following code in child theme style.css to fix your problem:
@media (max-width:480px){ table.variations td select {
font-size:16px;}
}
Regards,
Eva Kemp.
Hello,
As I see the icons are centered:
http://storage2.static.itmages.com/i/15/0611/h_1434036495_7100864_97b20e281a.png
Please check them again.
Regards,
Eva Kemp.
Hello,
Please show us screenshots of the problem you see from your side.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but this depends on a server configuration your domain is hosted at. Try to check contact form with your email address (fill it in Theme Options > Contact Form), after the email is sent via contact form on your site, ask your host to check mail logs on a server. Some notices should be in the logs why emails can’t be delivered.
Thank you.
Regards,
Eva Kemp.
Hello,
You need contact Woocommerce support team concerning that issue.
Regards,
Eva Kemp.
Hello,
You can use Post Grid element in Visual Composer editor.
Please try it.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please specify what exactly you can’t understand from this documentation:
https://www.8theme.com/demo/docs/royal/#!/3_one_page
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Please specify exactly what color slider buttons should be and the color of header items.
Thank you.
Regards,
Eva Kemp.
Hello @sunmay,
This issue is related to iOS devices:
http://demosthenes.info/blog/777/Create-Fullscreen-HTML5-Page-Background-Video
Displaying the fullscreen background video on mobile devices presents several challenges:
Most mobile platforms (iOS in particular) will refuse to autoplay HTML5 video to avoid potentially ruinous data charges.
In such cases the video will be displayed with an embedded play button, which in turn… …may capture touches on the device, locking out links that may be in the content on top of the video.
While it is possible to feature-detect support for video autoplay with JavaScript (a technique I will cover in a future article), the easiest solution is to use a media query that switches off the video entirely on smaller screens, substituting the placeholder image in the background.
Regards,
Eva Kemp.
Hello,
Please read our documentation how to translate the theme:
https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate
Regards,
Eva Kemp.
Hello,
Sorry for a delay.
I’ve added the code in CSS Block of VC editor:
http://storage3.static.itmages.com/i/15/0611/h_1434019699_3592947_effec9fe77.png
Please check icon box elements now.
Regards,
Eva Kemp.
Hello,
Please provide us with correct FTP credentials and show us pages where wordpress admin bar at the top isn’t shown.
Regards,
Eva Kemp.
Hello,
1. Try to use this code in custom.css file:
.header-type-3 .main-nav {
height: 80px !important;
}
.menu-wrapper {
margin-top: -20px !important;
}
To change logo width use this code in custom.css:
.header-type-3 .logo-with-menu img {
width: 300px !important;
}
.header-type-3 .main-nav .menu {
width: 890px !important;
}
2. Unfortunately there is no such feature. Sorry.
3. To add background image to fixed header add this code in custom.css file:
.fixed-header {
background-image: url("http://hersbridaltest.jk-design.com.au/wp-content/themes/legenda/images/header.png") !important;
}
To change font use the code:
.fixed-header .menu > li > a {
color: #BCBDC0 !important;
font-family: Moon Flower !important;
font-size: 24px;
letter-spacing: 1px;
padding: 13px 5px;
text-transform: uppercase;
font-weight: 400;
}
6. I’ve added this code in CSS block of Visual Composer:
http://storage2.static.itmages.com/i/15/0611/h_1434017990_1743798_b825f3b727.png
Please check Contact page now.
Regards,
Eva Kemp.
Hello,
As I see “Add to Cart” buttons are shown now:
http://storage3.static.itmages.com/i/15/0611/h_1434029732_9320215_5cce4522fc.png
Is your issue fixed?
Regards,
Eva Kemp.
Hello,
Unfortunately it can’t be stretched for testimonials slider as the part of next testimonial will be shown. Sorry.
Regards,
Eva Kemp.
Hello,
You don’t need to move all files to child theme, just the ones you need to modify.
Regards,
Eva Kemp.
Hello,
I’ve added submenu item under Shop menu item.
Please check.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in private content.
Regards,
Eva Kemp.
Hello,
To change position of “out of stock” icon use this code in custom.css file:
.product-images .label-product .out-stock {
left: 85% !important;
}
As I see mail box is shown fine:
http://storage1.static.itmages.com/i/15/0611/h_1434011054_6554522_8845754117.png
To make “out of stock” message shown permanently add this code to custom.css file:
.single_variation_wrap {
display: block !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.