Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Wow, thank you so much! For now, I’ve added the first CSS you gave me, but I like the way you have it on the sample site (centered at the top), so yes, I’m going to try it. And this will be so great to have on hand for future sites. I love Enfold and use it for all my sites, it is only the header that can still be difficult to customize. (So hoping some day the header will be a page option like the footer, or have more options for buttons and icons etc in the top bar). Thank you thank you. Your support is amazing, as always! (going to try this tomorrow).
Hi,
Thanks for explaining the your page won’t save (update) when the Yoast plugin is active, I see that this is your only plugin. I have not seen this issue but when I test your page I see this server error:
the server responded with a status of 500 (Internal Server Error)
I also see that your plugin has a update available and you could also update to Enfold 5.7, so please try updating both and try again, perhaps the updates will solve the error.
I don’t see anything wrong with your page, but if updating doesn’t help try checking your server error log for what is causing the Internal Server Error, it could help point to the issue.
Best regards,
Mike
Hi Mike,
pls check my enfold-child file
Hi JennyGr,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Guten Tag,
ich habe die Anleitung #1439344 befolgt und in der Enfold Child Theme-Funktionen (functions.php) den Code eingefügt und dann die Meldung bekommen:
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.
-
This topic was modified 1 year, 11 months ago by
manfredergott. Reason: erledigt
-
This topic was modified 1 year, 11 months ago by
manfredergott.
-
This topic was modified 1 year, 10 months ago by
manfredergott.
Hello dear team,
we have the problem on our site that the “Single Post Navigation” only works correctly on the pages that have in the URL /blog e.g. here
On pages that have “company” in the URL, the previous or next posts are displayed, but the link redirects to the current page.
What can be done here?
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Try this:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
if ( ( is_page(0000) ) :
dynamic_sidebar( 'header' );
endif;
}
adjust the number to your page ID
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hey Technohead,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 480px) {
.responsive #top .av-masonry-entry {
width: 49.9% !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Okay, I did what you said. And now I have a huge problem….
The site broke down. I got this notification:
Broken Themes
The following themes are installed but incomplete.
Name Description
Enfold Child The parent theme is missing. Please install the “enfold” parent theme.
Please help asap
Hi,
Please note that each time that you import a demo you should first reset the site to clear the demo settings, I recommend the plugin WP Reset.
Then for the parallax demo if the same page is set for the Frontpage Settings & the blog page the homepage will not load correctly, so please check that the blog page is not set, and says Select Page like this:

Best regards,
Mike
Hi,
That is height of the sidebar, it is set by the contents not by the height of the page.
To change the padding in the specific color section go to Layout ▸ Margin and Padding and choose a option:

Best regards,
Mike
Thanks Ismael.
True, I use a header.php template file in my child theme in order to use a custom webfont:
<link rel="stylesheet" type="text/css" href="/MyFontsWebfontsKit.css">
Ah, found something this is only used since Enfold v5.1.
However: Updated the header.php file in my child theme using the one from the parent theme now, enriched it with one line of code (see above) – unfortunately no change visible in the header layout.
Best,
Michael
Hi, I don’t know why, layer slider is asking me for a license, even if I paid for enfold and my license is valid. How can I go over that?
Hello
I got this answer from RM Support :-(
****
Pratik Deshmukh
20 hours, 59 minutes ago
Hello,
We have internally discussed this. Unfortunately, there is no easy way to provide an API or integrate the Rank Math Content AI feature with builder plugins like Enfold’s Advanced Layout Builder plugin. Unlike the Content Analysis API that requires only fetching the content and sending it to the Content Analysis API, the Content AI has various features. Creating an API for it to be integrated with other builder plugins would be difficult and would take a significant amount of time.
We have added this as a feature request, but we are not sure if we can make this work anytime soon.
Sorry for the disappointment.
***
What now… ?
We can’t give up! We came so close, we can’t crawl back…
Hey Yaphoon,
Thank you for the inquiry.
1.) To remove the author info, add this css code:
.blog-author, .entry-author-link, .date-container +.text-sep {
display: none !important;
}
2.) You may need to increase the height of the sliders in order to create space for the buttons. Please add this css code:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner,
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li,
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li img,
.av-8s87-7d0351f1511ec5a8401695817e77ff6a .avia-slideshow-inner li>a {
height: 360px !important;
object-fit: cover;
}
}
3.) To display the submenu items by default, you can set the Enfold > Main Menu > Burger/Mobile Menu > Menu Icon Submenu Items settings to the first option (Always display submenu).
Best regards,
Ismael
Hey Debbie,
Thanks for the link to your site, on the 2017 demo the logo on the homepage is the transparent logo, the setting for it is at Enfold Theme Options ▸ Transparency Options ▸ Transparency Logo I added it for you.
It is not a logo for a certain page, only for the transparent header and when the page is scrolled the other logo shows.
However, we can help with making a logo fore a certain page if you wish. Please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.shop_columns_3 .products .product {
width: 100%;
}
Best regards,
Rikard
Hi,
Thanks for the update. Please try this snippet instead in your child themes function.php file:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
if ( is_home() || is_front_page() ) :
dynamic_sidebar( 'header' );
endif;
}
Best regards,
Rikard
Enfold 2017 uses two different logos – 1 for the home page and one for all the other pages.
I created a white logo to use on the home page, but I don’t know how to point the home page to that image.
I’ve changed the logo in the enfold dashboard. For all pages other than home, it is pulling the color logo as it should.
But, on the home page, that uses a big layer slider, it needs to use the white logo and I don’t know how to make that happen.
HELP!.
Heike MirbachGuest
Hallo liebes der Theme-Support Team,
seit Stunden versuche ich verzweifelt ein drittes ENFOLD Them zu kaufen. Egal welche Karte oder welches Zahlungsmittel ich probiere (Drei Karten oder PayPal) immer kommt eine Fehlermeldung das des nicht Funktoniertmit dem Kauf. Alle Konten sind gedeckt. Woran kann das liegen . Bitte helfen Sie mir!
Hey Gianluca,
You can create another menu and then use it on mobile devices with the theme setting Enfold Theme Options ▸ Main Menu ▸ General ▸ Alternate Menu For Mobile

