This topic has 41 replies, 4 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hello,
Sorry, but now there is an error “Server not found”.
Please check the issue with your hosting provider.
Thank you.
Regards,
Eva Kemp.
Hello,
The reason was you had the following code in style.css file of the child theme:
.tab-content-inner{
display:none;
}
I’ve changed it to
.tab-content-inner{
display:block;
}
And the products have appeared on the Home page.
Please check.
Regards,
Eva Kemp.
Thank you it works. Another problem i’m facing is when i add go to quick view or product detail page and add item to basket, it takes forever to load. Is there a bug with ajax? Because I am using SendPress for my newsletter and when i try to subscribe, the loading icon runs forever even after i have received the confirmation email.
Hello,
Please try to disable “Ajax filter” in Theme Options > Shop. This should fix the issue.
Thank you.
Regards,
Eva Kemp.
does that mean the theme is not compatible with ajax?
Hello,
There is a bug with ajax, which should be fixed in the next update.
Sorry for inconveniences.
Regards,
Eva Kemp.
okay thank you very much!. Let me know when the update is ready.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hi Robert,
Q1.
Can you please help me with centering a logo? I’m using the code (see below) but the logo is not centering on mobile and smaller screens.
Also how can I move the search icon+text to the right slightly?
Q2.
Is there a way to have a “reduced” header on all other pages. The big logo looks great on the homepage but is a problem on all other pages as it takes too much space. Can I have a much smaller header which is kind of similiar to ‘fixed tophav header’ on the rest of the pages?
.header-logo {padding-left:100px;}
.header-logo img {max-width: 520px; float:none;}
@media only screen and (max-width: 1200px){
.header-logo {
left: 150px;
}
.header-type-7 .header-logo {
text-align: center;
}
}
Hello.
1. Please add this code into custom.css file:
@media (max-width: 480px) {.header-logo img, .header-type-6 .header .header-logo img {
margin-left: -70px;
}
.header-search {
margin-right: 35px;
}}
2. In this case logo width should be decreased.
Add this code into custom.css:
.header-logo img {
max-width: 120px !important;
}
Regards,
Eva Kemp.
The issue related to '‘Centering Logo’' has been successfully resolved, and the topic is now closed for further responses