Forum Replies Created
-
AuthorPosts
-
Hi,
Also added this feature to Grid Row Cells.
Will be in next update.Best regards,
GünterHi,
Yes, makes absolutly sense. Will have a look into it for next release.
Thanks for pointing at it.Have a nice weekend.
Best regards,
GünterHey Luigi,
Thank you for pointing at this.
Actually a user pointed us to this plugin – so we took it as a starting point. Currently it is only a few CSS for focus caret in the menus.
But I will check your recommendation too – maybe we add support layer for both.
Best regards,
GünterHi,
FYI:
In next release for columns you will find a selectbox in “Row Settings -> Row Screen Options”:
Column Behaviour When Fullwidth:
- Reverse order
- Individually select position for each column
Best regards,
GünterOctober 11, 2021 at 4:14 pm in reply to: Lockable CSS class in custom element Text-Block not written to HTML #1324433Hi,
Thank you for using Enfold and reporting this bug.
I fixed it on your server by updating enfold\config-templatebuilder\avia-shortcodes\textblock\textblock.php
with
You might need to clear server cache for the fix to work.
Best regards,
GünterHey Guenter,
As far as I remember this filter was requested by a user.
By adding a new element to the array you add a new tab to Theme Options -> General Styling with all the color options you see e.g. in Logo Area.
So you can define a custom color scheme.
I did not dig deeper into that yet – but I hope this info helps you.
If not, let me know and I have a closer look.I will try to add examples for new filter to github.
Best regards,
GünterOctober 11, 2021 at 1:19 pm in reply to: Problematic storage / versioning of Post specific CSS #1324416Hi,
Thanks for your input.
Somehow I missed our theme option “Remove query string from static resources”.
This option does not make sense for our post css files – so I added to core to ignore it for these files.
Lately we started to add folders to the upload directory that start with avia_ (avia_custom_shapes, avia_demo_files) and to stay consistent we used avia_posts_css.
If you want to change to another folder structure (in the upload directory) you can use filter “avf_post_css_management_files_directory” (file enfold\config-templatebuilder\avia-template-builder\php\class-post-css-management.php).
There is one big difference between the merged js and css files and the post css file:
The merged files (normally) only change on a theme update which is not so often. I think this is one reason why Kriesi decided to add a hash extension.
Post CSS files change when you update a page/post/.. and this might happen often – would mean keeping track of all versions (and deleting them again) when using hash extensions. Therefore I decided to use the same logic as Elementor with adding a version to invalidate browser cache.
Best regards,
GünterHi,
Sorry for the problems you had.
You are absolutly right, that the option “Remove query string from static resources” does not make sense for our post css files.
Somehow I simply missed, that this option was part of Enfold.I’ve added to core for next release that this option now will be ignored for our post css files but not for the other files.
Best regards,
GünterHi,
Thanks a lot for bringing this up and the work with the images to explain.
I have it in my dev repo and plan to take a closer look at it in very near future.
What I’m thinking of is in “Row Settings” tab “Row Screen Options” toggle an option “Invert Row Columns on Mobile” that works for any combination of columns like e.g.
on desktop:
1/4 (a) 1/2 (b) 1/4 (c)
on mobile:
(c)
(b)
(a)Best regards,
GünterHey S.,
Thanks for reporting this.
You are right, it is missing. We will add it for next release.
Have a nice weekend.Best regards,
GünterHi,
Thanks a lot for sharing your work. Added it to core.
Have a great day and enjoy the theme.Best regards,
GünterHey pontedellarco,
Sorry for the problems.
Please read https://kriesi.at/support/topic/hotfix-for-the-missing-logo-issue-on-enfold-4-8-6-4/ for a possible fix.
If you need any help let us know.
Best regards,
GünterHey Tim,
Thanks for this suggestion.
I added it to our dev repo.
As a temporary workaround until we can add it:
There are 2 filters where you can add custom social icons (enfold\includes\admin\option_tabs\avia_blog.php):
‘avf_social_icons_options’
‘avf_social_share_array_options’Best regards,
GünterHi,
Thanks a lot for sharing your work.
I will add it to core right now.
Best regards,
GünterHi!
Sorry for the problems.
Can you please replace enfold\framework\php\class-svg-images.php
with the content of
Do not forget to make a copy of the original file for a fallback and clear server and browser cache.
As @Guenni007 mentioned it was caused by the new svg support and forgetting to check for non svg file.
Best regards,
GünterHi,
No, 4.8.6.4 should be released today – but they will be in the following release.
Together with contact form (empty line and headline element).Best regards,
GünterHi,
Did you check the options of this widget in widget area:
Exclude headlines by class
Select headlines to includeBest regards,
GünterHey Tim,
Sorry for the late reply.
Thanks for bringing this up.
I added it to our dev repo – but cannot give an ETA yet.
If I have any questions when starting to work on it I will let you know.
Have a great day.
Best regards,
GünterOctober 2, 2021 at 4:39 pm in reply to: TOC widget content disappers after update to 4.8.6.3 #1323278Hey!
Sorry for the problems. Seems to be jQuery 3.x related (or WP 5.8.1) as we did not change anything with TOC.
But we could fix it.
Please update
enfold\js\avia-snippet-widget.js
with contents of
Do not forget to make a backup of the file for a fallback and clear server and browser cache.
If you need help let us know and we can do it for you.
Fix is already part of the next update.
Best regards,
GünterHi,
Sorry for the problems. Seems to be jQuery 3.x related (or WP 5.8.1) as we did not change anything with TOC.
But we could fix it.
Please update
enfold\js\avia-snippet-widget.js
with contents of
Do not forget to make a backup of the file for a fallback and clear server and browser cache.
If you need help let us know and we can do it for you.
Fix is already part of the next update.
Best regards,
GünterHey 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ünter -
AuthorPosts