Hello,
In this case, you should disable zoom effect in Theme Options > Single Product Page.
I have done that. Please check your site now.
Regards,
Rose Tyler.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Also, on our demo we use images with sizes 2,160px × 2,349px, but in your case they should be at least 600px. Please try to add image with the bigger size.
Regards,
Rose Tyler.
Hello,
Create a separate menu and add it in Appearance > Menus > Manage Locations http://prntscr.com/d2hzt1
If you want to add additional links in Shop sidebar you can create a menu and use Custom Menu widget. Also you can add Custom Menu widget into “Left Side top bar area” or “Right Side top bar area” in Appearance > Widgets, disable current Sign In link in Theme Options > Header.
Regards,
Rose Tyler.
Hello,
To show image overlapping the header you need use Revolution Slider plugin and create a slider, then edit your home page and select the slider in “Show revolution slider instead of breadcrumbs and page title” section on the right side of the editor. Also, you need to use 2nd header type in Theme Options > Header.
Regards,
Rose Tyler.
Hello,
Please provide us with link to your portfolio page.
Also, you can try add this code in Custom CSS:
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:nth-child(2) {
display: none;
}
Regards,
Rose Tyler.
Hello,
Go to Woocommerce > Settings > Products > Display and change the settings. Use hard crop if you want to crop images. Then regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.cart-bag .ico-sum, .cart-bag .ico-sum:after {
background-color: #d2d2d2 !important;
}
.cart-bag .ico-sum:before {
border-color: #d2d2d2 !important;
}
Regards,
Rose Tyler.
Hello,
You can translate the text in the file wp-content/themes/royal/framework/theme-functions.php in lines 1559, 1562. Keep this file safe to avoid losing changes after theme update.
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.header-wrapper {
background: black;
}
.home .header-wrapper {
background: transparent;
}
Regards,
Rose Tyler.
Hello,
Please read this topic https://www.8theme.com/topic/mega-menu-and-top-bar-edition/
Regards,
Rose Tyler.
Hello,
Your products images have different original sizes. You should upload them with similar dimensions, then edit Woocommerce settings > Products > Display and add the correct size for Catalog Images. Use hard crop if you want to crop images. Then regenerate thumbnails.
Or you can try to add this code in custom css:
.product-image-wrapper.hover-effect-swap {
height: 375px;
}
.products-grid .product .product-name {
height: 35px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Rose Tyler.
Hello,
Go to Dashboard > Woocommerce > Settings > Products > Display > ‘Add to cart behaviour’ and disable “Redirect to the cart page after successful addition”.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Edit row settings http://prntscr.com/d1m27c and select “Stretch row” or “Stretch row and content”.
Regards,
Rose Tyler.
Hello,
You are welcome!
We’re glad to hear that your issue was solved.
Feel free to ask if you need any help.
Regards,
Rose Tyler.
Hello,
You need add this code in Custom CSS:
.vc_custom_1432199358458 {clear: both}
Regards,
Rose Tyler.
Hello,
Please provide us with link to the site and wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
Read more here how to translate:
https://www.8theme.com/demo/docs/royal/index.html#!/1_how_to_translate
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
If you want made style changes you need edit custom.css file (Theme Options > Custom CSS, also, Enable Custom CSS file) only then you won’t lose them.
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.blog-post h6 {
display: none;
}
.content > p {
display: none;
}
Regards,
Rose Tyler.
Hello,
To display Brand logo on single product page go to Products > edit a product and mark a brand on the right side of the page editor.
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.progress-button.etheme_add_to_cart_button.product_type_simple {
display: inline-block !important;
}
.product_type_simple {
display: none !important;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.archive .filter-wrap {
order: 1;
}
.archive .content.main-products-loop.col-md-12 {
display: flex;
flex-direction: column-reverse;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Could you please show on a screenshot what you want to change?
Also show a direct page where changes should be made.
Regards,
Rose Tyler.
Hello,
Try add this code in Custom CSS:
.left-icon .aio-icon-left {
vertical-align: middle !important;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.before-checkout-form .login label[for="rememberme"] {
display: inline-block !important;
}
Regards,
Rose Tyler.
Hello,
You can disable coupon field in Woocommerce > Settings > Checkout tab and uncheck “Enable the use of coupons”.
Regards,
Rose Tyler.