Hello,
You can add empty text widget to Footer Links area in Appearance > Widgets.
Please try it.
Thank you.
Regards,
Eva Kemp.
Hello,
You can add empty text widget to Footer Links area in Appearance > Widgets.
Please try it.
Thank you.
Regards,
Eva Kemp.
Hello,
As I see this font size is 20px:
https://s3.amazonaws.com/fvd-data/notes/168674/1425462534-pAo725/screen.png
If you want to make it smaller, write lower value.
Thank you.
Regards,
Eva Kemp.
Hello,
As I see slider is working now.
Is your issue resolved?
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry for a delay.
We’re investigating this issue.
We’ll let you know as soon as there is a result.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello @bkwyattjr,
You didn’t create attributes in Products > Attributes section.
You can watch this video tutorial:
https://www.youtube.com/watch?v=aen8ieJuB88
Thank you.
Regards,
Eva Kemp.
Hello,
Unfortunately in this case you have to change your hosting plan to higher.
Sorry.
Regards,
Eva Kemp.
Hello,
I’ve selected “My Account” page in Woocommerce > Settings > Accounts tab > My Account Page.
Please check the link now and clear browser cache before.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve just checked orders in Woocommerce section in admin panel and all information about order is shown.
Please clarify your issue with more details.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve added margin value to the row with pricing table element.
Please check the tab now.
Thank you.
Regards,
Eva Kemp.
Hello,
The double payment issue has been fixed.
Concerning that message, you shouldn’t worry, it won’t affect your site work. We modified Woocommerce files in wp-content/themes/royal/woocommerce directory and old versions can be written in our files, but it means nothing wrong for your site.
So you can be calm.
Thank you.
Regards,
Eva Kemp.
Hello,
Sorry, but we didn’t receive any information.
If you write some text in private content you should also write something in public post as private content won’t be published.
Please resend the credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
We’ve not overwritten any files. Please try to restore a back up at your host. They should make backups of your sites.
Please try it.
Thank you.
Regards,
Eva Kemp.
Hello,
We recommend to make style changes in custom.css file or in style.css of a child theme because after theme update your modifications in the original style.css will be overwritten.
Thank you.
Regards,
Eva Kemp.
Hello,
You can copy the code from the file shortcodes.php (section “! Share This Product”) in the directory wp-contnent/themes/royal/framework or insert the code you’ll find on social websites helpbase.
Thank you.
Regards,
Eva Kemp.
Hello
Please select Header type 3 from Theme Options -> Header. To make the transparency you need select slider in home page editor: http://i.imgur.com/IDP6Jsj.png
Also put this code into your custom.css file:
.header-type-3{
background-color: rgba(224, 202, 174, 0.79);border-bottom:0;
}
.fixed-header-area, .header-type-3 {
background-color: rgba(224, 202, 174, 0.79);border-bottom:0;
}
.menu > li > a:hover {color:pink !important;}
Thank you.
Regards,
Eva Kemp.
Hello,
As I see you made a lot of changes in our theme. Please try to upload our original theme files and check if footer works there.
Thank you.
Regards,
Eva Kemp.
Hello,
You need use this code:
.et-twitter-slider .et-tweet {
font-size: 20px;
}
Thank you.
Regards,
Eva Kemp.
Hello @prakash,
You need remove the files wp-content\themes\woopress\woocommerce\wishlist.php and wp-content\themes\woopress\woocommerce\checkout\review-order.php.
To fix the issue with “Returning customer” link edit the file \themes\woopress\js\etheme.js on line 1052.
Please find and replace the following code:
$('a.showlogin').click(function(){
$('form.et-login').slideToggle();
return false;
});
to
$('a.showlogin').click(function(){
$('form.login').slideToggle();
return false;
});
Thank you.
Regards,
Eva Kemp.
Hello,
All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want directly from us. You can download the plugins at this link https://www.8theme.com/download-plugins/ . We update plugins with theme updates from time to time so plugins will be also updated with each next theme update. The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest and not only in our case.
You can try to close that message. It’s loaded from LayerSlider plugin.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
To remove copyright text you need add empty Text widget into Footer Links and Footer Copyright areas in Appearance > Widgets or add your content there.
To change widget title color in footer use this code in custom.css file:
.main-footer .widget-title span {
color: #1E73BE !important;
}
For other text use this code:
.main-footer .blog-post-list .media-heading a, .main-footer.text-color-light .blog-post-list .media-body, .main-footer.text-color-light a {
color: black !important;
}
The number “11” is added in your static block “Footer 1” in text block. You can remove it from there and height will be smaller.
Thank you.
Regards,
Eva Kemp.
Hello,
In this case you need edit the file wp-content/themes/royal/headers/parts/top-bar.php and add the code for social icons instead of currency one.
Regards,
Eva Kemp.
Hello,
Did you receive our previous post?
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello @ckronus,
I’ve edited the file wp-content/themes/blanco/woocommerce/checkout/form-checkout.php.
Please check your site now.
Thank you.
Regards,
Eva Kemp.
Hello @Cheyco,
We’re glad the issue has been solved.
If there are any questions feel free to contact us.
Thank you.
Regards,
Eva Kemp.
Hello,
Thank you.
We appreciate our customers feedbacks very much.
If there are any questions feel free to contact us.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
For other buttons you can use this code:
.btn {
background-color: red;
color: black;
}
Thank you.
Regards,
Eva Kemp.