Forum Replies Created

Viewing 30 posts - 481 through 510 (of 3,704 total)
  • Author
    Posts
  • in reply to: Schema.org element "VideoObject" #1326698

    Hi,


    @Webvriend

    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ünter

    in reply to: Problematic storage / versioning of Post specific CSS #1326665

    Hi 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ünter

    in reply to: Please contribute and translate Enfold #1326660

    Hi,


    @EZWebdesign

    Thank you – added to core.
    Have a great day.

    Best regards,
    Günter

    in reply to: Problematic storage / versioning of Post specific CSS #1325904

    Hi 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ünter

    in reply to: Schema.org element "VideoObject" #1325885

    Hi,

    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ünter

    in reply to: Sticky mobile menu #1325870

    Hi,

    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ünter

    in reply to: excerpt length on blog page #1325725

    Hi,

    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ünter

    in reply to: excerpt length on blog page #1325591

    Hi,

    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ünter

    in reply to: PHP Error with every update #1325237

    Hi!

    I added the fix with wp_get_theme function to core for next release 4.8.7.
    This should fix the problem.

    Cheers!
    Günter

    in reply to: Schema.org element "VideoObject" #1325176

    Hi,


    @Guenni007

    Also added this feature to Grid Row Cells.
    Will be in next update.

    Best regards,
    Günter

    in reply to: Contact Form Email Customisation #1325163

    Hi,

    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ünter

    in reply to: Support for One Click Accessibility #1325073

    Hey 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ünter

    in reply to: Schema.org element "VideoObject" #1324769

    Hi,

    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ünter

    Hi,

    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

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_5/template-builder/textblock.php

    You might need to clear server cache for the fix to work.

    Best regards,
    Günter

    in reply to: how to use : avf_color_sets #1324422

    Hey 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ünter

    in reply to: Problematic storage / versioning of Post specific CSS #1324416

    Hi,

    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ünter

    in reply to: Post CSS and Caching issue #1324405

    Hi,


    @rob2701

    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ünter

    in reply to: Schema.org element "VideoObject" #1324394

    Hi,

    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ünter

    in reply to: Schema.org element "VideoObject" #1324271

    Hey 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ünter

    in reply to: Please contribute and translate Enfold #1324214

    Hi,


    @comkapi

    Thanks a lot for sharing your work. Added it to core.
    Have a great day and enjoy the theme.

    Best regards,
    Günter

    in reply to: after update the menu icon is missing #1323788

    Hey 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ünter

    in reply to: Social Profiles Small Request #1323786

    Hey 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ünter

    in reply to: Please contribute and translate Enfold #1323637

    Hi,


    @BigBatT

    Thanks a lot for sharing your work.

    I will add it to core right now.

    Best regards,
    Günter

    in reply to: Logo Missing Quick Fix #1323606

    Hi!

    Sorry for the problems.

    Can you please replace enfold\framework\php\class-svg-images.php

    with the content of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_4/framework/class-svg-images.php

    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ünter

    in reply to: Google Analytics On Click Bug #1323501

    Hi,

    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ünter

    in reply to: Enfold 4.8.6.3 – Table of Contents doesn't work #1323443

    Hi,

    Did you check the options of this widget in widget area:

    Exclude headlines by class
    Select headlines to include

    Best regards,
    Günter

    in reply to: Google Analytics On Click Bug #1323428

    Hi,


    @THP
    @Ismael

    I can confirm, that the fix above works for me.

    Best regards,
    Günter

    in reply to: Responsive Typography (Feature Request) #1323403

    Hey 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ünter

    in reply to: TOC widget content disappers after update to 4.8.6.3 #1323278

    Hey!

    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

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_3/js/avia-snippet-widget.js

    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

    in reply to: Enfold 4.8.6.3 – Table of Contents doesn't work #1323276

    Hi,

    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

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6_3/js/avia-snippet-widget.js

    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

Viewing 30 posts - 481 through 510 (of 3,704 total)