Hello,
Go to 8Theme Options > Styling > Content > Top Bar background and set background color.
Sorry, there is no option to add cart icon to the top bar.
Regards,
Eva Kemp.
Hello,
Go to 8Theme Options > Styling > Content > Top Bar background and set background color.
Sorry, there is no option to add cart icon to the top bar.
Regards,
Eva Kemp.
Hello,
You’re using very old theme version which is not compatible with the new Woocommerce plugin version.
Please update the theme to the latest version 2.5.
Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
(it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
We can update the theme for you.
Please confirm you have a back up of your site and provide us with FTP/wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You’ve added this code in style.css of your child theme:
.shop-categories-menu {
width: 24% !important;
}
Remove it or change to this code:
@media (min-width: 1200px) {.shop-categories-menu {
width: 24% !important;
}}
After that check mobile menu.
Regards,
Eva Kemp.
Hello,
Use this code in custom.css file:
@media (max-width: 480px) {.top-cart-disabled .header-type-2 .search {
display: none !important;
}}
Regards,
Eva Kemp.
Hello,
Try to use this code in custom.css file:
@media (max-widthL 480px) {.banner .banner-content img {
margin-left: 20% !important;
}}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello,
Go Theme Options > Products Page Layout > Product Image Hover > select “Swap” option, then edit a product and upload image in the field “Upload image for hover effect” at the bottom of the product editor page.
Regards,
Eva Kemp.
Hello,
Please edit the file wp-content/themes/woopress/framework/theme-functions.php, find the function
if(!function_exists('etheme_enqueue_styles')) and add this code wp_enqueue_script('googleapis'); after the line wp_enqueue_script('jquery');
After that check Google map.
Regards,
Eva Kemp.
Hello,
Our demo site isn’t updated.
I’ve just tested new theme version and tabs are shown this way on mobile device:
http://storage9.static.itmages.com/i/15/1002/h_1443807646_7035845_45d6938965.png
Delete “woocommerce” folder in the directory wp-content/themes/royal/ and reupload it from a new theme package.
Regards,
Eva Kemp.
Hello,
Please read our documentation:
https://www.8theme.com/demo/docs/woopress/#!/5_registration_page
Regards,
Eva Kemp.
Hello,
I meant you need to comment that code, not to add it.
Comment it or remove it and check search form after that.
Regards,
Eva Kemp.
Hello,
To remove currency/languages icons you need add empty Text widget into “Left Side top bar area” in Appearance > Widgets.
Regards,
Eva Kemp.
Hello,
What version of Visual Composer plugin are you using?
Please update it to the latest one.
You can download it here https://www.8theme.com/download-plugins/ .
If the problem still persists please provide us with FTP and wp-admin panel credentials.
Regards,
Eva Kemp.
Hello,
Go to Theme Options > Header > Breadcrumbs Style and select “Background large”.
Regards,
Eva Kemp.
Hello @roosalbe,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
The code for footer is:
<div class="row">
<div class="col-md-3">
<div class="about-company">
<a class="pull-left" href="#"><img title="RoyalStore" src="<?php echo get_template_directory_uri(); ?>/images/small-logo.png" alt="..."><br></a>
</div>
<h5 class="media-heading">About <span class="default-colored">RoyalStore</span></h5>
<p>Lorem ipsum dolor sit amet, consect etur adipisic ing elit, sed do eiusmod tempor incididunt ut labore.</p>
<address class="address-company">30 South Avenue San Francisco<br>
<span class="white-text">Phone</span>: +78 123 456 789<br>
<span class="white-text">Email</span>: <a href="mailto:Support@Royal.com">Support@Royal.com</a><br>
<a class="white-text letter-offset" href="#">www.royal.com</a><br>
<?php echo etheme_share_shortcode(array()); ?>
</address>
</div>
<div class="col-md-3">
<div class="widget-container widget_text">
<h3 class="widget-title"><span>Informations</span></h3>
<div class="textwidget">
<ul class="col-ct-6 list-unstyled">
<li><a href="#">London</a></li>
<li><a href="#">Singapore</a></li>
<li><a href="#">Paris</a></li>
<li><a href="#">Moscow</a></li>
<li><a href="#">Berlin</a></li>
<li><a href="#">Milano</a></li>
<li><a href="#">Amsterdam</a></li>
</ul>
<ul class="col-ct-6 list-unstyled">
<li><a href="#">London</a></li>
<li><a href="#">Singapore</a></li>
<li><a href="#">Paris</a></li>
<li><a href="#">Moscow</a></li>
<li><a href="#">Berlin</a></li>
<li><a href="#">Milano</a></li>
<li><a href="#">Amsterdam</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3">
<?php
$args = array(
'widget_id' => 'etheme_widget_flickr',
'before_widget' => '<div class="footer-sidebar-widget etheme_widget_flickr">',
'after_widget' => '</div><!-- //sidebar-widget -->',
'before_title' => '<h4 class="widget-title"><span>',
'after_title' => '</span></h4>'
);
$instance = array(
'screen_name' => '52617155@N08',
'number' => 6,
'show_button' => 1,
'title' => __('Flickr Photos', ETHEME_DOMAIN)
);
$widget = new Etheme_Flickr_Widget();
$widget->widget($args, $instance);
?>
</div>
<div class="col-md-3">
<?php the_widget('Etheme_Recent_Posts_Widget', array('title' => __('Recent posts', ETHEME_DOMAIN), 'number' => 2), array('before_title' => '<h3 class="widget-title">','after_title' => '</h3>', 'number' => 2)); ?>
</div>
</div>
<?php
break;
case 'footer9':
?>
<div class="textwidget">
<p>© Created with <i class="fa fa-heart default-colored"></i> by <a href="#" class="default-link">8Theme</a>. All Rights Reserved</p>
</div>
<?php
break;
case 'footer10':
?>
<img src="<?php echo get_template_directory_uri(); ?>/images/assets/payments.png">
<?php
break;
Also you can find it in wp-content/themes/royal/framework/theme.php file (the section “! Footer Demo Widgets”).
Regards,
Eva Kemp.
Hello,
What theme version are you using?
Please provide us with correct FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Unfortunately there is incompatibility with WooCommerce Subscriptions plugin and the theme.
Please take our apologies but we don’t provide support for 3rd-party extensions.
Regards,
Eva Kemp.
Hello @gloriawave, @invemedia
This issue is related to Ultimate VC Addons plugin. We contacted them and received the reply:
We tested, at the moment – Fixed background property is creating bugs in Chrome.
See reports here –
http://stackoverflow.com/questions/22292357/fixed-background-image-bug-chrome-mac
http://www.cybertechquestions.com/css-fixed-background-attachment-blinks-in-google-chrome_118396.html
https://wordpress.org/support/topic/problem-with-fixed-backgrounds-in-chrome
if you google “Chrome bug with fixed background” you will find many people reporting the same.
The workaround for this is quick. Simply change fixed background to “Move with the content” (scroll) Further – you can apply parallax to it and make it even more beautiful.
Please try the suggestion of them.
Regards,
Eva Kemp.
Hello,
I’ve recreated your post.
Please check Blog page now.
Regards,
Eva Kemp.
Hello,
Seems debug mode is enabled in wp-config.php file. Disable it and check Dashboard after that.
Regards,
Eva Kemp.
Hello,
We can’t access your site:
http://storage6.static.itmages.com/i/15/1002/h_1443791682_7327478_8db98340a2.png
Is there Firewall on a server that is blocking access?
Please check it with your hosting provider.
Thank you.
Regards,
Eva Kemp.
Hello,
Have you made any changes?
Now I see this template for search results page:
http://storage6.static.itmages.com/i/15/1002/h_1443791156_3530807_fc98007db1.png
Also this requires additional customization for the search plugin that you’re using. Please take our apologies but we don’t provide support for 3rd-party plugins.
Regards,
Eva Kemp.
Hello,
1. The issue has been fixed.
Please clear browser cache and check now.
2. “Email address” is translated now. “Remember me” is not translated. You can find this text in de_De.po file in wp-content/themes/legenda/languages directory and translate it.
Regards,
Eva Kemp.
Hello,
As I see the price is changed when variations are selected:
http://storage7.static.itmages.com/i/15/1002/h_1443785835_2647661_7a3d34ffcc.png
Please describe step by step how we can see the issue.
Thank you.
Regards,
Eva Kemp.
Hello,
In this case you have to use “more” tag in page content to show “Read more” button.
Please refer to these articles:
https://wordpress.org/support/topic/cant-insert-read-more-link-on-page
http://www.wpbeginner.com/wp-themes/fixing-the-read-more-tag-problem-in-wordpress-static-pages/
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As I see you’re using 3rd-party plugin for payment.
Please take our apologies but we don’t provide support for 3rd-party extensions.
You have to contact the plugin author.
Regards,
Eva Kemp.