Hi,
We are recreating a website using Enfold (yay!) and needed to create a custom header widget to accommodate a donation image with link and the current social media icons they would prefer to keep. I followed the instructions for adding a header widget area as outlined in the Enfold documentation: https://kriesi.at/documentation/enfold/header/#toggle-id-2 Unfortunately, the widget area is in the top right instead instead of inline with the logo.
Could you tell me what we have overlooked? The URLs for the site we are replicating and the new Enfold site have been added to Private Content. Thank you.
A few years ago I modified toggles.php to change p.toggler to h2.toggler (plus other changes) to get the Accordion titles displaying as H2.
The code has changed dramatically since I did that and my changes no longer work. The topic was raised again here but the code has changed yet again since Guenni007’s solution a couple of months ago.
Günter implies a fix to allow this change to be selected in the ALB element would be in 4.9. The Changelog states
- feature: new options for ALB Elements:
- Accordion
- html tag for toggle title
but I can’t find any details on what an “html tag” means or how to use it.
Please can you advise if this new feature does what I want, and if so how do I implement it? The Enfold Documentation (https://kriesi.at/documentation/enfold/) makes no reference to HTML tags that I can find.
And if the feature doesn’t allow the titles to be changed via ALB, can you advise the code changes required in toggles.php to achieve the same?
PS. The Enfold Documentation site is constantly showing the cookie consent banner. After clicking OK to accept cookies, you select another page or topic and the banner re-appears.
Hi
I am using an add-on to The Events Calendar plugin, Community Events. This is for people to add events directly from the webpage. Since this plugin generates the pages it uses I can not see the admin or backend for that particular page and turn off showing footer on that page.
The footer is now showing up as just code on the bottom of the page. Any ideas on how to remove the footer (or make it show up correctly) on this page?
Regards
Nina
Hey Gunter,
I was wondering if the Horizontal Gallery ALB element could get some attention soon.
Would really enhance the usefulness of this element if it had the following features:
– Autoscroll on/off
– Continuous scroll (eg: when it gets to the last slide it continues to the first one, rather than hitting a dead end) on/off
– Use either images or posts (exactly like the Accordion Slider, where you can select either Image based, or Entry based)
– Display of captions/text on/off
On this last point, we have some custom code to output the images title or ALT on the page (see private field), but can’t seem to work out how to get a Caption to display. When building the element and inserting the gallery, you can setup captions and an image link. But this caption never seems to get outputted in the page code anywhere? Could it be? That way at least we could use that as a title for the images, but without affecting the image title/ALT tags globally (as these images are in use in other areas of the site as well).
Finally, just a Q to do with adding image links via the gallery. I see that it adds any custom link to the media library’s data as well. So does this mean that if this image is used in other parts of the site as well, that this image will always link? Is there a way to add links to the images in the Horizontal Gallery that wouldn’t allow that?
I hope that all makes sense, and I can’t wait to see what you have in store for Enfold 5 :)
Thanks Gunter,
Tim.
Hello Ismael,
thank you for reaching out.
I am using the Enfold Spa and the read-more tag is used in this version of the theme – see the pic below its a screenshot from the demo version https://kriesi.at/themes/enfold-spa/. — unfortunately, I can’t add the pic here.
Please check out the demo – the read more tags are on the homepage.
I used it and as I wrote it was gone for whatever reason. I had to install a plug-in to get the link option and read-more tag back. I just would like to understand why all of a sudden it was gone.
Thank you
Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_3 .slide-entry a.slide-image {
display: none;
}
Best regards,
Rikard
Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_3 .avia-content-slider-inner {
height: 330px;
}
.home #av_section_3 .avia-content-slider-inner .read-more-link a {
border: 3px solid orange;
border-radius: 5px;
margin-top: 10px;
padding: 8px 28px;
}
Best regards,
Rikard
Hi Ismael,
I’ve updated the Enfold theme to the latest version, but I’m still experiencing the same issue that I have described above.
I provided today’s Post link below, which is a scheduled Post and is NOT displaying the YouTube video from the Video Element. Then, this morning I created a new Post with the same video link and it’s displaying properly. Can you schedule a Post with a YouTube video?
Here is the daily publishing workflow:
1. YouTube video is scheduled to go from Private to Public at 12:00am EDT
2. The Post is scheduled to be made available at 12:10am EDT
Note: I would assume that since the Post is made available after the YouTube video was made Public there would not be a timing issue.
Let me know if you need any additional information. Thank you.
Best Regards,
Julio
Hey Jan,
Thank you for your interests on Enfold 5.0 (and oncoming versions).
There are 4 major features we plan. I can only give a rough idea here at the moment as we are still working on it:
– New ALB element “Section Slideshow” (like tab section you can create custom content slides and show them in a slideshow)
– Curtain reveal option for images, columns, images in masonry elements
– Positioning ALB elements inside their surrounding container (position: relative, absolute and this responsive)
– Parallax effect for ALB elements (planned is also left/right)
Best regards,
Günter
Hi Rikard,
In the meanwhile I found out that this plugin is no longer support by WordPress (https://wordpress.org/plugins/contact-form-7-to-database-extension/). Is there another best practice you can advice for storing the enfold contact forms into the database?
I have seen some threads but not keen on selecting another plugin which me working a little conflicting with Enfold.
Kind Regards
S
Hi Dave,
Please try the following in Quick CSS under Enfold->General Styling:
#socket .copyright {
font-size: 14px;
}
Best regards,
Rikard
This reply has been marked as private.
Hi,
Thank you for the update.
You have to create a folder called “shortcodes” in the child theme directory, and add this code in the functions.php file to register the new shortcode path.
/**
* Add filter to add or replace Enfold ALB shortcodes with new folder contents
*
* Note that the shortcodes must be in the same format as those in
* enfold/config-templatebuilder/avia-shortcodes
*
* @link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
*
* @param array $paths
* @return array
*/
function avia_include_shortcode_template($paths)
{
$helper_files = $paths[0];
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url . '/shortcodes/');
return $paths;
}
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
You can now create copies of the shortcode inside the new folder and do your own modifications to the element.
Best regards,
Ismael
Hi Rikard,
I just updated to the latest version a few minutes ago. Hence I have kept the Enfold version always up to date but have been experiencing this issue for a couple of months already (through multiple versions of the theme).
It might be worthwhile mentioning that I have a plugin installed which saves the submitted forms in the database (Contact Form to DB Extension). Shortcut name for this plugin is DF7DB plugin. Is there any chance that this plugin has impact on the form behavior potentially?
Kind Regards
Hey Enfoldfanatic,
Could you try updating the theme to the latest version (4.9.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi Robert,
Please try the following in Quick CSS under Enfold->General Styling:
div.title_container {
background: #000;
}
You can set to not show the footer in the Layout menu for each page, or under Enfold->Footer globally.
I’m not sure what a directory in the header means? Please try to explain your intentions a bit further.
Best regards,
Rikard
Hi,
Your theme license is valid for life, so you should not have to buy anything. You can always download the theme files from your Themeforest account. If you haven’t registered your theme license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/. Also please read this: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
If the files in question are located in a child theme, then you might have to copy them from WooCommerce to your child, then apply your customisation again after that.
Best regards,
Rikard
Hey virtualbis,
Please try the following in Quick CSS under Enfold->General Styling:
.av-main-nav>li>a {
padding: 0;
}
Best regards,
Rikard
Hi Team
I get an error message on my website.
“Warning: Creating default object from empty value in /www/wwwroot/fv/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 913”
I guess because I imported my old backup.
Hey stephen j mcateer,
Thank you for the inquiry.
You don’t need to get a new license for Enfold but you have to renew the support license when the current one is already expired. You can renew it directly from the Enfold overview page on Themeforest, make sure to login first.
// https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
For more info, please check this documentation.
// https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
Best regards,
Ismael
Hey ac1977,
Thank you for the inquiry.
Looks like an issue with the WordPress core files. Please make sure that WordPress is updated, latest version is 5.9.2, and the theme has to be updated to version 4.9.2.2. After the updates, please toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache.
Best regards,
Ismael
I am trying to utilize various CPTs for a project and see conflicting methods of how to achieve this within the forum entires. It used to be a short few lines added to the custom child theme functions file, but now it seems to have changed. Is there updated documentation for this anywhere?
I would like to be able to pull CPTs and their taxonomies, as well as be able to use the ALB for editing those CPTs.
Thank you,
-jason
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,
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,
Glad Nikko was 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 Nikko was 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 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,
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
Yes, I modified it.
The elements I added in the functions.php file worked fine for me on a previously installed version of Enfold.
Even deleting them does not allow me to recover the theme.
Could you share the steps to recover it?