Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
The wishlist button should be there.
Also you can hide this box via adding CSS code in Global Custom CSS.
.footer-product{
display:none !important;
}
Regards,
Robert Hall
Hello,
Can I ask why that is Robert?
Because our theme used some animations and CSS code that is not supported with IE browser.
And is there anyway of making it better for the IE browser or disabling add to cart ajax for IE only?
You can write your suggestions here:
https://www.8theme.com/topic/woopress-suggestions-and-proposals
Regards,
Robert Hall
Hello,
1) You can install the recommends plugin such as Wishlist and you’ll see the Wishlist button there.
2) Please try to add this code in Global Custom CSS.
.copyright.text-color-default .menu-social-icons i {
background-color: #353535;
}
Regards,
Robert Hall
Hello,
You can create the same row with background image and text there as you have below – http://prntscr.com/c40a41
http://prntscr.com/c40ari
Regards,
Robert Hall
Hello,
1) Please provide us with FTP credentials in Private Content.
2) Use this code in Global Custom CSS.
#nav_menu-3 .widget-title:after {
content: '';
display: block;
width: 100%;
height: 1px;
top: 8px;
left: 0;
position: absolute;
background: #000;
z-index: 1;
}
#nav_menu-3 .widget-title span {
background: #F7F1CA;
border: 1px solid black;
position: relative;
z-index: 2;
padding: 0 18px;
text-transform: uppercase;
}
3) Use this code in Global Custom CSS.
.footer-top .widget-title span {
background: #F7F1CA;
border: 1px solid black;
}
4)
.price_slider_wrapper .price_slider_amount button {
color: red;
}
Regards,
Robert Hall
Hello,
1) You can enable/disable the slider in Home Page setting. See screenshot: http://prntscr.com/c3zmms
2) As I see the anchor option displayed there – http://prntscr.com/c3znmq
Regards,
Robert Hall
Hello,
I’ve updated my theme, but unfortunately lost all my customization, including my Custom CSS. I am using the child theme. How can I be sure that whenever I update my theme on the live site that this won’t happen again? I’ve replaced it again with the 2.7 version to see if that might help but it didn’t.
If you’re using the Child Theme then you’ll not lose your changes after theme update.
I’m also having trouble with my Contact form. The checkboxes aren’t displaying properly. All the checkboxes appear in front before all my options. They should look like this site of mine (http://www.luxurykoshersafari.com/contact-us/).
Please provide us with link to the page and wp-admin access in Private Content.
Also… I’m unable to use Visual Composer in my Static Blocks.
Please update theme and plugins to the latest version and check issue.
Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
enter your purchase code of the theme to get the plugins.
Regards,
Robert Hall
Hello,
Sorry, but your query is unclear.
Could you please clarify us with more details? What this mean “Splash Page”?
Regards,
Robert Hall
Hello,
You can find these strings in /wp-content/plugins/woocommerce/i18n/languages folder (woocommerce-fr_FR.po file).
Regards,
Robert Hall
Hello,
You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”).
and change the following code
<a href="http://www.facebook.com/sharer.php?u='.$permalink.'" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
with your link
<a href="here is your link" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
Also we recommended to make all changes in the Child Theme.
https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
https://codex.wordpress.org/Child_Themes
Regards,
Robert Hall
Sorry for misunderstanding.
Our developers will be contacted you by mail. Wait a little.
Regards,
Robert Hall
Hello,
Yes, go to Download section and download the whole theme pack.
Regards,
Robert Hall
I’ve added the code above. Please check it.
Regards,
Robert Hall
Hello,
Please try to remove the code above and add the following in Global Custom CSS.
.header-type-6 .header .tbs span{
float: right;
}
Regards,
Robert Hall
Hello,
Unfortunately we don’t provide support for 3rd-party plugins.
Regards,
Robert Hall
Hello,
1) Use this code in Global Custom CSS
.menu .menu-full-width .nav-sublist-dropdown {
background-color: rgba(255,255,255,0.9);
}
2) I’ve added this code in in Global Custom CSS. Please check.
.social-ic{
display:inline-block;
margin: 0;
}
.middle-col .wpb_wrapper{
text-align:center;
}
3) Use this code in Global Custom CSS
#billing_company_field{
display: none;
}
Regards,
Robert Hall
Hello,
As I see you’ve already deleted the Google map – http://prntscr.com/c3jzv6
Is your issue solved?
Regards,
Robert Hall
Hello,
I’ve added the follwoing code in Global Custom CSS.
.page-heading-slider{
display:none;
}
Regards,
Robert Hall
Hello,
1) In this case we recommend use the Child Theme.
We have already created and included child theme in theme package. You just need to find royal-child folder in theme package and upload it to /wp-content/themes/ folder and you’ll see there the function.php file.
2) Use this code in Global Custom CSS
.btn {
border-color: red;
background-color: red;
color: red;
}
3) Use this code in Global Custom CSS
.header-type-17 .header-top .header-search span,
.header-type-17 .header-top .header-search .et-search-trigger .fa-search,
.header-type-17 .header-top .shopping-cart-widget .shop-text {
color: white;
}
4) Use this code in Global Custom CSS
.cart-bag .ico-sum,
.ico-sum:before,
.ico-sum:after{
background-color: #274847;
}
5) Please clarify which exactly buttons you mean.
.category-description {
margin-bottom: 0;
}
6) Navigate to Footer statick block and remove this title in Widgetised Sidebar settings.
7) Use this code in Global Custom CSS
.footer-top .widget_nav_menu li a{
color: #000 !important;
}
8) Use this code in Global Custom CSS
.copyright-3, .copyright {
background: green;
}
.copyright.text-color-dark .textwidget{
color:white;
}
.copyright-3 .container .row-copyrights, .copyright .container .row-copyrights {
border-top: 1px solid #fff;
}
9) Use this code in Global Custom CSS
.widget_nav_menu li.current-menu-item a {
background-color: transparent;
}
10) Use this code in Global Custom CSS
.home .page-content {
margin-bottom: 0;
}
.home .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{
padding-top: 0px;
}
Regards,
Robert Hall
Hello,
1) I’ve reupdate the Home Page and slider was gone.
2) Please read more in our documentation how to setup the One Page.
https://www.8theme.com/demo/docs/royal/index.html#!/3_one_page
Regards,
Robert Hall
Hello,
Please add the following code in custom.css file
.slider-container {
position: initial;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Hello,
You can view the code of our contact form in \wp-content\themes\woopress\framework\theme-functions.php file.
See the // ! Registration Form section.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
I’ve added the following code in Global Custom CSS. Please check.
.cart-design-2.design-white .cart-bag::before {
border-color: transparent !important;
}
Regards,
Robert Hall
Hello,
As I see you’ve added this code in custom css
.header-type-6 .header .tbs, .header-type-6 .header .header-logo, .header-type-6 .header .navbar-header, .header-type-7 .header .tbs, .header-type-7 .header .header-logo, .header-type-7 .header .navbar-header, .header-type-8 .header .tbs, .header-type-8 .header .header-logo, .header-type-8 .header .navbar-header, .header-type-10 .header .tbs, .header-type-10 .header .header-logo, .header-type-10 .header .navbar-header {
width: 15%;
}
Please try to increase the width value.
Regards,
Robert Hall
Hello,
I’ve updated the WooCommerce-tr_TR.po file (\wp-content\plugins\woocommerce\i18n\languages) and there are a new strings without translation. Please check it.
Regards,
Robert Hall
Hello,
Unfortunately the IE browser does not support this effect. You can see the same issue in our demo theme.
Regards,
Robert Hall