Could you please check is this product has a description filled in admin panel? We can’t do this without admin access.
Regards
Could you please check is this product has a description filled in admin panel? We can’t do this without admin access.
Regards
Hello,
Yes, to solve this problem you need to contact your server providers and ask to update OpenSSL system library to the 1.0 version.
Regards
Ok, so we close this topic and move to another one.
Hello,
Here is a code that displays logo <div class="header-logo"><?php etheme_logo(); ?></div> and you can set it in any place you want in the center3.php file.
Regards
Hello,
Could you please provide a login and password to your website so we can see it?
Regards
Hello,
Put this code snippet to the custom CSS area for mobile devices to disable fixed footer for mobile. It should help
.page-wrapper {
margin-bottom:0!important;
}
.et-footer-fixed-on .et-footers-wrapper {
position: relative;
}
Regards
Hello,
Firstly, please check is “Fixed header” option is enabled in Theme Options -> General -> Header settings.
Regards
Hello,
Unfortunately, there is no such header layout in our theme. You can choose from available layouts in Theme Options -> General -> Header layout.
Regards
You are welcome.
Hello,
Ok, let try to clarify the situation and solve it as fast as possible.
So, your question was to show the logo in the header because now it is shown in a sticky header only, right? To do this, you need to remove the code we mentioned in the previous message.
This header layout is made to display logo in the top bar and if you want to see your logo in some different position you can choose another header layout in Theme Options / General / Header layout.
Contact us if you still can’t solve the problem and it is not clear for you how our header works at all.
Regards
Yes, but you need to disable it to change the product title position to breadcrumbs.
We are glad that you have found a solution.
Hello,
Our theme dummy content doesn’t include all product images since we don’t have rights to distribute them.
Regards
Hi,
You need to disable “AJAX add to cart for simple products” in Theme Options -> ECommerce -> Single product page.
Regards
Hello,
By default all composer’s elements have some padding. You just need to go through all elements and set padding to be 0 for example.
Regards
Hello,
You can quickly fix it with this CSS snippet
.page-heading .back-history:before {
top: -1px!important;
}
Regards
Do you mean Custom CSS that was provided on our support forum? But you can easily copy it from here again. Or just save it some file on your computer.
Hi,
Try to add this code to the Custom CSS to hide categories
.product-information .products-page-cats {
display:none;
}
Regards
Hello,
Please, provide us a link to the page with the product so we could test it.
Regards
Hello,
Great, you are welcome!
Sorry, but it is not possible to change their order on tablet with CSS
In this case, you need to show a page title and not a product name in the breadcrumbs. Try to switch an option in Theme Options -> ECommerce -> Single Product Page -> “Show product name above the price”.
Regards
Try to fix sidebar size with the following CSS trick
.sidebar {
max-width: 400px;
}
Regards
Hello,
It seems that you have changed some CSS code that cause validations errors. In this case, you need to clear all Custom CSS code and add everything one by one again and see what will work and what will not work correctly.
Write us about the result.
Regards
Hello,
1. Sorry, but there is no such option in our theme.
2. Don’t forget to regenerate all thumbnails after changes in WooCommerce images sizes. What image sizes for Shop Catalog images do you have now? And what do you want them to change to?
Regards
Hello,
Sorry, but the problem is not quite clear for us. We just checked your product page on mobile device and see the “Description” tab working correctly https://gyazo.com/3637e72361fe1ea98671dde06d62fa73
Regards
Yes, it would be the easiest way to change this text. Otherwise, you may need to do a customization in some PHP files that is not better solution.
Regards
Hello,
Thank you for the question.
Just write us about the menu dropdown you are interested in from our demo and we will prepare a static block for you (if it is built with a static block of course).
Regards
Hello,
We see that you added the following CSS code https://gyazo.com/9f0283ac5a142acfd775fd80ead71d86
Just remove it to display the logo in the header.
Regards
Have a nice day! 🙂