Hello,
I’ve reuploaded theme files and renamed old woocommerce folder to “woocommerce_old” in the directory wp-content/themes/royal. Now clear browser cache and check Cart page.
Regards,
Eva Kemp.
Hello,
I’ve reuploaded theme files and renamed old woocommerce folder to “woocommerce_old” in the directory wp-content/themes/royal. Now clear browser cache and check Cart page.
Regards,
Eva Kemp.
Hello,
You need edit the file wp-content/themes/royal/woocommerce/archive-product.php and move the code <?php do_action( 'woocommerce_archive_description' ); ?> in line 43 to line 80.
Regards,
Eva Kemp.
Hello,
I’ve imported .xml file of the needed template in Tools > Import in wp-admin panel.
Regards,
Eva Kemp.
Hello,
You can ignore that notice.
It’s related to Chrome browser. Please read the last comment here:
http://stackoverflow.com/questions/31358446/failed-to-clear-temp-storage
Regards,
Eva Kemp.
Hello @emeliech,
You need remove the lines 1235-1239 in the file wp-content/themes/royal/framework/theme-functions.php, the code is:
echo '<meta property="og:title" content="' . get_the_title() . '"/>';
echo '<meta property="og:type" content="article"/>';
echo '<meta property="og:description" content="' . $description . '"/>';
echo '<meta property="og:url" content="' . get_permalink() . '"/>';
echo '<meta property="og:site_name" content="'. get_bloginfo('name') .'"/>';
Regards,
Eva Kemp.
Hello,
Have you made any changes in the parent theme files?
Please provide us with FTP credentials.
Regards,
Eva Kemp.
Hello @emeliech,
We need to check your theme files to know what theme version you’re using and give you correct lines.
Regards,
Eva Kemp.
Hello,
3. The issue has been fixed.
Please check Theme Options now.
Regards,
Eva Kemp.
Hello,
Could you please show a screenshot of the issue as we don’t see such problem?
Also you’re using old theme version. Please update it to 2.11 version.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ 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!
Thank you.
Regards,
Eva Kemp.
Hello,
Ok, let us know if any assistance is needed.
Thank you.
Regards,
Eva Kemp.
Hello,
To reorder categories in product page sidebar?
In this case change order in Products > Categories, drag them as you wish.
Then use Woocommerce Product Categories widget in Appearance > Widgets > Shop Sidebar and select “Category Order” in “Order by” field.
Regards,
Eva Kemp.
Hello @emeliech,
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
This is option of new WordPress version.
If you want to remove it on wp-admin page edit the file wp-login.php in line 152.
Regards,
Eva Kemp.
Hello,
Glad to hear it.
If there are any questions feel free to contact us.
Regards,
Eva Kemp.
Hello,
1. Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.filter-wrap {
border-bottom: none;
}
2. Add this code in Custom CSS for mobile:
.checkout .col-lg-5.col-md-5 {
display: inline-block;
}
3. Please provide us with FTP credentials.
4. You can disable fixed header in Theme Options > General > Fixed navigation > Off.
5. Unfortunately there is no option to set different background images for different pages.
Regards,
Eva Kemp.
Hello,
You may try solution described in this article:
http://wpsites.net/web-design/previous-next-single-post-navigation-links-wordpress/
Regards,
Eva Kemp.
Hello,
As I see slow loading is caused by plugins and images.
You can try to speed up the site following the suggestions from these articles:
http://techtage.com/speeding-up-wordpress-sites/
http://www.sparringmind.com/speed-up-wordpress/
https://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action
http://premium.wpmudev.org/blog/10-best-image-optimization-plugins-to-speed-up-your-wordpress-site/
http://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website
Regards,
Eva Kemp.
Hello,
Try to disable all 3rd-party plugins and check “Quick View” after that.
If the issue still persists provide wp-admin and FTP credentials.
Regards,
Eva Kemp.
Hello,
You’re using Woocommerce registration form and password protection is related to their configuration.
You need contact Woocommerce support concerning this issue.
Regards,
Eva Kemp.
Hello,
I’ve checked your site and don’t see any errors in console:
http://storage5.static.itmages.com/i/16/0224/h_1456333297_3188251_4f1241d468.png
Please show a screenshot where you see it.
Regards,
Eva Kemp.
Hello,
Please show screenshots what you want to achieve and give direct page link where you’re making changes.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve added this code in CSS block of Visual Composer editor for the first product:
@media (max-width: 480px) {.row {
overflow-x: hidden;
}}
Please check it now.
Regards,
Eva Kemp.
Hello,
Please try to use this code in wp-content/themes/idstore/functions.php file:
// Custom redirect for users after logging in
add_filter('woocommerce_login_redirect', 'wcs_login_redirect');
function wcs_login_redirect( $redirect ) {
$redirect = wp_get_referer() ? wp_get_referer() : home_url();
return $redirect;
}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve updated translation file in the wp-content/languages/plugins directory.
Now “Clear” string is present for translation. You can edit it.
Regards,
Eva Kemp.
Hello,
1. The reason is your original image is too small. You need upload it in higher resolution with approximate sizes 1,425px × 1,900px.
2. Upload hight resolution images and set dimensions in Woocommerce > Settings > Products > Display. Then regenerate thumbnails with the plugin http://wordpress.org/plugins/regenerate-thumbnails/ .
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css file:
.main-footer .et-twitter-slider, .main-footer .mc4wp-form {
text-align: left !important;
}
To change icons for social media icons use this code:
.menu-social-icons .ico-twitter:before {
content: url(http://path_to_image_icon);
}
.menu-social-icons .ico-facebook:before {
content: "\f09a";
}
.menu-social-icons .ico-pinterest:before {
content: "\f0d2";
}
.menu-social-icons .ico-google-plus:before {
content: "\f0d5";
}
.menu-social-icons .ico-envelope:before {
content: "\f003";
}
or replace current icons code "\f003", "\f0d5" etc. with Font Awesome icons https://fortawesome.github.io/Font-Awesome/icons/ .
To change the links to your profiles you need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1918), find the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank"> and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.' with a link to your Twitter account.
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.