-
Search Results
-
Running the latest version of Enfold, I clicked on the Update button for WordPress version 5.1.1 and the site broke, returning a 500 Internal Server Error. After some time on the phone with BlueHost (our web host), they were able to get the site back up after turning off the Enfold theme. Just turning off all plugins didn’t restore the site.
I reinstalled WordPress 5.1 (one version back), re-activated Enfold and everything is working again.
Can you please look into this issue between Enfold and WP 5.1.1? Credentials listed below. Thank you!
Dear support,
I am rather new at using the Enfold theme.
My goal is to build a popup slider using LayerSlider which was bundled with the Enfold theme.
I upgraded the LayerSlider plugin to be able to use the popup functionality.
Now I want to make a popup slider which is triggered by a click (on a weblink, a button, in the menu and on a button in a full screen slider).
LayerSlider wants me to enter a CSS/jQuery selector in a field for the popup slider.
That’s why I need to specify an “ID or class attribute on the button or element that should open the popup”.Is there a simple tutorial on how to do that in Enfold? I have already enabled custom CSS field by enabling “Show element options for developers” in the Enfold Child Theme Options. But I can see no options in the Enfold user interface (weblinks, buttons, menu). I am using the block editor.
Hello,
I’ve found myself in an extremely frustrating situation where the homepage on my website is now a blank page with my normal header / footer. I haven’t logged on in a number of months and wanted to edit some sections this evening. Upon logging in I noticed that WordPress had upgraded and now when clicking “edit” on the home page from the “pages” tab there is now a great deal of code at the top of the page. When I scroll down for quite a ways I get back to the Avia Layout Builder that used to be at the top. (I would love to view the builder like it was a few months ago.) Long story short, I started editing some colors on sections and wanted to see how they looked. Normally I just click preview and it works. This time it didn’t refresh the preview and it just showed the same color scheme unless I clicked update. Upon playing with the new colors I realized the update feature began to not work any longer as well. I tried clicking the “revisions” tab that to see if I can roll back the revisions I had made but instead it completely removed the entire page to where it is blank now. There is obviously some bug that is beyond my novice abilities with WordPress.
After doing some research I’m seeing that there have been a number of updates released since I last logged in. I tried upgrading WordPress and all the plugins, but couldn’t figure out how to upgrade the Enfold theme. Could this be the issue that I’ve run into? It appears I’m only running 4.2. Either way, it seems that my work is still available under revisions, I just can’t apparently load it nor view it when I click preview or update any longer. Any help on what I need to do to get back to my normal site would be much appreciated.
Hi guys,
Whenever I click the “Show more” button under my masonry gallery it simply does not work OR it does work but I get to see 2 scrollbars.
Any idea what might be causing this? I saw this issue first right after I tweaked the Enfold performance settings. Another cause might be my WPMU plugin.Would you mind taking a look, please?
Cheers :)
OK… I cannot just keep blaming my hosting or caching plugins anymore… I am just over it. I’ve disabled everything, I’ve taken steps I’ve never had to take, including dumping my entire server and reinstalling all software. The theme color changing (ironically about the simplest customization i can make) is constantly not working for me and resetting alternate text, buttons, and more to the original puke green theme colors. Despite the style selections showing me what I have picked.. I cannot tell you how at the end of my rope I am with it. I have NEVER had this problem before on ANY other theme. Its ridiculous that I have given this much time and effort in to just changing the theme colors and making them stay… I do not wish to spend any more time on this, I am not going to use enfold for this project. I would like a refund, that’s it. This has taken the better part of my work week and its just plain silly. I’m moving to a different theme. Perhaps a simple phone call could have resolved this… But not an option so… Refund or not, this theme will not be used on my site. Thanks. There was lots of cool in there. Nothing is worth this tho.
Hello,
I’m just using the reCaptcha V2 for one of our clients page.
Unfortunately the label settings for the send-button are not effective anymore when using the reCaptcha.
Could you advice how to change the label according to the backend form settings:

Right now we only can see the english label:

