Forum Replies Created
-
AuthorPosts
-
Hey Guenter,
Do you have a page where I can see it – and a link to backend would be fine also.
Best regards,
GünterOctober 1, 2021 at 3:07 pm in reply to: After updated to 4.8.6.2: color section shortcode now needs more than img path? #1323163October 1, 2021 at 1:55 pm in reply to: Prevent Consent Manager from being indexed by Google #1323153Hi,
We added filter “avf_cookie_modal_html_attributes” which by default adds data-nosnippet to this div.
Will be in next release.
Best regards,
GünterHi,
I’m working on PHP 8.0 for months now and do not have any problems.
Are you using 8.0.10 already.
There is an undocumented php problem in this version with _sprintf and formatting parameter %s in enfold\includes\admin\option_tabs\avia_blog.php
which we fixed for next update.
Can you please try to update this file with:
If this does not help can you please check your error log what else causes the problem.
Thank you in advance.
Best regards,
GünterHi,
Thanks for reporting this.
Can you please try to update enfold\framework\js\conditional_load\avia_google_recaptcha_api.js
with the content of
I added the following around line 188:
// added 4.8.6.4 https://kriesi.at/support/topic/google-analytics-on-click-bug/ var analytics_ckeck = new_submit.prop( 'onclick' ); if( 'undefined' != typeof analytics_ckeck ) { analytics_ckeck = analytics_ckeck.toLowerCase(); if( analytics_ckeck.indexOf( 'gtag(' ) >= 0 ) { new_submit.prop( 'onclick', null ); } }
Important is, that “gtag(” is used (and not e.g. “gtag (“.
Best regards,
GünterOctober 1, 2021 at 12:14 pm in reply to: After updated to 4.8.6.2: color section shortcode now needs more than img path? #1323127Hi,
Thanks for the feedback.
I have added this problem to our dev repo – but there are a few things to consider to stay compatible with sites using the ALB and the attachment parameter.
I cannot promise a solution for the next release – please check the changelog or follow https://kriesi.at/support/topic/enfold-upcoming-fixes/
Have a nice day and enjoy the theme.
I will leave this thread open in case you need more info.
Best regards,
GünterOctober 1, 2021 at 12:05 pm in reply to: Edit view of WC Product Page throws fatal error AviaBuilder->handler_wp_dbx_pos #1323125Hi,
This fix is already part of the next update (you can follow the oncoming changes here: https://kriesi.at/support/topic/enfold-upcoming-fixes/)
Enjoy the theme and have a great day.
Best regards,
GünterHi,
Support for svg logos will be part of the next release 4.8.6.4.
Do you want to wait for it or do you want to have a pre release including it ?
Best regards,
GünterSeptember 30, 2021 at 5:05 pm in reply to: Edit view of WC Product Page throws fatal error AviaBuilder->handler_wp_dbx_pos #1323056Hey joerka27,
Sorry for the problems.
In file enfold\config-templatebuilder\avia-template-builder\php\class-template-builder.php around line 507 you find
public function handler_wp_dbx_post_sidebar( WP_Post $post )
Replace this with:
public function handler_wp_dbx_post_sidebar( $post )
Do not forget to make a backup of the original file for a fallback and clear server cache.
If you need help please create an admin account for us (with ability to edit theme files) and our moderator can do it for you.
Fix will be in next update.
Best regards,
GünterHi!
Liegt daran, dass
$atts = shortcode_atts( $defaults, $atts, $this->config['shortcode'] );
in z.B. magazin.php erst nachher aufgerufen wird. Hatte ich auch übersehen.
Best regards,
GünterSeptember 29, 2021 at 12:25 pm in reply to: After updated to 4.8.6.2: color section shortcode now needs more than img path? #1322800Hi,
What you can try to do:
In enfold\config-templatebuilder\avia-shortcodes\section\section.php around line 872 you find:
$atts['src'] = '';
Replace this with:
// $atts['src'] = '';
Best regards,
GünterSeptember 29, 2021 at 11:29 am in reply to: Uncaught ValueError: Unknown format specifier "S" (Enfold 4.8.6.3 + PHP 8) #1322789Hi,
Thanks for the feedback.
Sems to have started with PHP version 8.0.10 that there must be a space after the formatting parameter (and this is not mentioned in the documentation).
Best regards,
GünterHey andrea_werkhoven,
Sorry for the problem.
Can you please replace the content of themes\enfold\includes\admin\option_tabs\avia_blog.php
with
Do not forget to make a backup of the original file for a fallback and clear server cache.
If you need help with this please let us know.
Fix is already added to next release.
Best regards,
GünterHi,
Bitte um Entschuldigung für dieses Problem.
Den Inhalt der Datei themes\enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
bitte ersetzen durch
Dieser Fix ist bereits Bestandteil der nächsten Release.
Nicht vergessen, Server Cache zu löschen und ein Backup der Originaldatei für ein fallback zu machen.
Falls Sie Hilfe benötigen, können wir dieses Update auch gerne für Sie machen.
Best regards,
GünterSeptember 29, 2021 at 10:55 am in reply to: Uncaught ValueError: Unknown format specifier "S" (Enfold 4.8.6.3 + PHP 8) #1322780Hi,
Thanks for reporting this.
Is a bit strange – what php version do you have?
We work on 8.0 and do not get any error. Seems to be something specific to your system because we do not get any other reports about that.
Can you try to replace
%sSocial Profiles Tab%s
with
%s Social Profiles Tab %s
This should fix the problem. I added this already to core for the next update.
Best regards,
GünterHi,
Es gibt da ein Plugin: https://wordpress.org/plugins/pojo-accessibility/
In vielen Bereichen arbeitet es gut mit Enfold zusammen (und wird von usern in Amerika schon verwendet) – sollte es also auch mit “Church” – wir haben es aber noch nicht getestet.
Best regards,
GünterHi,
FYI: I added it to the dev repo. Having a quick look at it I think we should be able to add it in one of the next releases.
I will keep you informed here.Best regards,
GünterSeptember 28, 2021 at 4:22 pm in reply to: How to add "sponsored" attribute to the Button Link #1322656Hi,
Please see Theme Options -> SEO Support -> Support ALB Elements To Qualify Links.
Best regards,
GünterHey Omar Skapti,
Sorry for the problems.
Can you please update
enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
with the contents of
Do not forget to make a backup of the original file for a fallback and clear server cache.
If you need help with this please let us know and one of our moderators can do it for you.
Fix is already added to next update.
ad 2) Can you please give us a link to the page so we can also check your backend – thank you.
Best regards,
GünterHi,
Sorry for the problems.
Can you please update
enfold\config-templatebuilder\avia-shortcodes\blog\blog.php
with the contents of
Do not forget to make a backup of the original file for a fallback and clear server cache.
If you need help with this please let us know and one of our moderators can do it for you.
Fix is already added to next update.
Best regards,
GünterSeptember 25, 2021 at 6:31 pm in reply to: Fullscreen Slider Fixed (Background)-Image not working in Firefox #1322298Hi,
This seems to be a known “problem” in FF.
https://bugzilla.mozilla.org/show_bug.cgi?id=1292499
Applying the changes above do not work – only on initial pageload the image is fixed. When you rotate the slides images are scrolled again.
I will add a note to the element.
Best regards,
GünterHey Christian,
Danke. Habe es in allen deutschen Files korrigiert.
Ich wünsche Dir noch viel Freude mit dem Theme und ein schönes Wochenende.
Best regards,
GünterHi,
Thanks for the solution.
Reason why we excluded from magic wand button of normal editor is probably because it is not possible to edit the shortcode with the modal popup after saving. And there are a lot of options to set in av_playlist_element. Not user friendly and it might break the site if you make an error when editing shortcode directly.
As this is the first request only we will not modify it in core.
If it works for you – you can keep the modification. But you need to make it after each update.
Best regards,
GünterSeptember 20, 2021 at 12:19 pm in reply to: High number of reviews are cut off in woocommerce tab "Reviews" – BUG FIX #1321603Hey Chris_85,
Thank you for using Enfold and providing this solution – but it is too specific to get part of the core.
At the moment there is no easy way out of the box to use a modified js file in another location – so keeping track of these few changes and modify the core files will be the easiest way (also not to miss oncoming changes to php files).
Sorry, we cannot help this time.
Best regards,
GünterHi,
Thanks a lot – I merged it into core already. Next release is planned on monday.
streched missing a ‘t’
Thanks for that. Will also be upated in next release.
Best regards,
GünterHi,
You’re welcome – thanks again for your input to improve Enfold.
Have a great day.Best regards,
GünterHi,
Added a backend preview for the accordion and options to style color of toggle icon independent in normal and active.
Best regards,
Günter -
AuthorPosts