Hello,
Oh, I see. You can change it in 1543 line http://prntscr.com/d24z6w
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.
Hello,
Could you provide me the link to page where we’ll be able to see this issue.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
If you want to make equal size for all the product images, either upload images with the same sizes or enable Hard Crop in WooCommerce-> Settings-> Product -> Display and Regenerate thumbnails after that. Also, you can try to add Custom code for image size.
Regards,
Rose Tyler.
Hello,
Try to disable third-party plugins one by one, very likely one of them caused the issue.
Regards,
Rose Tyler.
Hello,
The problem is caused by 3rd-party plugin – WooMedia WooCommerce Rewards. I have disabled it and don’t see the problem anymore.
Regards,
Rose Tyler.