Hello,
Thank you for the reply. We’re glad the issue has been fixed now.
Don’t hesitate to contact us if you need more help.
Regards,
Eva Kemp.
Hello,
To make the shortcodes work in our theme, you need to insert prefix “etheme_” before shortcode words. For example: [etheme_products ids=”101, 45”] will display the products on your post or a page.
Regards,
Eva Kemp.
Hello,
Please provide us with the credentials to admin panel and FTP in Private Content.
Regards,
Eva Kemp.
Hello,
We bring our apologies for this terrible inconvenience! We are planning to relese our update within next week and you can be sure it will fix your problem. But we understand that it can be urgent for you, so you may fix this issue now, manually.
Edit file idstore/code/options.php , find if($doshortcode){
(line 5) and replace by if($doshortcode && is_string(ot_get_option( $key,$setting ))){
Edit file idstore/code/functions.php , find wp_enqueue_script('masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
(line 84) and replace by
wp_enqueue_script('get_masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
Regards,
Eva Kemp.
Hello,
You’ve been replied on this issue at the other topic https://www.8theme.com/forums/topic/button-problem-on-single-products-page/
Regards,
Eva Kemp.
Hello,
1. As I see ceiling tiles is showing as product page:
2. Please check if the button is working with the default theme.
Regards,
Eva Kemp.
Hello,
I’ve made the changes to Permalinks and now I’m able to open Product categories just fine. Please check the categories links from your side.
Regards,
Eva Kemp.
Hello,
Please follow the instructions on the documentation page https://www.8theme.com/demo/docs/legenda/index.html#!/demo_data_installation > Demo Data Installation.
If you still have issues, please provide us with the login details to admin panel in Private Content.
Regards,
Eva Kemp.
Hello,
We bring our apologies for this terrible inconvenience! We are planning to release our update within next week and you can be sure it will fix your problem. But we understand that it can be urgent for you, so you may fix this issue now, manually.
Edit file theleader/framework/options.php , find if($doshortcode){
(line 5) and replace by if($doshortcode && is_string(ot_get_option( $key,$setting ))){
Edit file theleader/framework/theme-functions.php , find wp_enqueue_script('masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
(line 50) and replace by
wp_enqueue_script('et_masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
Regards,
Eva Kemp.
As I see you’ve updated WP to 3.9 version.
There may be a bug in the theme after update. You may try to fix it editing the file blanco/code/functions.php , find wp_enqueue_script('masonry', get_template_directory_uri().'/js/jquery.masonry.min.js');
(line 47) and replace by
wp_enqueue_script('et_masonry', get_template_directory_uri().'/js/jquery.masonry.min.js');
If the issue still persists, provide us with the FTP access in Private Content.
Regards,
Eva Kemp.
Thank you for your reply.
You are always welcome.
Best regards,
Eva Kemp.
Hello,
You need edit the Home Page in your admin panel > Pages.
Regards,
Eva Kemp.
Thank you for the login details.
Also please give us the site name and describe what information have you filled and where the button needs to be set.
Regards,
Eva Kemp.
You can achieve this by editing the product category in admin panel > Products > Categories. Choose to edit the category “Collars” and add a banner for “Category Header”.
Regards,
Eva Kemp.
Hello,
Please provide us with the site and login details to admin panel and FTP to investigate the issue.
Regards,
Eva Kemp.
Hello,
Unfortunately there is no such feature to add a full width banner. But it can be done only if you disable sidebar.
If you have any other issues, we’ll be glad to assist you, just provide us with the admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
Seems some plugin creates the problem. Please try to disable the plugins one by one to find which one causes the issue.
Regards,
Eva Kemp.
Hello,
You need to add the following code to custom.css file:
@media(min-width:980px) and (max-width:1199px){
.header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
position: relative;
left: 325px;
}
}
@media(min-width:1200px){
.header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
position: relative;
left: 330px;
float:left !important;
}
}
Please try this and reply back if the problem persists.
Regards,
Eva Kemp.
Also please provide us with the credentials to wp-admin panel.
Thank you.
Hello,
You’ve been already replied on this issue in other topic https://www.8theme.com/forums/topic/problems-with-categories-and-permalink-settings/
Please check.
Regards,
Eva Kemp.
Hello,
1. When you create a new category and want it to be displayed as a separate one, you should choose “None” in Parent tab. So you need edit the subcategories and select “None” next to the Parent tab and not the category name.
Also some categories may not be shown because products aren’t added there.
2. To fix the issue with permalinks you should make the following changes in wp-admin panel > Settings > Permalinks:
– Under common settings select “Post Name”;
– Within the Option Menu put this in the box Product category base – /shop (or the name of your products page, e.g. /productos);
And save the changes.
Regards,
Eva Kemp.
Hello,
There may be a bug in the theme after update to WP 3.9. You may try to fix it editing the file blanco/code/functions.php , find wp_enqueue_script('masonry', get_template_directory_uri().'/js/jquery.masonry.min.js');
(line 47) and replace by
wp_enqueue_script('et_masonry', get_template_directory_uri().'/js/jquery.masonry.min.js');
If the issue still persists, provide us with the admin panel and FTP access in Private Content.
Regards,
Eva Kemp.
Hello,
We’ve fixed the bug on the checkout page.
Please check if everything is fine now. Let us know if more help is needed.
Regards,
Eva Kemp.
Hello,
Please provide us with the site and login details to admin panel to check the issue. You can write the information in Private Content.
Regards,
Eva Kemp.
Thank you for the feedback.
Don’t hesitate to contact us if you need any further assistance.
Regards,
Eva Kemp.
Hello,
You can send it in Private Content.
Regards,
Eva Kemp
Hello,
Could you please provide us with the site and admin panel credentials to check the issue on our side?
Regards,
Eva Kemp.
You are always welcome.
Regards,
Eva Kemp.
Hello,
I’ve made some changes to Permalinks in admin panel > Settings. Please check if the categories are displayed correctly.
Let us know if there is something else we can help you with.
Regards,
Eva Kemp.
Hello,
If you want to change the title “Shopping Cart” at the top right corner, you have to edit woo.php file, which you can find in admin panel > Appearance > Editor and replace Shopping Cart with Basket.
Regards,
Eva Kemp.