-
Search Results
-
Hello,
I’m hoping this bug has already been reported and is packaged in the next release but I will bring it up just in case.
After upgrading to the latest version of Enfold (4.2.6) and using any recent version of WooCommerce (currently 3.3.3), the single product pages break on the front-end if you have placed an “Add to Cart” button on the product page using the “Advanced Layout Builder”. I’ve tested multiple versions of WooCommerce and the issue is still present. Only when rolling back to an earlier version of Enfold does the bug go away. As of right now I have to leave the theme in an older version until this can be resolved or use the default WYSIWYG instead of the layout builder.
Is there a plan to resolve this bug and/or do you have a fix for the interim?
Thanks
Looking for older versions of the Enfold theme. I’m hoping 4.1 or older will work for an older website currently using an older Enfold.
I know you folks do give awesome support, but I feel the quickest fix for this website in question would be a more stable version of the theme.
If it matters, the current theme in use for this website is 3.2.
Updating the theme to 4.2 breaks the homepage video as well as random CSS values including footer links and buttons.
P.S. it appears the LayerSlider no longer works in 4.2 unless I purchase it?
>>Edit:
Seit dem Update werden einige Dinge nicht mehr korrekt angezeigt.
Icons sind ganz klein, Buttons werden nicht dargestellt usw….
>> Gelöst in dem der alte Enfold Ordner gelöscht wurde und per FTP neu aufgespielt wurde
Offen ist nur noch:
Und im Backend werden Termine vom Event Organiser nicht mehr angezeigt…
Bitte um Hilfe
Danke!Hi,
I’ve had multiple issues after upgrading to 4.2.6. I’ve followed a bunch of other posts here and have been able to fix most of them, but still having a few I’d love your help with. I have upgraded my PHP to 7, so I don’t think that’s the issue.The CSS for the buttons is now being ignored. Ones that should be centered are not anymore, there’s no padding, sizes are wrong, etc.
The self hosted video doesn’t seem to be loading on the home page in the link above.
Also, I had to remove the events_countdown.php file – it was causing the following fatal error. I upgraded automatically, upgraded via ftp – nothing worked to fix the issue. Any help would be greatly appreciated. :)
Fatal error: Cannot redeclare av_countdown_events_fallback() (previously declared in /home2/shannon1/public_html/manifestingbaby.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php:14) in /home2/shannon1/public_html/manifestingbaby.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php on line 12Topic: Compatibility Issue
As suggested in this comment, I’m looking forward to fixing this compatibility issue.
https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?page=545&filter=all#comment_18947876Our plugin (Mapplic) is simply adding a .mapplic-fullscreen class to the map element with these CSS settings:
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
z-index: 1000;Here’s an example of our mutual client using Enfold and Mapplic.
If you scroll down to the map and go fullscreen (button on the top-left corner), the header will overlap.Let me know your thoughts and suggestions.
Hi,
I attempted to create a custom avia shortcode for the page builder for extending the library.
I found out that:
Enfold loads avia shortcodes by looping through all of the declared classes that have been declared in that request and checking if they extend aviaShortcodeTemplate. This is doing more work than it has to.
Enfold uses the class name as the href of the shortcode’s icon in the template builder. This breaks the link and the template disappears when dropping it onto the editing pane.
Shortcode Template Icon in on the page editor:
<a data-avia-tooltip="Creates a simple text block" data-dragdrop-level="3" href="#SomeNamespace\avia_sc_text" class="shortcode_insert_button avia-target-insert ui-draggable ui-draggable-handle"><img src="http://localhost/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/sc-text_block.png" alt="Text Block"><span>Text Block</span></a>As you can see
href="#SomeNamespace\avia_sc_text"is an invalid link.Possible Solutions:
One possible solution to this could be replacing ‘\’ with ‘_’ and check for that in referencing locations. But this could potentially confuse two classes as the same class. ex. namespace\class ans namespace_class. These are two conventions available.
A better approach would be declaring a method abstract so the subclass can declare the tag it should have.
One possible improvement for the loader is to use a filter based system instead. Filter an array to add class names. Loop through the array and initialize only those templates. This
prevents looping over all declared classes which will lead to better execution time.Let me know your thoughts,
Jason GallavinWe are using [av_product_button] as shortcode within advanced Layout Editor on our Woocommerce products pages. We have 17 products and they all use this, however, there are 6 products that the page will break, or simply not load, after the last update to Enfold 4.2.5. I have updated to 4.2.6 and nothing has changed. If I remove the shortcode from the page, it loads fine. We have the latest wordpress and Woocommerce versions. I deactivated all plug-ins, it is not a plugin conflict. Help appreciated!
Hi,
I have updated to the last version of Enfold and from that time all product are not possible to open.
I found out when I get rid the Product Purchase Button element, the issue disappear. But its not solution for selling products.
I have tried this workaround for one product. It runs but delete all translations, so no solution for me as well – https://kriesi.at/support/topic/woocommerce-product-page-advanced-editor-page-hanging/Do you have some solution? Should I delete an Enfold folder and copy the old version what I have caked up, I think 4.2.3?
Thank you for some fast reply.Topic: Enfold Link Color
I have a problem – the solution must be simple, but I just can not find a solution.
I use the Enfold Theme “Child” – There are various settings in the menu “General Settings”. The color of the links should be changed there. Via “Primary Color” (Font color for links, dropcaps and other elements) and “Highlight Color” (Secondary color for link an button hover, etc)
The problem is: If I change the color values, all values change and all colored highlights have the same color.
This is especially annoying for “Bold” and “Links”.
The user can not distinguish whether it is a text mark or a clickable link.
Of course this contradicts every usability. Maybe it’s a problem of “Enfold Child”, but I just can not find a way to change that. May be it’s necessary, to change the color of the links outside of “Enfold Child”. Who knows advice? “Bold Text” one color – Link Text an other color.
Thanks in advance!
JorgHi,
I have a problem with the custom code from your theme as it conflicts with a common plugin for ticket sales: Events Tickets Plus.
Enfold adds two buttons to change the quantity of a product. But if I have additional data for a ticket/product, it does not work accordingly. I could not yet make out what is exactly causing this, but maybe you could reproduce this and create a fix in your theme.
Please find an animation attached to be not confused about what the problem is! The second ticket-meta form is not shown after I click on “plus”. Only when I click again (for the last available ticket) but then it is added as “Teilnehmer 2” but actually should be the third added form. I guess it conflicts with the javascript of the plugin that creates the additional meta form elements (plugins/event-ticket-plus/src/resources/js/meta.min.js) and your woocommerce-mod.js
Both create functions to listen for the change event of the quantity field.
Thanks for your investigation. (I really hope for some support and not blame it on each other, so I have to return either the plugin or the theme)

