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, 5 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
The part that shows the photo thumbnails below the main image? Is this not an enfold thing? I have around 8 photos on each product and was hoping to show all the thumbnails below the main.
Hey Ismael,
wow, many thanks, it works, but I wasn’t exact enough. I meant only subcategories a certain product is assigned to. If a certain product category has subcategories A, B and C and a product is assigned to A and C then only A and C should be displayed. Possible?
By activating custom elements in Enfold settings it’s possible to insert WP Post Data or ACF fields. And there are also Dynamic WP Custom Fields like Theme Custom Field Shortcodes ({av_dynamic_el src=”wp_custom_field” key=”%metakey%” default=”” link=”” linktext=”” format=””}).And so I thought I can use this. But how?
Thanks again
Stefan
Hi, I recently installed the Enfold theme.
After I log in, click on Enfold -> Theme Options
I then make a change, such as uploading logo or change Frontpage.
When I click Save I get this generic error that shows on the screen which says
“Saving didnt work! Please reload the page and try again”
It then disappears after a few seconds. I have no idea what’s going on, but its not verbose any idea why I keep getting this? And yes, I’ve tried reloading the page many times.
Hello ENFOLDERs,
is this scrolling effect possible in ENFOLD?
https://www.transnetbw.de/de/mship
How to?
Thanks :-)