Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
Yes, if you update original style.css the changes will be lost after theme update. You need make changes in custom.css file or in Theme Options > Custom CSS > Global Custom CSS.
Best regards,
Jack Richardson.
Hello,
You need edit the page in Pages section and select “Disable” for “Show Page Heading” option on the right side of the editor.
Best regards,
Jack Richardson.
Hello,
Regarding the logo please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.fixed-header-area {
height: 85px;
}
.fixed-header-area .cart-bag {
top: 30% !important;
}
Please clarify the issue with cart. Show a screenshot if possible.
Thank you.
Best regards,
Jack Richardson.
Hello,
You can change menu items color in Theme Options > Typography > Menu Font. Please try it.
Best regards,
Jack Richardson.
Hello,
The problem was caused by WP SuperCache plugin. I’ve removed “cache” folder in wp-content directory and now cart is updated on home page. Please clear browser cache and check.
Best regards,
Jack Richardson.
Hello,
Please give us correct WP Dashboard credentials.
Also you need to update the theme to the latest version 3.3.
Before update delete “woocommerce” folder in the directory wp-content/themes/blanco/ 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).
Best regards,
Jack Richardson.
Hello,
Please add this code in Global Custom CSS:
.product-category .categories-mask span {
display: none;
}
Best regards,
Jack Richardson.
Hello,
Please add this code in Global Custom CSS:
.menu .item-design-full-width .nav-sublist-dropdown ul > li > a {
color: #5969ff;
text-align: center;
}
Best regards,
Jack Richardson.
Hello,
Go to Appearance > Widgets and add empty Text widget into “Left Side top bar area”.
Best regards,
Jack Richardson.
Hello,
You need edit the file wp-content/themes/classico/framework/shortcodes.php (find the section “! Share This Product” in line 552), to change links you need edit 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.
Best regards,
Jack Richardson.
Hello,
Regarding shipping address editing, I’ve set slug default Woocommerce slug “edit-address” in Woocommerce > Settings > Accounts tab > Edit Address and now you can edit shipping address via this link as shown on the screenshot http://storage3.static.itmages.com/i/15/0908/h_1441726869_5469503_36ac9fbadf.png .
Please clear browser cache and check.
Best regards,
Jack Richardson.
Hello,
Have you made any changes in the theme files?
May we reupload theme files?
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
I’ve increased memory_limit value to 96M in wp-config.php file. Please clear browser cache and check your site now.
Best regards,
Jack Richardson.
Hello,
Please show a screenshot what exactly you want to customize.
Thank you.
Best regards,
Jack Richardson.
Hello @Boutik,
The issue should be fixed now.
Please try to install templates now.
Best regards,
Jack Richardson.
Hello,
I’ve updated translation files. Please check Register page now.
May we reupload the theme?
Best regards,
Jack Richardson.
Hello,
You can make changes in my-site/wp-content/themes/legenda/woocommerce/ directory. We modified Woocommerce files there to change some styles.
Best regards,
Jack Richardson.
Hello,
Sorry, but there is no such possibility.
Best regards,
Jack Richardson.
Hello,
Please have a look at this message in WPML settings:
http://storage7.static.itmages.com/i/15/0908/h_1441716887_3642828_a47d68c5a5.png
That is the reason why links don’t work. You need check those options with your hosting provider.
Also check if links work properly with default WordPress theme.
Best regards,
Jack Richardson.
Hello,
You need to ask your hosting provider to increase post_max_size value to 40M. After that install demo content in Theme Options > Import/Export.
Best regards,
Jack Richardson.
Hello,
Go to Pages > edit Portfolio page and add your content there.
Best regards,
Jack Richardson.
Hello @FishouseWeb,
I’ve imported products images. Please check now.
Best regards,
Jack Richardson.
Hello,
I moved the code from Global Custom CSS to Custom CSS for desktop section. Please check the page now.
Those elements are created with Banner element in Visual Composer editor.
Best regards,
Jack Richardson.
Hello,
We edited import.php file in wp-content/themes/woopress/framework directory and now import process should work properly. Try to install demo templates now. Also I’ve updated Revolution Slider plugin to the latest version. Please check it.
Best regards,
Jack Richardson.
Hello,
Please check the file wp-content/themes/woopress/woocommerce/cart/cart-shipping.php. You can find the needed text in line 76.
Best regards,
Jack Richardson.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
1. I’ve removed menu in Appearance > Menus > Manage Locations tab > Main menu (right). Please clear browser cache and check it now.
2. You need create footer in Static Block section https://www.8theme.com/demo/docs/woopress/#!/0_footer and then add “8theme – Static Block” widget to “Footer 1” or “Footer 2” area in Appearance > Widgets.
Best regards,
Jack Richardson.
Hello,
1. As I see now the issue is resolved:
http://storage7.static.itmages.com/i/15/0908/h_1441705457_3165102_424ef46d6a.png
2. Edit also this file wp-content/themes/woopress/single.php in line 94 and comment the code:
<?php _e('by', ETHEME_DOMAIN);?> <?php the_author_posts_link(); ?>
<?php // Display Comments
if(comments_open() && !post_password_required()) {
echo ' / ';
comments_popup_link('0', '1 Comment', '% Comments', 'post-comments-count');
}
?>
Best regards,
Jack Richardson.