Forum Replies Created
-
AuthorPosts
-
Hi,
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ünterHi,
Glad we could help you. Enjoy the theme and have a nice day.
Best regards,
GünterHi,
I synchronised the french files – you can translate them now:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/langs/langs.zip
Best regards,
GünterNovember 27, 2019 at 5:07 pm in reply to: Page builder's min-height seems to be causing problems #1160701Hi,
The code for min-height was provided by RevSlider (https://kriesi.at/support/topic/revolution-slider-9/#post-1118183).
It seems that we need to set a fixed height for the rev slider as we didi prior to 6.0.
But I have no idea how and where we can get the height of the slider. This can only be answered by Rev Slider support. They know their internal data structure.
If we get the code snippet we will integrate it in our core and then you can test if it works.
Best regards,
GünterNovember 27, 2019 at 4:54 pm in reply to: URGENT – New Cookie Verdict- technical solutions needed #1160697Hi,
Yes. Basic selections:
WP Dashboard -> Theme options page -> Privacy and Cookies Tab
Enable cookie consent messages -> Select Enable cookie consent messages
Default Cookie Behaviour: User must accept and must opt in, only essential cookies selectedScroll down to Modal Popup Window:
Display Modal Popup Actions: Open immediately on pageloadScroll down to Advanced options:
Check Show advanced options
Show reopen badge – make your selection
Auto Reload Page – make your selectionContent of message bar and modal popup – Fill in text and use buttons you like/need.
Also read the description text provided in each section.
In oncoming 4.6.4 there will be a few more enhancements. See https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
Günter- This reply was modified 4 years, 12 months ago by Günter.
November 27, 2019 at 4:37 pm in reply to: Page builder's min-height seems to be causing problems #1160687Hi,
The fix provided by Slider Revolution team was given us by another user and necessary because RevSlider had changed the internal datastructure of their slides. With this fix we could help most of the users to upgrade to > 6.0.
I have no idea how to use this slider and we do not have any connection to the RevSlider Team.
As you are a customer of them best would be to open a support ticket there so they can check your sliders and find the reason why the provided fix is not working in your case and how we can get the right heights for your situation to set CSS properly.
For their support:
File to check is enfold\config-templatebuilder\avia-shortcodes\slideshow_revolution.php function shortcode_handler() lines 125 – 152.
Best regards,
GünterHi,
Please try to replace enfold\config-layerslider\config.php with
You can remove the filter function above – ‘no’ is the value passed to the filter.
Best regards,
GünterHi,
Thank you for reporting this.
Solution Ismael provided will not work.
Please update config-templatebuilder/avia-template-builder/php/asset-manager.class.php with
The fix will add a unique timestamp to the merged files when theme options are safed.
Will be part of the next update.
Do not forget to clear server cache. If you need help with the update let us know.
Best regards,
GünterNovember 24, 2019 at 5:20 pm in reply to: Cookie modal code output even if no button is set to show modal #1159614Hey codemonkeynorth,
Thank you for using Enfold.
Thanks for reporting this. I added it to the todo List for the next update.
Best regards,
GünterHi,
Thanks for feedback. We will close the ticket now.
Feel free to come back when you need further assistance and enjoy the theme.
Best regards,
GünterHi,
Thank you for using Enfold.
At the moment it is not possible.
I added it to our feature requests. Please check the changelog and https://kriesi.at/support/topic/enfold-upcoming-fixes/ for it.
Best regards,
GünterNovember 11, 2019 at 5:55 pm in reply to: Use custom post type wiht advanced layout builder #1155690 -
AuthorPosts