-
AuthorPosts
-
May 15, 2020 at 3:55 pm #1213320
Hi,
I purchased your theme at themeforest but cannot find the enfold child theme within the downloaded folder.
Thanks NoraMay 15, 2020 at 8:56 pm #1213445Hey NoraGTS,
Here are the docs for you:
If you need further assistance please let us know
Best regards,
VictoriaMay 16, 2020 at 10:04 am #1213520Thanks. 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;
}May 17, 2020 at 6:59 am #1213755Hi,
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,
RikardMay 18, 2020 at 9:34 am #1213957Hm, no there isn’t any further login credentials. You should be able to login with this information right away….
May 19, 2020 at 6:28 am #1214196Hi,
Please see screenshot in private. We can’t login to your site without those details.
Best regards,
RikardMay 19, 2020 at 9:38 am #1214242I 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 NoraMay 21, 2020 at 4:36 am #1214871Hi,
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,
RikardMay 21, 2020 at 6:55 pm #1215064What 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 NoraMay 23, 2020 at 8:36 am #1215374Hi 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,
RikardMay 23, 2020 at 10:16 am #1215405I 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 NoraMay 23, 2020 at 10:32 am #1215407In addition, I added a screenshot how it should look like ! Please see below!
May 24, 2020 at 2:21 pm #1215760Hi,
Thanks for that. Please try this in Quick CSS:
#media_image-2 { position: absolute; right: 0; width: auto; }
Best regards,
RikardMay 25, 2020 at 8:34 am #1216017Thanks – 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 NoraMay 25, 2020 at 9:44 am #1216057Thanks – 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!May 27, 2020 at 5:15 pm #1217052Thanks – 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 NoraMay 29, 2020 at 9:57 am #1217636Thanks – figured it out myself.
May 31, 2020 at 2:55 am #1218108 -
AuthorPosts
- The topic ‘Enfold Child Theme’ is closed to new replies.