Hey brookjames,
You can change the logo to be used when the header is transparent under Enfold->Theme Options->Transparency Options.
Best regards,
Rikard
Hi Mike,
Oh, this really helped now. Allowing cookies on Safari for iPhone and all the mentioned features are visible. Please accept my apologies, it seems I may have blocked cookies in the recent past and forgot about that. Appreciated.
On my desktop PC I am working with different browsers like Firefox, Opera, Microsoft Edge preferably in private mode. And since the last two updates the mentioned features are not working anymore on Firefox. So this is still not clear to me although I allow Firefox to set cookies.
So here’s the update:
Enfold Cookie-Disclaimer does not work on Firefox
Scroll to top button does not work on Firefox
Plugin Portfolio Filter Gallery does not work on Firefox
Plugin NextGEN Gallery does not work on Firefox
Many thanks & all the best!
Matthias
Just starting setting up my second Enfold Site. I’m using the Single page restaurant demo.
I have changed my Logo in Enfold Theme Options, but my Logo only shows when it shrinks on sticky header. When at the top of the page where it integrates into the Fullscreen slider, it still shows the Enfold Logo. If I turn off the sticky header, only the Enfold Logo shows, but only on Desktop. Mobile shows the correct Logo.
Where do I change this?
TIA for any assistance.
-
This topic was modified 1 year, 6 months ago by
brookjames.
-
This topic was modified 1 year, 6 months ago by
brookjames.
-
This topic was modified 1 year, 6 months ago by
brookjames.
Hi,
Ok, I thought that you wrote:
This is what I found:
Enfold Cookie-Disclaimer does not work on Firefox and Safari
Scroll to top button does not work on Firefox and Safari
Plugin Portfolio Filter Gallery does not work on Firefox and Safari
Plugin NextGEN Gallery does not work on Firefox and Safari
Menue does not work on Safari
But when I check I don’t see an issue with these.
But note that Safari has changed their AD block settings to now block FB and other items, so you would need to manually disable this.
Also note that you typically need to accept the cookie settings for some elements to work like the NextGEN Gallery.
Best regards,
Mike
Hi,
Glad we were able to 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
This reply has been marked as private.
PS: in the newest Enfold 6.04 there is inside avia-snippet-sidebarmenu.js no difference between left and right sidebar.
Always only as selector for both .html_header_sidebar. So those files could be untouched !
only that one entry in enfold_functions.php had to be deleted (1556ff):
if( strpos($header['header_position'] , 'left') === false ){
$header['sidebarmenu_sticky'] = 'never_sticky';
}
and those entries inside avia_layout.php had to be adjusted ( f.e. for the required lines – see line 210 on my edited file )
avia_layout.php on pastebin: https://pastebin.com/RnmpK2Mu
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.home .comment-entry {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-Tabs-panel ul {
list-style: disc;
margin-left: 15px;
}
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi RoseNReckless,
Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. If you should need further help, then 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
Hello,
I am writing to you in regards to site samuelblack.co that I am helping my husband fix.
I have my own site rosenreckless.com where I use Enfold theme that I purchased and installed myself and that is the license number I am using for being able to log in a kris.
However, for samuelblack.co it was his old intern that purchased and installed Enfold theme (child) for the site back in 2015 and I do not have license number etc.
Until yesterday I was getting a critical error but at least I was able to log in to wp-admin, now I can’t even log in to the wp-admin.
I contacted our hosting company and they said that all the errors that I’m getting are with the theme and php configurations/critical/core files of the theme.
I was hoping you’d be able to help me out. I am not even sure where to begin.
Thank you
Ksenia
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
Hi mike. I can update WordPress core and plugins and there are no problems but I just can not download the Enfold demo
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#menu-test-menu-with-logo {
margin-left: 0;
}
I believe this corrects:

