-
AuthorPosts
-
September 24, 2019 at 7:55 pm #1141531
Hi,
I have switched to Child Theme, then imported settings from parent.
After doing this, almost all settings in Advanced Styling and Quick CSS are no more working…
For example the menu, wrong fonts and size, general width of the site is 900px, should be 1310px, all H1-H6 not correct, …
Did reset all settings and re-enter again, same…
I need your help to fix this
Thanks in advancePS1: at same time, is there a option to remove the time from post widget (https://www.lundinp4.com/johan-sverdrup-accelerated-start-up-schedule/) ?
PS2: is there any way to have full size for images in posts (I have added Simple Image Sizes plugin at the time & Quick CSS to make it work) ?September 25, 2019 at 2:52 pm #1141826This reply has been marked as private.September 26, 2019 at 10:44 am #1142190Hi,
Thank you for the inquiry.
You have to import the parent theme settings after the child theme activation. The button is located in the Enfold > Import/Export panel. That should transfer the parent theme settings to the child theme.
Related thread: https://kriesi.at/support/topic/child-theme-for-an-existing-enfold-site/#post-787672
Best regards,
IsmaelSeptember 26, 2019 at 12:15 pm #1142237Hi,
This is what I done, but after this, Advanced Styling and Quick CSS are no more working…
I made it again, but the issues style there…
Need to fix Advanced Styling and Quick CSS, so they work, and also the website width, witch dos not work !
Thanks to fix this SAP… :)
PS: now the main site dos the same, if I switch theme…- This reply was modified 5 years, 1 month ago by LUPE_1222.
September 26, 2019 at 4:09 pm #1142336This reply has been marked as private.September 26, 2019 at 5:23 pm #1142422Hi,
I found out that if I use those code in Quick CSS in child theme :
@media only screen and (max-width: 1110px) {.av-main-nav > li.menu-item-avia-special { display: block; }
.av-main-nav > li { display: none; }
It make Advanced Styling and website width no more working!
Those code come from you support!
So at the time I did remove them from Quick CSS…
But we need a brak point for the menu, so it dos not go over the logo.
Please help us to get a code we can use for this case
ThanksSeptember 27, 2019 at 9:47 am #1142621Hi,
Thank you for that info.
There is a missing curly brace in that css media query. Please use the following css code instead.
@media only screen and (max-width: 1110px) { .av-main-nav > li.menu-item-avia-special { display: block; } } .av-main-nav > li { display: none; }
That should fix the issue.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.