Best regards,
Mike
Hey Patrick,
Please post the code that you are trying to use, I don’t see this as an available filter in our documentation, in the theme files it seems to only get the map api and doesn’t seem to apply to map style.
Best regards,
Mike
Hi,
To make each item closer together try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#after_section_1 .avia-icon-list li {
padding: 0;
}
To make the sidebar widget scroll with the page try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_script(){
?>
<script>
(function ($) {
function a() {
$(window).scroll(function (e) {
var $sticky = $('#nav_menu-3');
var position = ($sticky.css('position') == 'fixed');
if ($(this).scrollTop() > 100 && !position) {
$sticky.css({ 'position': 'fixed', 'top': '150px', 'width': $sticky.innerWidth() });
$sticky.next().css('float', 'right');
$sticky.addClass('fixed_element_style');
}
if ($(this).scrollTop() < 100 && position) {
$sticky.css({ 'position': 'static', 'top': '0px', 'width': '' });
$sticky.next().css('float', 'left');
$sticky.removeClass('fixed_element_style');
}
});
}
a();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'custom_script');
Best regards,
Mike
Hi everyone!
Something really strange on a long-established Enfold site. I noticed that the blog url now has a “-2” on it and there are two almost-identical pages under “pages” for the blog. I went into theme settings and ‘Where do you want to display the blog” was empty, so I selected the title for the page that seems to be linked to the “-2″ page. There is no option on the dropdown menu for the page title of the blog url without the -2”
So to be more clear: the “new” page is “https://www.thomashenthorne.com/marin-real-estate-blog-2/” and the old page is “https://www.thomashenthorne.com/marin-real-estate-blog” with no “2.” I endabled a 301 redirect from the “2” page to the main page and no luck.
I am afraid to delete the “2” page for fear I’ll really break something, and am also worried about having duplicate page indexing issues in Google if I leave it as is. Have you seen this before?
Thanks,
Rob
Marin County Real Estate Blog
Hi there
I will finish the website with amazing enfold theme.
I still want make a little better
1. How delete the link of author in blog page (https://www.wlhtex.com/en/blog/)
2. The home page slide in phone display, the link lost, how to solve
3. The menu in phone display, how to show unfold menu

Thanks in advance
Wang
Buenas me fui hasta la opcion “Demo Import” y seleccione el tema “Enfold Parallax Demo” pero aun asi no monta en el sitio como debe de ser, segui los pasos que me indico pero no funciona, hay posibilidad que se conecten al WordPress y colocarlo como debe de ser?
Importe el Tema “One Page Portfolio Demo” y ese importo super bien
-
This reply was modified 1 year, 11 months ago by
dricom31.