Hello,
As I see your original image has odd space http://storage7.static.itmages.com/i/16/1031/h_1477929666_8090059_afccf746a1.jpeg . Edit it with Photoshop and set dimensions in Woocommerce > Settings > Products > Display as shown in the documentation https://www.8theme.com/demo/docs/royal/#!/woocommerce . After that regenerate thumbnails.
Regards,
Eva Kemp.
Hello,
1. Masonry is a grid layout based on columns. Unlike other grid layouts, it doesn’t have fixed height rows.
2. There are no such settings in Post Grid element. You can edit dimensions via css.
3. Use this code in Global Custom CSS:
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: green !important;
}
4. Go to Theme Options > Blog Layout > Excerpt length (words) and enter words number you want to show for the posts.
Regards,
Eva Kemp.
Hello,
Please clear browser cache and check mobile menu now.
Regards,
Eva Kemp.
Hello,
There are no specific rules for subdomains in the theme.
This is not related to the theme, but to your server settings.
Also try to check the issue with some other theme on the same server.
Regards,
Eva Kemp.
Hello,
Sorry, please refer to this link https://wordpress.org/support/topic/product-sku-must-be-unique-1/
Regards,
Eva Kemp.
Hello,
Please take my apologies for misunderstanding, but I see difference only in design. Do you mean you don’t see arrows to scroll images?
Could you please show video of the problem?
Thank you.
Regards,
Eva Kemp.
Hello,
This is related to Woocommerce plugin and you have to ask their support team regarding your query or search among their extensions if they have any of such plugin.
Regards,
Eva Kemp.
Hello,
Please provide correct FTP and WP admin credentials.
Regards,
Eva Kemp.
Hello,
Try to increase the value for PHP Max Input Vars function from 1000 to 5000. Ask your hosting provider support to help you with it. Also ask them to check error logs as there may be notices about this problem.
Regards,
Eva Kemp.
Hello,
Try to disable all 3rd-party plugins and check Theme Options after that.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You can disable fixed header in Theme Options > General > Fixed navigation > Off.
Regards,
Eva Kemp.
Hello,
Please provide FTP and WP admin credentials in private content.
Please confirm we may reupload theme files.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but this is related to Woocommerce settings, not to the theme. You can contact Woocommerce support or search for their extensions to achieve what you want.
Regards,
Eva Kemp.
Hello,
I don’t see open category on mobile https://box.everhelper.me/attachment/626728/20215d5b-e1c9-481e-a74b-315a0873e17b/168674-F6D7Sp7srxFnEyPJ/screen.jpeg .
Try to clear browser cache and check again.
Regards,
Eva Kemp.
Hello,
You should make custom changes in child theme https://codex.wordpress.org/Child_Themes , so then you’ll be able to update the theme.
Please create a child theme and move modified files there. You’ll have to update the theme further, so you can’t use old version all the time. Make changes in the child theme and update the parent theme (create full back up before starting update process).
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re using old theme version. Update it to 2.8 version.
Also I see the folder “Royal_Theme-v2.8” in the themes directory, but some files are missing there. So reupload new theme version from the theme package.
Regards,
Eva Kemp.
Hello,
I’ve checked the product with default Woocommerce theme Storefront and the same issue persists there too. Check it yourself.
You need create all possible variations for your product, don’t leave it with “Any Size” option as you did and make sure you added prices for all variations.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
That text is available in the file wp-content/languages/plugins/woocommerce-it_IT.po:
http://storage7.static.itmages.com/i/16/1028/h_1477668609_2710732_5f688ee1f4.jpeg
Change it there.
Regards,
Eva Kemp.
Hello,
Please provide FTP credentials.
Regards,
Eva Kemp.
Hello,
What number do you mean?
Please clarify with more details and provide WP admin credentials in Private Content.
Regards,
Eva Kemp.
Hello,
When you’re logged in, caching and optimization doesn’t work. By default caching is disabled for administrators. That’s why you have such results. As for the theme, we optimized it as much as we could. Unfortunately for now there are no other solutions.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
This is default plugin styling.
Try to add this code in Theme Options > Custom CSS > Global Custom CSS:
.owl-theme .owl-controls .owl-buttons div {
background: transparent !important;
}
.owl-theme .owl-controls {
display: none !important;
}
Regards,
Eva Kemp.
Hello,
Sorry, but I don’t see any errors http://storage5.static.itmages.com/i/16/1028/h_1477657009_3080858_dbb48d7094.jpeg .
Please show a screenshot for better understanding.
Thank you.
Regards,
Eva Kemp.
Hello,
This is not related to our theme. The sku text may be saved in your database. Please refer to this topic.
Regards,
Eva Kemp.
Hello,
I don’t see any error for gallery images http://storage2.static.itmages.com/i/16/1028/h_1477645466_6417939_1dca2d93bc.jpeg .
Please show a screenshot and specify how to replicate the issue.
Regards,
Eva Kemp.
Hello,
I’ve disabled “Header transparent” option in Theme Options > Color Scheme, now the color you set is shown. Also added this code in Global Custom CSS:
.header-wrapper.header-type-3.header-scrolling .shop-text {
color: white !important;
}
.header-wrapper.header-type-3.header-scrolling .cart-bag .ico-sum, .header-wrapper.header-type-3.header-scrolling .cart-bag .ico-sum::after {
background-color: white !important;
}
.header-wrapper.header-type-3.header-scrolling .cart-bag .ico-sum::before {
border-color: white !important;
}
I’ve set typography settings for menu items in Theme Options > Typography > Menu Font.
Please check header now.
Regards,
Eva Kemp.
Hello,
You need edit this code in the file teaser-simple.html and write your date:
<script>
$(function(){
var newYear = (new Date().getFullYear())+1;
function setTimer(){
var today = new Date();
var finalTime = new Date("Sep,1,"+newYear);
var interval = finalTime - today;
if(interval<0) interval = 0;
var days = parseInt(interval/(1000*60*60*24));
var daysLeft = interval%(1000*60*60*24);
var hours = parseInt(daysLeft/(1000*60*60));
var hoursLeft = daysLeft%(1000*60*60);
var minutes = parseInt(hoursLeft/(1000*60));
var minutesLeft = hoursLeft%(1000*60);
var seconds = parseInt(minutesLeft/(1000));
$('.days').text(days);
$('.hours').text(hours);
$('.minutes').text(minutes);
$('.seconds').text((seconds<10)?'0'+seconds:seconds);
}
setTimer();
setInterval(function(){setTimer();}, 1000);
});
</script>
Regards,
Eva Kemp.