Forum Replies Created
-
AuthorPosts
-
September 30, 2021 at 5:05 pm in reply to: Edit view of WC Product Page throws fatal error AviaBuilder->handler_wp_dbx_pos #1323056
Hey 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ünterHi,
I added filter ‘avf_alb_rel_attr_for_link’ so it is possible to remove the noreferrer attribute for ALB elements.
Best regards,
GünterHey Tim,
I agree with 1 – 3. Working on a solution to improve it. Icon styling was kept to be backwards comp. with version before adding the new color stylings. But I have an idea to implement it.
ad 4) I have it in the dev repo – but currently postponed and no ETA.
Best regards,
GünterHi,
In the next update you will find an option checkbox:
SEO Support -> Support ALB Elements To Qualify Links
Replaces theme support ‘avia_rel_nofollow_for_links’ which already allowed to set the nofollow.
Best regards,
GünterHi,
We removed all HelveticaNeue from the fallback list.
Helvetica, Arial, sans-serif should do as fallback.
Will be in next update.
Best regards,
GünterSeptember 11, 2021 at 12:13 pm in reply to: Tweak: Change CSS load order so Post CSS is first #1320513Hi,
Yes, this frame above allows to use $ for jQuery in “code to manipulate DOM goes here” and is executed when DOM is ready.
(function($){ var i,j,k; $(function() { // $ code to manipulate DOM goes here }); })(jQuery);
Variables i,j,k can be accessed from inside “code to manipulate DOM goes here” but are invisible from outside the frame.
Best regards,
GünterHey!
Added a selectbox for image sizes to following elements:
Image
Image with hotspots
Magazine
MasonryWill be in next release.
Best regards,
GünterHey Guenter,
If you check https://api.jquery.com/ready/
$(function() {
is enough as long as you do not need “Aliasing the jQuery Object”.
(function($){ ..... })(jQuery);
is used to encapsule the code section from other js code (= like code in a function in php) to avoid name conflict.
Best regards,
Günter -
AuthorPosts