Forum Replies Created
-
AuthorPosts
-
September 16, 2019 at 4:40 pm in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1138867
Hi,
Thanks for your feedback and investigateing this “bug”.
With 4.6 custom id and custom classes were refactored and some options were added to Layout Builder -> Builder Options For Developers.
To make sure syntax is valid for id’s and custom classes in frontend (and to help not so experienced users) the values are sanitized before output. But the filter was to strict – only allowing lowercase and also some other replacements that are not absolutly necessary for classes and id’s.
This will be fixed in the next update to be closer to the w3.org specification:
- “a-zA-Z0-9_-“
- Not starting with -,–
- Not starting with a number
If you want to check it before (4.6.2):
Please replace
enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php
enfold\config-templatebuilder\avia-template-builder\php\generic-helper.class.phpwith
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_2/custom_css/shortcode-template.class.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_2/custom_css/generic-helper.class.phpDo not forget to make backups of the original files for fallback – clear server and browser cache.
Also added is filter avf_save_string_translated where you can manipulate strings for your own – Here is an example how to use it
Best regards,
GünterHi,
Could you try to check in an incognito window? Clear browser cache several times. Clear server cache.
We would need WP admin access to check your backend – and we need your Google analytics ID and allowance to check on your site.
The message bar works for me.
Open a new thread please so the credentials are only visible to you and moderators.
Best regards,
GünterSeptember 12, 2019 at 6:12 pm in reply to: Cookie Consent message still on every page load in 4.6.2 #1137626Hi,
It works for me as expected – tested with Firefox.
If user clicks “Akzeptieren” the message bar is gone – also when I open a new window.
And also opt out works.Try to check with an incognito window.
Best regards,
GünterHi,
Will be fixed in next update.
Meanwhile as a temp. fix in enfold\js\avia.js around line 1240:
var menu2 = $('#header .main_menu').clone(true);
Replace with:
var menu2 = $('#header .main_menu').clone(true), ul = menu2.find('ul.av-main-nav'), id = ul.attr('id'); if( 'string' == typeof id && '' != id.trim() ) { ul.attr('id', id + '-1' ); }
Do not forget to make a backup of the original file for a fallback, temporarily disable enfold theme file compression for js, clear server and browser cache.
Let us know if you need help for updateing.
Best regards,
GünterHi,
I tried to reproduce this on my dev server – cannot reproduce it. It works as expected (4.6.2).
You are using the Redirection plugin and some other plugins – could be a plugin conflict.
Try to deactivate all plugins – check and then reactivate one by one.
Best regards,
GünterSeptember 12, 2019 at 3:15 pm in reply to: Enable Google Analytics after user accepts cookie consent message #1137542Hey Gene,
Latest version is 4.6.2 – available on theme forest – with a lot of changes.
Best regards,
GünterHi,
Please try to update to 4.6.2 and check. There have been some fixes.
Disable Enfold css and js file merging, save theme options, clear all server and browser cache and check.
Best regards,
GünterHi,
@jobalzer
Please update to 4.6.2 and check extended theme option “Default Cookie and Services Option Settings”.Best regards,
GünterSeptember 11, 2019 at 5:51 pm in reply to: No option to use Google reCAPTCHA on Enfold's contact form #1137125Hey hybridE4t,
Please upgrade to 4.6.2. There you find full support for V2 and V3.
4.4.1 is outdatet.
Best regards,
GünterHi,
Please update to 4.6.2 – the fix for the problem is included.
Best regards,
GünterHi,
Enfold 4.6.2 is released – has the fix alredy in it – if you want to upgrade.
Best regards,
GünterSeptember 11, 2019 at 5:43 pm in reply to: Privacy and Cookies – Modal Popup Window – Display Modal Popup Actions settings #1137118Hi,
Did you also disable Enfold CSS and js file merging – save theme options – disable other minify and cache plugin, clear server and browser cache?
Could not reproduce it on my install.
Best regards,
GünterHi,
Please update to 4.6.2 – just released.
There had been some fixes and backwards comp. issues since 4.6.1.
Best regards,
GünterSeptember 11, 2019 at 5:27 pm in reply to: Cookie Consent Message Bar – link to page – Enfold 4.6.1 #1137108Hi,
I added the following to Custom CSS:
.avia_ajax_form.av-form-labels-hidden .av_form_privacy_check label{ position: initial !important; top: initial !important; left: initial !important; }
Will be part of the next update.
Activated the checkbox – text is there.
Best regards,
GünterSeptember 11, 2019 at 5:04 pm in reply to: "Read more" button on cookie bar after 4.6 update #1137106Hi,
Thanks for your feedback.
Enjoy the theme and have a nice day.
Feel free to come back when you need further assistance.
Best regards,
GünterHey combra,
“User must opt in,….”.
WC is using cookies for the cart. If user does not accept cookies he cannot use the shop – this is DSGVO.
Best regards,
GünterSeptember 11, 2019 at 4:51 pm in reply to: Email Address Not Showing From Contact Form Since Latest Update – No-reply #1137102Hi,
This problem is fixed in 4.6.2.
Please update, clear server cache and clear browser cache on mobile ( !!!! ).
Best regards,
GünterSeptember 11, 2019 at 4:44 pm in reply to: Cookie Consent message still on every page load in 4.6.2 #1137099Hey Imothep,
As a first step can you try to clear server cache, disable all caching and performance plugins, disable enfold css and js merging, save theme options, clear browser cache several times and check? Also try with an incognito window.
If this does not help, can we temporarily activate Enfold cookies to check?
Best regards,
GünterHi,
Welcome.
Seems to be a problem with Google and cookies on your browser. Next time try to use an incognito window for validating.
Enjoy the theme, have a nice day and feel free to come back when you need further assistance.
Best regards,
GünterSeptember 11, 2019 at 4:29 pm in reply to: cookie consent buttons and link to page do not work properly in 4.6 #1137095Hi,
Glad everything is fine for you now. Enjoy the theme.
Could you try to disable CSS and js merging, safe theme options and check? Also did you clear server cache ?
Best regards,
GünterSeptember 11, 2019 at 1:22 pm in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1137024Hi,
4.6.2 has been released – please try to update to this version.
Check your DSGVO/GDPR settings – they have been adopted to support “must opt in” and that user have to accept cookies (see theme option Default Cookie and Services Option Settings). Check our documentation.
When user has to accept cookies and services no cookies or services are allowed until he accepts cookies and services.
There are also new theme options for custom CSS, ID and heading styling: Theme Options -> Layout Builder -> Builder Options For Developers
There are 2 fixes for 4.6.2 that are not included in that version:
If you have problems with codeblock:
Replace enfold\config-templatebuilder\avia-shortcodes\codeblock.php with
If with BlogPosts:
Reeplace enfold\config-templatebuilder\avia-shortcodes\blog\blog.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_2/dev_fixes/blog.php
Do not forget to keep a backup of the original file for a fallback – clear server and browser cache.
If you need assistance in updateing we need WP admin access and ftp access. Open a new thread and put it in private content.Best regards,
GünterSeptember 11, 2019 at 12:58 pm in reply to: Enfold (4.5.7.1-beta-2) Form missing senders email address #1137008Hi,
Glad we could help you.
4.6.2 is released now.
Enjoy the theme, have a nice day and feel free to come back when you need further assistance.
Best regards,
GünterSeptember 11, 2019 at 12:52 pm in reply to: cookie consent buttons and link to page do not work properly in 4.6 #1137005Hi,
You’re welcome.
4.6.2 is released already.
Enjoy the theme, have a nice day and feel free to come back when you need further assistance.
Best regards,
GünterSeptember 11, 2019 at 12:46 pm in reply to: GDPR bar the button with link to a page still does not work on updated 4.6.1 #1137003Hi,
Glad the update solved the problem.
Enjoy the theme and have a nice day.
Feel free to come back if you need further assistance.Best regards,
GünterHey newki75,
Please refer to solution https://kriesi.at/support/topic/enfold-4-5-7-1-beta-2-form-missing-senders-email-address/#post-1136599.
Your from address is needed by some mail servers that block e-mails not having their address.
Normally the user email from the contact form is written in from, if you specify “Your from address” user email is written in reply-to.
ad 2) There is no mail data stored in a database – in this case user sent the contact form with an empty e-mail field.
Best regards,
GünterSeptember 10, 2019 at 5:34 pm in reply to: Contactform email notification misses required fields #1136641Hi,
Please replace file enfold\config-templatebuilder\avia-shortcodes\contact\contact.js with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6/contact.js.
Do not forget to make a backup of the original file for a fallback – clear server and browser cache.
If you need assistance in updating let us know and we can do it for you.Best regards,
GünterSeptember 10, 2019 at 5:33 pm in reply to: Enfold Security – Suspicious Functions (Unsanitized + Unserialized User Inputs) #1136638Hi,
The line is commented (probably already in 4.6.2) and we will remove it in oncoming versions.
Best regards,
GünterHi,
Thanks for the credentials.
I had a look in your backend.
To make sure I’m looking in the correct direction.
The problem is not the custom 404 page having a parent. I moved this page temporary to be a parent of Plan de site. This did not show problems.
The problem is when your permalinks follows the child pages and then to another child page that does not exist.
Best regards,
Günter -
AuthorPosts