Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1213320

    Hi,
    I purchased your theme at themeforest but cannot find the enfold child theme within the downloaded folder.
    Thanks Nora

    #1213445

    Hey NoraGTS,

    Here are the docs for you:

    If you need further assistance please let us know
    Best regards,
    Victoria

    #1213520

    Thanks. So I installed the child theme because I would like to have TWO Logos in my top menu.
    I added a header widget, added a picture and also the following code – but the second image is not showing.
    #top #header #header_main .widget{
    width: 100%;
    }
    #top #header.header-scrolled #header_main .widget {
    padding: 5px;
    }

    #1213755

    Hi,

    Thanks for the details, I’m guessing those are for WordPress? There is a htaccess login prompt before the login page, could you post those details in private as well please?

    Best regards,
    Rikard

    #1213957

    Hm, no there isn’t any further login credentials. You should be able to login with this information right away….

    #1214196

    Hi,

    Please see screenshot in private. We can’t login to your site without those details.

    Best regards,
    Rikard

    #1214242

    I reset it, please be so kind and try again with the credentials in the private content below – I just updated them here to https, that must have been the problem….
    Thanks Nora

    #1214871

    Hi,

    Thanks for that, login details are working for both htaccess and WordPress now. I see that you haven’t added this snippet to your functions.php file:

    //--------------------------------
    
    // Header widget area for menu below
    
    //--------------------------------
    
    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    I tried adding it myself but it’s not working:

    Kommunikation mit der Website, um auf fatale Fehler zu prüfen, nicht möglich, daher wurde die PHP-Änderung rückgängig gemacht. Du wirst deine veränderte PHP-Datei mit anderen Mitteln hochladen müssen, wie per SFTP.

    Please add the code via FTP instead, or share FTP login details in private if you need help adding it.

    Best regards,
    Rikard

    #1215064

    What a weird error message.
    Thanks so much. Could you tell me where in FTP I need to upload it? I added the ftp access below.
    THANKS Nora

    #1215374

    Hi Nora,

    Thanks for that, I’m not able to connect with those details though. Please see private. If you can connect then please add the code I posted to the bottom of your functions.php file.

    Best regards,
    Rikard

    #1215405

    I added it but now it looks really weird.
    I would like to have my main logo to the left, and the second logo to the right of the page.
    Now the one logo that should go to the right is on top of the other and far to the left.
    THANKS Nora

    #1215407

    In addition, I added a screenshot how it should look like ! Please see below!

    #1215760

    Hi,

    Thanks for that. Please try this in Quick CSS:

    #media_image-2 {
        position: absolute;
        right: 0;
        width: auto;
    }

    Best regards,
    Rikard

    #1216017

    Thanks – that brought the second logo to the right side – but I need it to be aligned correclty. In that case it should finish above the search option in the menu – and on scroll down it would need to reduce it’s size and stay on the top level, just like the left logo.
    THANKS Nora

    #1216057

    Thanks – that brought the second logo to the right side – but I need it to be aligned correclty. In that case it should finish above the search option in the menu – and on scroll down it would need to reduce it’s size and stay on the top level, just like the left logo.
    … and, it would be great if the second logo could just disappear on mobile! Would you know the code for that?
    Thanks so much!

    #1217052

    Thanks – that brought the second logo to the right side – but I need it to be aligned correclty. The right logo needs to move in to the left so it is placed above the SEARCH sign in the header.
    Also, on scroll down it would need to reduce it’s size and stay on the top level, just like the left logo.
    … and, it would be great if the second logo could just disappear on mobile! Would you know the code for that?
    I attached a picture…
    THANKS Nora

    #1217636

    Thanks – figured it out myself.

    #1218108

    Hi,
    Glad to hear, sorry for the late reply and thanks for using Enfold.

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Enfold Child Theme’ is closed to new replies.