Forum Replies Created
-
AuthorPosts
-
Hi,
Not idea, why this does not work any longer with px. Maybe something has been changed in the internal browser logic – we did not change anything in the last versions. If you use % it works.
I plan to add an option where you can select the width between the columns in 0.5% steps (maybe already for 4.6.7.1).
Best regards,
GünterOctober 27, 2021 at 1:04 pm in reply to: Problematic storage / versioning of Post specific CSS #1326665Hi Jan,
Agree. Makes sense to group the folders below /wp-content/uploads/enfold/ to have a clear directory structure.
I add it to the dev repo and will check how we can move the existing folders without breaking existing sites.
The avia_posts_css is no problem as it is cleared after each theme update or when saving theme options.
I will let you know here about the progress.
Thank you very much for your ideas
Best regards,
GünterOctober 21, 2021 at 3:49 pm in reply to: Problematic storage / versioning of Post specific CSS #1325904Hi Jan,
Thank you for your feedback.
I added
define( 'WP_CACHE', true );
to wp-config.php on my localhost server (WP 5.8.1, PHP 8.0).
On my install this does nothing – cache directory is not created.
After installing and activating “WP Super Cache” the directory is created. When I deactivate this plugin the cache directory is deleted even if I add a folder with content inside the cache directory.
This behaviour does not allow to rely on the cache folder.
What I can think of are 2 filter where you can set a full path in your file system and the url to this folder. But you have to make sure that folder permissions are correct and the folder is not deleted by other plugins.
Best regards,
GünterHi,
Thank you for your input.
I forwarded this to Kriesi and have it in our dev repo so we do not forget it.
Best regards,
GünterHi,
I had, but it turns out to be more complicated because of the many settings for the header.
I cannot give an ETA at the moment – but I have an eye on it.Best regards,
GünterHi,
Es gibt schon das Filter ‘avf_post_slider_entry_excerpt’.
Das sollte es eigentlich ermöglichen.
Hab für die nächste Version noch $this als letzten Parameter dazugenommen.
Best regards,
GünterHi,
There is currently no way to filter post_excerpt length in postslider.php.
I will change it that first the content is fetched (either post_content or post_excerpt) and then the filter will be applied.
I add this to our dev repo and will let you know tomorrow about the final solution.
Best regards,
GünterHi!
I added the fix with wp_get_theme function to core for next release 4.8.7.
This should fix the problem.Cheers!
GünterHi,
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ünter -
AuthorPosts