Hello,
I’ve added text in your top side bar (Appearance > Widgets) and this some code in your custom css.
You can change icon and link http://prntscr.com/dp6up2
Please check it now.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Theme Options->Custom CSS->Global Custom CSS:
.widget-title:after, .footer-top .title:after {
top: 25px !important;
}
Regards,
Rose Tyler.
Hello,
You can add Font Awesome icons http://fontawesome.io/icons/ in the top bar.
Try to add this code in Text widget (Appearance > Widgets > Right top side bar area)
<a href="#"><i class="fa fa-credit-card fa-2x" style="color: #fff;
padding-left: 5px; padding-right: 5px;"></i></a>
you should write a page link instead of #.
Also, provide us with wp-admin login credentials in private content area and we will check your widgets areas.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
What widget do you want to modify?
You can write some CSS code in Theme Options->Custom CSS.
Regards,
Rose Tyler.
Hello,
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
Regards,
Rose Tyler.
Hello,
I’ve added the previous code in Theme Options->Custom CSS->Global Custom CSS. Please check my-account page now http://prntscr.com/dothcy.
To replace demo footer with yours, you need to disable it in Theme Options > General > Show footer demo blocks > Off. Then add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created.
https://8theme.com/demo/docs/royal/index.html#!/9_footer
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.woocommerce-account .content {
width: auto !important;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Please try to add this code in custom.css file:
.vc-mm-menu-h ul.vc-mm-menu li.vc-menu-item:before {
content: "";
height: 40px;
position: absolute !important;
display: block;
width: 100%;
top: 40px;
}
Regards,
Rose Tyler.
Hello,
Please read how to translate theme correctly https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate
Regards,
Rose Tyler.
Hello,
You’re welcome!
Thank you for congratulations and Happy New Year to you too!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Hello,
Oh, I see. Could you please, try to disable all 3-rd party plugins and then check.
Regards,
Rose Tyler.
Hello,
I’ve disabled the WP Super Simple Speed and mobile menu working fine. Please check it.
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.woocommerce-checkout .payment_box input#stripe-card-number {
width: auto;
}
.woocommerce-checkout .payment_box .form-row.form-row-last {
float: none;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please read how to enable Register link https://www.8theme.com/demo/docs/royal/#!/4_registration_page
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Go to Visual Composer > Role Manager > Post Types > Custom > tick needed elements.
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.top-bar li.my-account-link.firstItem :after {
content: "|";
color: white;
padding: 0px 10px;
}
Regards,
Rose Tyler.
Hello,
Great, feel free to contact us if you need any help.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day.
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
Have a nice day.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please try to add this code in custom.css file:
@media (min-width: 992px){
.modal-buttons {
display: none;
}
}
You should edit Products element that you added on your home page and set “Number of items” value in the element settings http://prntscr.com/do0q1t.
Try this code:
@media (max-width: 480px) {
.shopping-cart-widget .cart-summ > .cart-bag:before {
top: 8px;
left: 25%;
}
.header .shopping-cart-widget {
top: 20px;
}
.shopping-cart-widget .cart-bag{
padding: 5px 5px;
}
}
Regards,
Rose Tyler.
Hello,
Unfortunately, there is no such option.
To close first category http://prntscr.com/do0n87 you can edit the wp-content/themes/woopress/js/etheme.js file. Find and comment out line 1819
$this.find(‘>li’).first().find(‘.open-this’).html(minusIcon).parent().addClass(‘opened’).find(‘ul.children’).show();
Regards,
Rose Tyler.
Hello,
Try to add this code in custom css:
.single-product .product-information .price del:after {
content: "(prix neuf estimé)";
font-size: 11px;
position: absolute;
width: 100px;
top: 20px;
left: 0;
}
Regards,
Rose Tyler.