Best regards,
Mike
Hi,
Glad we were able to 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,
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/dynamic_avia/avia-footer-scripts-(.*).js
var avia_is_mobile
/enfold/js/avia.js
/enfold/js/shortcodes.js
/enfold/config-templatebuilder/avia-shortcodes/
/enfold/js/avia-compat.js
If you are also using the Wp Rocket REMOVE UNUSED CSS option you will also need to add this list to it:
.main_menu
.menu-item-avia-special
.av-hamburger
.av-hamburger-box
.av-hamburger-inner
.av-burger-overlay
.av-burger-overlay-scroll
.av-burger-overlay-inner
.av-active-burger-items
.av-burger-overlay-active
.av-burger-overlay-active-delayed
.av-hamburger--spin
.av-js-hamburger
.avia_hidden_link_text
.av-burger-menu-main
#av-burger-menu-ul
#avia-menu
.av-width-submenu
.av-active-burger-items
.current_page_item
.current-menu-item
.av-active-burger-items
.avia-menu
.av-main-nav-wrap
I’m not able to login to your site, I get an error that the user name is not valid, I also can not reproduce the error on your site.
Best regards,
Mike
Hi,
Glad we were able to 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,
Glad we were able to 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 instead
function enfold_widget_before_footer_for_single_portfolio() {
if(is_singular('post') || is_singular('portfolio')){
dynamic_sidebar( 'portfoliocontact' );
}
}
add_action('ava_before_footer', 'enfold_widget_before_footer_for_single_portfolio' );
Best regards,
Mike
Hi Mike,
Yes, we tried the information in this post. However, there isn’t any information on how we can exclude the menu. We tried something like: /mes-htdocs/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=6.0.2.
Can you tell us which .js files are responsible for the burger menu?
Best regards,
Thilo kiefer
Hi guys. I want to use a different enfold demo on the local host before I use it on the main site. but it can not download and import in the local host. is there any way to test the theme on the local host? because I want to see the elements and their adjustment in my ALB for better work and practice by Enfold’s ALB. I found their shortcodes in the Shortcodes of demo pages but I want access to elements in my back-end ALB.
Hi,
Glad we were able to 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
Hey Mike61,
Your snippet is using the hook ava_after_content, so it will show after the content, if you want the widget to show before the header you will need to use ava_main_header
Like this:
function enfold_widget_before_header_for_single_portfolio() {
if(is_singular('post') || is_singular('portfolio')){
dynamic_sidebar( 'portfoliocontact' );
}
}
add_action('ava_main_header', 'enfold_widget_before_header_for_single_portfolio' );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Hi,
Glad Ismael 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 CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#sec-schule01,#sec-zdf01,#sec-nix01,#sec-foo01 {
cursor: pointer;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
I’m not able to login to your site, I get an error that the user name is not valid.
Did you try the exceptions from the WP Rocket documentation? Then clear your site and browser cache.
Best regards,
Mike
Hi Team,
I use this code for show an widget Area after content (before header) for all portfolio items:
function enfold_widget_before_footer_for_single_portfolio() {
if(is_singular(‘post’) || is_singular(‘portfolio’)){
dynamic_sidebar( ‘portfoliocontact’ );
}
}
add_action(‘ava_after_content’, ‘enfold_widget_before_footer_for_single_portfolio’ );
But this don’t work – why?
Thank you
Michael
Can I have a look at this page? ( if you could not post the link here – send me an e-mail)
because I think it’s easier to achieve this in another way.
f.e. this way: https://webers-testseite.de/divider-on-sliders/
at the moment i try to use the given curve divider – that does not fit because it is a konvex Curve … so be a bit patient.
we can use the konvex Curve of Enfold – but we use than that negative option (invert) – in this way we had to differ on how to transform the divider svg.
so snippet gets an if / else clause now.
-
This reply was modified 1 year, 6 months ago by
Guenni007.
Hi
I wish to change Blog – Latest News to ‘Recipes’ on all posts. I’ve tried implementing this snippet, it doesnt seem to work
Also need to change link so it goes to recipes page rather than home page
Can you advise please
Kind regards
Duncan