Thanks, Enrico
Topic: Enfold Button no target
Hello,
I am trying to define a target for the Button.
The button widget doesn’t have any possiblitiy to define a custom target. That’s why I use the code-widget.[av_button label='Zurück zur Übersicht' link_target='_main' link='manually,https://intranet.weber.wor/' size='medium' position='left' icon_select='yes' icon='ue841' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2z']“_main” is my custom target. But its not rendered.
Below you see the result which is genrated:
<section class="avia_codeblock_section avia_code_block_0" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="avia_codeblock " itemprop="text"> <div class="avia-button-wrap avia-button-left "> <a href="https://website.com/" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Back to overview</span></a> </div> </div> </section>Do you have any advice?
Thanks in advance,
SeppplHi! We got the Enfold running on a clients site that uses custom post types and used the below code in the function.php of the Child theme to get the Advanced layout builder with no issues… until updating to 4.5.4 and WP version 5.1
Everything that was previously done in Advanced Layout Builder is fine, and I can edit those posts with the ALB… New posts no longer have the “Advanced Layout Builder” button up near the “Publish” button.
Any ideas where to start, or has there been a change that effects the code we used:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'show'; /*instead add the name of the custom post type here*/ } } return $metabox; }Topic: conflict with plugin
Hi,
I have conflict with plugin but i think you can help me solve this problem.
I am using addtoany share button and few days ago we try enfolds new function custom footer and socket, “Select a page to display footer and socket”
everything is ok except on portfolio pages (Our Team) LINK at the bottom of every portfolio page is added share button. We did not set in settings of any share button to show on portfolio pages, only on posts.
How can i remove “any share button” from portfolio pages?
You can see when inspecting codes that it somehow import url of footer and socket page, and i dont know how to remove url from code.
Hi Enfold support,
I use the WP Courseware plugin. The course Unit Editor is the WordPress Gutenberg Editor. I’m using here the magic wand in Classic Editor, that add for example a Button element, but is not working.
But i can see them in preview mode, just not when the page is live.
Everything was working, then yesterday I updated the WordPress, the Wp Courseware plugin and the Enfold. Not working since the update.What can you do?
Thanks,
PeterTopic: Many errors on update Enfold
Hello !!
I have recently update to WordPress 5.0.3, PHP 7.0.6 and latest version of Enfold theme (installed in a different folder as original, named “enfold-child” under themes folder)
1. Nothing is shown (again) on media library, even that we have more than 100 objects there.
2. When I edit a page, lets use for this example INICIO in spanish section.
a. If you scroll down where you see a blue image
https://generagroup.com.mx/gift/1.pngb. Edit image and click on “Inser Image” button
https://generagroup.com.mx/gift/2.pngc. You won’t see any object from media library
https://generagroup.com.mx/gift/3.png3. When we display a page on frontend, use for this example http://fiscaltransparency.net/meettheteam
you will get a page with images and functionality, but if you go to same page but in spanish
http://www.fiscaltransparency.net/es/conocealequipo/
you won’t see it and a lot of errors are shown on browser console4. Question. I have notice that some of my posts were created using a different editor
https://generagroup.com.mx/gift/1.png
Those who were created or updated with “Advanced Layout Builder” does not display as I wanted, for others I made small changes at single.php file, but for this, which file should be updated ?5. Page INICIO on spanish was open on URL http://www.fiscaltransparency.net/es/inicio/ and redirected to http://www.fiscaltransparency.net/es
now on last url we got an apache error that was not there before !!!6. On page http://www.fiscaltransparency.net/es images and other objects on color bars are not been displayed.
Topic: FontAwesome Icons
Hi, I’m currently reworking my site and have added a few new icons that I needed through Fontello packs. Unfortunately their copy of fontawesome is quite outdated and is missing some key new ones that would be really useful for me (like artstation for one. I am a fontawesome pro member, so have license to use, but is there any other way I can integrate the new FontAwesome icons into the Enfold theme (ideally into the dashboard) so they can be used for buttons etc?
Hello
I tested woocommerce with enfold and found instead of order complete message, just get color section with no message in check out page after pushing purchase button. Because of this issue, customers cannot know if their purchase is done correctly or not. I give log-in credential and please check it.Thank you
ShinyaTopic: Enfold Header
Hi there
I am not a coder so you need to dumb any explanations down for me pretty please :-)I am trying to made a header like this example:
I would like to have the logo on the top left and then a phone number button on the right (that you can press and make the call from a mobile)
I would then like the page menu to be in the middle belowI can’t seem to find these options? Please could you explain how I can achieve this
many thanks
Topic: Horizontal slider
Topic: social share buttons
Hello enfold team,
Is it possible for me to have the social share buttons on the side of the portfolio page vertically lined up? and if possible, floating so as one scrolls up and down on the page , they are always visible?
thanks
Srishti

