Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1407044
    Katja Schirakowski
    Guest

    Hello,

    Thank you and kind regards,
    Katja

    #1407075

    Hey Katja Schirakowski,

    Thank you for the inquiry.

    I did the upload and activated id, but it is always the same:

    Did you import the parent theme settings after activating the child theme? The theme options has to be imported to the child theme in order to replicate the parent site. Please check the documentation below.

    // https://kriesi.at/documentation/enfold/child-theme/#how-to-install-the-child-theme

    And regarding the update, please refer to the documentation below for more information on how to manually update the theme via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    #1407450

    Hello Ismael,

    thanks for your reply.

    I did it like it is described – and I also imported the parent theme settings. But there are different colors and two additional rows in the footer widget (archive and category).

    The update is successful after using the envato market plugin. I read this here from Rikard and it was very helpful.

    Best regards,
    Kati

    #1407467

    Hi,

    Thanks for the update. So everything is working after you updated the theme then? If not, then please post admin WordPress login details in private, so that we can have a closer look.

    Best regards,
    Rikard

    #1407634

    Hi Rikard,

    “So everything is working after you updated…?”

    No, it is just the theme update which has worked by using the envato market plugin for wp. The theme is now up to date.

    The child theme thing didn’t work at all. Please, could someone have a look on it and deliver a really detailed instruction with pictures? I followed the manual about child themes but it NEVER ever worked. And I don’t understand why. Colors and menues/widgets are always differ from the parent theme. :-(

    There is also a small problem on the site: the font color in the search field is white – just like the background-color… How can I fix it?

    Thank you very much for your help and kind regards,
    Kati

    #1407697

    Hi,

    Thank you for the update.

    Did you create a site backup or a restore point? We recommend creating a backup of your site before proceeding with any changes. This will ensure that you have a restore point in case anything goes wrong during the process. Let us know once the backup is available so that we can proceed with activating the child theme and importing the theme settings.

    Best regards,
    Ismael

    #1407706

    Hi Ismael,
    yes, I have a backup.

    Best regards,
    Kati

    #1407899

    Hi,

    We have successfully activated the child theme and imported the parent theme settings. As part of the process, we have temporarily disabled the Enfold > Performance > File Compression settings. Once you have finished configuring the site, you can re-enable this feature.

    If you encounter any issues or need further assistance, please let us know. We’re here to help!

    Best regards,
    Ismael

    #1407925

    Hi Ismael,

    thank you very much. I just had to kick off two Widgets (archive and categories) in the footer (I don’t know why they are shown after switching to child theme) but it seems to be ok now.

    One thing is still a problem: the font in the searchfield is white (see my post above) and in the mobile menue the active link has white color, too and is not seen. Can you fix it? I tried but failed…

    Best regards,
    Kati

    #1408020

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    input#s {
      color: #000;
    }
    
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover span.avia-menu-text {
      color: #86bf13;
    }

    Best regards,
    Rikard

    #1408198

    Hi Rikard,
    thank you for your reply.

    I’m sorry but this doesn’t work for the input search field. The font color stays white.

    The font color for the mobile menue works! Thank you very much!

    Best regards,
    Kati

    #1408260

    Hi,

    Please try this instead:

    input#s {
      color: #000 !important;
    }

    Best regards,
    Rikard

    #1408291

    Hi Rikard,

    thank you very much – that’s it! It works! :-D

    Best regards,,
    Kati

    #1408357

    Hi Kati,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Switching to Child Theme doesn't work at client page’ is closed to new replies.