Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 advance

    PS1: 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) ?

    #1141826
    This reply has been marked as private.
    #1142190

    Hi,

    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,
    Ismael

    #1142237

    Hi,
    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.
    #1142336
    This reply has been marked as private.
    #1142422

    Hi,
    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
    Thanks

    #1142621

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.