This topic has 8 replies, 4 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
I’ve just upgraded to version 2.0 (from 1.5) and now I have noticed two problems.
1) My child theme CSS styles aren’t being picked up properly. I have gone to the Custom CSS section in theme options and reenabled custom.css but still nothing. I have tried adding the styles in the new custom css input fields and still no good. I have cleared all caches also. Can you please help.
2) The product gallery on the single product page no longer has the scroll effect and instead the images are lined vertically. This was a problem before and your tech guys gave me some code for the child functions.php which fixed it. I have tied to remove that code to see if that resolves it but it’s no good. I have re-added the code and still nada. Please help with this also.
Hello,
Please provide us with wp-admin (full permissions) and FTP credentials in Private Content.
Regards,
Robert Hall.
I found the solution to the issue with the product images was that you had implemented a new option to enable/disable the slider and this was set to off by default.
However, the font issue is still there. The main nav and much of the text on the site is no longer showing in Open Sans.
Many thanks
Hello,
We know about the issue with font and are working on it. This bug will be fixed as soon as possible. Meanwhile you can add this code in custom.css file:
.menu > li > a {
font-family: "Open Sans" !important;
}
Regards,
Eva Kemp.
Thank you, but it’s not just the menu that is experiencing this issue.
I see there is another new update, does it contain the fix? The changelog hasn’t yet been updated so not sure.
Hello,
Try to use this code:
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans" !important;
}
Best regards,
Jack Richardson.
Hi Jack, thanks but I already added this in conjunction with Eva’s solution (thanks Eva!).
But what is causing this?I still have lots of font issues as these are not the only defined font classes, what is the overall problem and when will it be fixed?
Hello,
Our developers are working on this bug and it’ll be fixed in short time. It requires few days for the update.
Thank you for your patience and understanding.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up