-
Search Results
-
Hi guys.
I’ve been having problems with the responsive version of Enfold.
1. The Social Media buttons are non existent on the responsive version.
2. There is a beige bar between the navigation and the first picture. I don’t know why and I would love to get rid of it.
3. When opening the navigation it is pink. I would like to change the color and can’t find where to do it.II am a web designer and have already installed many Enfold Themes for my customers. With the latest installation (4.7.3) I can no longer find buttons for animations in the AV-Page Builder. In version (4.5.7) “Edit column” there is a tab with “Animation”. Version 4.7.3 is no longer available or is it hidden so that I cannot find it?
Topic: Cookie und Datenschutz
Hallo zusammen,
Leider werden mir einige Optionen bei den Cookie-Einstellungen nicht angezeigt.
Mir fehlen zwei komplette Reiter (oben habe ich nur den Reiter Datenschutz, sonst gibt es hier auch eine CookieRubrik).
Einige Cookieeinstellungen stehen nun unterhalbder DSGVO Reiter, jedoch unvollständig und ich kann keine neuen Buttons eröffnen, um meine Cookie-Einstellungen zu individualisieren. Enfold ist auf aktuellster Version (4.7.3) PHP 7.3 und WordPress 5.3.2 ebenso aktuell.
Bei einer andere Seite funktioniert alles super und alle Einstellungen sind vorhanden.Habt ihr eine Idee?
Vielen Dank im Voraus.
———————————
Hello, everybody,
Unfortunately, some options in the cookie settings are not shown to me.
I am missing two complete tabs (at the top I only have the Privacy tab) and I cannot open new buttons to customize my cookie settings. Enfold is up to date with the latest version (4.7.3) of PHP and WordPress.
On another site everything works great and all settings are present.Thanks a lot!
Topic: Few help needed
I recently purchased enfold theme and i need help on
1) the price shows in product page is really ugly looking, can i give it a style and visible in center?
2) In product grid, can i show some product description instead of price?
3) Can we customise height of product displayed on product grid?
4) Can we show Customer image little bigger on left side and add a read more button?waiting for reply
Topic: No carga bien el tema
Failed to load plugin url: http://www.huanchuyadm.com/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-buttons-4.js
Me siento timado, veo que a muchos les sucede este problema con este tema y demoran demasiado para dar una solución
Topic: Enfold – Dynamics content
Hi Enfold Team,
I need a dynamic element, I want the user to select one radio button option. Depending on the selection the content displayed should change. Is there a solution from enfold?
Thanks a lot!
Background Summary: I’ve used Enfold for many clients for many years, always use latest version of WP and Theme. Congrats on building something that works well, has been very reliable, and is always updated.
Issue Research: Making changes to a page in the Advanced Layout Builder (ALB) and clicking the Update button saves the changes to the database posts table successfully (and shows in Revisions), but NOT to the postmeta ‘_aviaLayoutBuilderCleanData’ field, and then the theme seems to be pulling from that field to display the page, which displays an old version of the page, not from the posts post_content field like normal. I’ve verified using Chrome Dev Tools that the POST submission has all the posts and postmeta fields with correct values containing the updates made, and gets a 200 success response, but the postmeta CleanData field is not updated for some reason.
Multiple Updates are made, and if using the Block Editor, clicking Update says it works, but displays the old version, and reloading the Editor page causes all those changes to be LOST. We’ve lost hours of work due to this issue. Changing the page status from Draft to Published seems to help for some reason. Cloning the page does not help.
I have tried multiple servers, migrating a site from one to another, same issue. Disabled all plugins, disabled all caching, same issue. It does not happen on all pages, but even removing sections of the page don’t seem to help, once it’s not working, it stops updating.
Interestingly, if I delete the ‘_aviaLayoutBuilderCleanData’ field value in the database, then the page updates ok, and the page displays ok. It doesn’t seem to recreate it right away either… a few updates work ok, then once it recreates it, it doesn’t display any updates made again, and the issue is back.
I searched and found many posts with similar issues, but most seem to be either certain text or sections or characters cause it to break, such as the special character replacement noted in the docs, and that’s a shame, the text should be escaped or something. If it’s parser related, it’s only affecting the CleanData field value, which is the problem. Upon failing to update, it should delete that field then, so it falls back to displaying from the posts post_content field like a normal site would
I have created a workaround that seems to solve the issue completely, and this code can be placed in the functions.php of a child theme, or as I prefer, use the Code Snippets plugin and have it fire only in the Admin:
function fix_for_enfold_page_builder( $post_ID, $post ) { $page_builder_active = get_post_meta( $post_ID, '_aviaLayoutBuilder_active', true ); $page_builder_shortcode_tree = get_post_meta( $post_ID, '_avia_builder_shortcode_tree', true ); if ( $page_builder_active && $page_builder_shortcode_tree ) { update_post_meta( $post_ID, '_aviaLayoutBuilderCleanData', $post->post_content ); } } add_action( 'wp_insert_post', 'fix_for_enfold_page_builder', 10, 2 );I would suggest Enfold stop using ‘_aviaLayoutBuilderCleanData’ completely, as it’s very concerning when updates show in Revisions and in the Editor, but are not actually used for the display of the content, that’s a major bug and no matter the cause, storing two versions of a page is bound to have issues and cause problems, not to mention take up twice as much space in the database.
Topic: no carga el editor avia
Is this possible in Enfold? Or do you know if there’s a solution for this for WordPress in general?
Here’s an example of what I’m talking about: https://www.securegive.com/world-changers-demo/
Hover over the “Select A Campus To Give” button.Thanks in advance!
Topic: 4.7.3 issue with masonry?
Hi,
since Enfold 4.7.3, masonry item for showing the posts (blog) with showing the sort option:
A) clicking on a category give me 2 posts as a result. But there are 25 to show and the setting is: show 16 posts per page. So the masonry gives the button “load more”. After clicking I get 6 more. (that are still not 16 but 8, so the user has to click again “show more”… and so on)
-> why is the first result not showing 16, then showing 9 more (=25)?
-> in other categories it’s quite the same (instead of 16 posts 4 or 5 are shown even if there are over 200 posts)B) I have a shaky masonry blog overview, when clicking on the “load more” button. A second scrollbar is showing up for some seconds on the right side and the post images are flaring up for 1-2 seconds.
Thanks for help.
NautrinoTopic: Adding red more button
Hi
I m trying to add a read more button script to asn enfold site.
script take from this site:
https://codepen.io/chun-wong/pen/gKyero
I’ve enqued the script in child theme functions.php, but just cant get it to work. Are you able shed any light?
kind regards
Duncan






