Forum Replies Created
-
AuthorPosts
-
January 8, 2020 at 4:38 pm in reply to: Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated #1171511
Hi,
Thanks for reporting this. Probems caused by Enfold will be fixed in next release – but there are also warnings caused by other plugins like e.g. layerslider.
Best regards,
GünterHi,
Der obige Link ist eine Seite, die nicht mit Enfold gemacht ist ??
In jedem Fall ist das Warenkorbsymbol so implementiert, dass ein Ausblenden mit CSS nicht möglich ist. Das geht nur mit JavaScript.Best regards,
GünterDecember 21, 2019 at 12:20 pm in reply to: My site is experiencing technical difficulties – Enfold Theme Functions Php. #1168411Hi,
Did you try to change the gallery in Dashboard -> Enfold -> Shop -> Product gallery ?
If this does not help there is no solution for this from our side at the moment. The ALB does not support all features of WooCommerce.
I will add it to our dev repo features – mabe in a future release we will address it if we get more requests.
Best regards,
GünterDecember 16, 2019 at 4:38 pm in reply to: Gutenberg paragraph blocks color settings not styled correctly #1166488Hi,
I added a better support for Block Editor to Enfold 4.6.4.
But we probably will not release it before next year as we do not want to bother users with an update shortly before X-mas.
If you want we have a silent 4.6.4-beta-1 release (see private content) published today with a lot of enhancements and fixes (https://kriesi.at/support/topic/enfold-upcoming-fixes/).
You can download it, unzip (maybe you need an external zip program like winrar) and upload with ftp to your server.
Keep a backup of the original files for a fallback.
Best regards,
GünterHi,
Wordpress does not support nesting of same named shortcodes, means you cannot put 1/2 column inside a 1/2 column.
This is limited by the regex extracting the shortcodes from content.
You can put a column inside a column if it has a different shortcode (e.g. inside 1/2 you can put 1/3 + 2/3). That should work.
Best regards,
GünterDecember 16, 2019 at 11:32 am in reply to: Woocommerce Product image in Avia Builder using wooswatches #1166312Hi,
Thank you for using Enfold.
I added it to our feature request list.
Best regards,
GünterHi,
Sorry for missing this bug caused by WP changing the way it filters the data attributes – “_” is not supported and removed by WP.
Please update enfold\framework\php\function-set-avia-frontend.php
Do not forget to make a backup of the original file for fallback and clear server and browser cache.
Let us know if you need assistance with the update.
The CSS fix is no longer needed.
Best regards,
GünterHi,
Missing icons in WP 5.3.1:
Please update enfold\framework\php\function-set-avia-frontend.php
Do not forget to make a backup of the original file for fallback and clear server and browser cache.
For the others please open an own topic and provide backend access and link to the pages.
Best regards,
GünterDecember 14, 2019 at 5:19 pm in reply to: Updating Enfold breaks site for visitors with old browser cache #1165904Hey belinger,
Thank you for using Enfold.
Are you using js file compression? Try to disable it. With 4.6.4 we add a timestamp to the hash to force a new filename when saving theme options.
You can also try to change the theme version in enfold/style.css to a value like 4.6.3.1.1 (that will not get in conflict with our next update version numbers).
If you enable js compression with the new version number will also force a new hash for the filename.
Hope this helps.
Best regards,
GünterHi,
The avia_widget_time filter is called in an additional loop, which modifies the main WP query.
The only chance to get the page ID is to hook into the avf_newsbox_image_size filter, get the page ID there and store it in a global variable which you can access in the avia_widget_time filter later.
Hope this helps you.
Best regards,
GünterDecember 14, 2019 at 3:28 pm in reply to: Problem with thousands of forms when updating to version 4.6 onwards #1165874Hey Danysoft,
Thank you for using Enfold.
You can use the filter avf_sc_contact_default_atts (see enfold\config-templatebuilder\avia-shortcodes\contact\contact.php) and change the options captcha, captcha_theme, captcha_size, captcha_score to the values you like.
If you need assistance with that let us know and we will help you. Also let us know what settings you like (and admin access to your backend so we can modify your functions.php).
Best regards,
GünterHi,
Thanks for reporting this.
I think I could locate the problem:
In enfold\framework\avia_framework.php line96:
$avia = AviaSuperobject( $avia_base_data );
Replace this with:
global $avia; $avia = AviaSuperobject( $avia_base_data );
Will be part of the next update.
If you need assistance with the update let us know.
Best regards,
GünterDecember 10, 2019 at 11:34 am in reply to: Page builder's min-height seems to be causing problems #1164369Hi,
Glad we could help you – and sorry it took a bit longer.
Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterHi!
The problem is not the frontend output but is already caused in backend when saving the post. When reading and writing to textareas with javascript (what we need to do when saving ALB elements) browsers translate the special characters and this breaks everything. The options of the ALB elements cannot be read any longer correctly. Sometimes this even breaks the complete backend.
We had already tried to fix it but it has a huge impact on the whole ALB implementation and the risk to break other things is too big.
As not many users need special characters in ALB options we decided to offer the plugin mentioned above for those who really need it.
We will check if we find an easy way to add a warning – I open an issue in our dev repo.
Cheers!
GünterDecember 9, 2019 at 2:38 pm in reply to: Conflict: “Essential Grid” Enfold Media Content “Image with Hotspots" #1164035Hi,
Thank you for using Enfold.
How to use the filter: https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Layout/avf_header_setting_filter.php
The ID of a standard WP menu you find in WP Dashboard -> Appearance -> Menus -> Edit Menu Tab.
Select the menu you like.
At the bottom of “Menu structure” you find “Delete”.Move your cursor over this and in the popup for the link you find something like http://localhost/wp_xxx/wp-admin/nav-menus.php?action=delete&menu=25&_wpnonce=xxx
menu=25: 25 is the id of the menu.
In the filter you will need to check for current language and depending on this you can change the menu id’s.
Best regards,
GünterDecember 9, 2019 at 12:15 pm in reply to: Page builder's min-height seems to be causing problems #1164013Hi,
This behaviour is base of the autoload logic for shortcodes.
Have a look at config-templatebuilder\avia-template-builder\php\template-builder.class.php function autoloadLibraries() line 526:
We scan all php files with the same name as the folder AND php files starting with the same name as the folder.
Best regards,
GünterDecember 9, 2019 at 12:09 pm in reply to: Conflict: “Essential Grid” Enfold Media Content “Image with Hotspots" #1164008Hi,
Thank you for using Enfold.
Sorry for the late reply. Unfortunatly we do not have access to this plugin and we do not have any contact to themepunch.
Without that it is not possible to find a solution.
If you can give us access to the plugin we will have a look into it and check if we can find a solution. See private content.
Best regards,
GünterDecember 6, 2019 at 6:59 pm in reply to: Cookie Consent / Value of the Cookie MD5 / Multisite #1163439Hey rene,
Thank you for using enfold – and for reporting this.
Seems to be a not very common problem – so we will provide a filter that allows you to return a value you can customize. You can hardcode a fixed value in the fiter that is returned for all sites and when you need a new popup just change the returned value in the filter.
As a quick fix:
In helper-privacy.php line 1502 you find:
$cookie_contents = md5( $cookie_contents ) . '||v1.0';
Before this line add:
$cookie_contents = apply_filters( 'avf_cookie_consent_for_md5', $cookie_contents, $message, $buttons );
And in functions.php of your child theme add:
The filter will become part of the next update.
Hope this helps you.
If you need assistance let us know and we can do it for you.
Best regards,
GünterDecember 6, 2019 at 10:14 am in reply to: Page builder's min-height seems to be causing problems #1163329Hi,
If your staging site is working – thats fine and I do not need any access.
Your local install:
Do you have a copy of the revslider php (or of a class avia_sc_revolutionslider script) in your child theme folder – or somewhere else?
If class_exists returns true means that a class with this name has already been loaded.
Step one:
Manually delete the folder enfold ( and enfold child ) and copy from zip file. Replace the rev slider php and check.
Step 2:
Try to setup a complete new and clean install of WP, Enfold 4.6.3.1 with the updated revslider script and a new install of the child theme and check.
Best regards,
GünterDecember 5, 2019 at 10:48 am in reply to: Page builder's min-height seems to be causing problems #1162871Hi,
Yes please – and let me also have access to the php code so I can check it (and edit it) – and a link to the page please.
Is the slider created with an older version of rev slider? If yes this could be a reason why min-height is still present.
Try to save the slider again.
You also can try to replace in file enfold\config-templatebuilder\avia-shortcodes\slideshow_revolution.php line 141:
$params['style'] = " style='min-height: {$height}px;' ";
with
// $params['style'] = " style='min-height: {$height}px;' ";
Clear all server cache and browser cache.
Best regards,
GünterHi,
This is exactly how it is implemented and worked on my install.
The fix in https://kriesi.at/support/topic/enfold-causes-wrong-update-markers/#post-1161827 has an improved implementation logic to check for the bundled plugin (and is part of oncoming 4.6.4).
Best regards,
GünterHi,
Sorry – yes. It was a misinformation from Envato.
Kriesi activated the black friday/cyber monday sale only.
4.6.4 is not released yet.
Best regards,
GünterHi!
In theme options -> Performance -> Disable Template Builder Elements you have a selectbox:
Scan Widgets for Theme Shortcodes
Did you try to select “Scan Widgets”
Cheers!
GünterDecember 3, 2019 at 12:15 pm in reply to: Enfold: WPML Translation not working for Picture with Hotspots #1162161Hey p-force,
Thank you for using Enfold.
There are some fixes in oncoming version of Enfold 4.6.4 – with this version i cannot reproduce the problem using Advanced Layout Builder and WPML translation management.
We currently only have a beta version for 4.6.4 and WPML fixes as we are waiting for WPML compatibility team to review.
Do you want to wait for the final release or do you want to test the beta version?
Best regards,
GünterHi,
The update note from Envato is because Kriesi launched the black friday/ciber monday sale – not a real update of enfold.
The script works because I added a more flexible logic to check for the plugin (comparing both lower case modified strings and only searching with path to our config folder) – see line 635ff the foreach loop.
It is already merged for 4.6.4.
Best regards,
GünterHi,
I cannot reproduce the problem on my dev system. It works for me.
The only idea I have is that file systems could translate to lower case – that would break checking the string as Enfold has upper case elements in directory.
I changed the logic a little:
Replace enfold\config-layerslider\config.php with
By default notifications are hidden for the bundled version. The filter is only needed if you want to show notifications also for the bundled.
Best regards,
GünterDecember 2, 2019 at 11:46 am in reply to: Page builder's min-height seems to be causing problems #1161808Hi,
Can you please try to replace enfold\config-templatebuilder\avia-shortcodes\slideshow_revolution.php with
I removed the min-height which seems to make problems for sliders that do not have the height attribute set in their data structure..
Let me know it this fix works so we can add it to core.
Best regards,
GünterNovember 29, 2019 at 11:03 pm in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1161388Hi,
Please update enfold\config-templatebuilder\avia-shortcodes\textblock.php with
Best regards,
Günter -
AuthorPosts