Forum Replies Created

Viewing 30 posts - 511 through 540 (of 3,742 total)
  • Author
    Posts
  • in reply to: Page Split #1327495

    Hi,

    Updated version:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_7/shortcodes/page_split.php

    Can you check please.

    You can remove add_theme_support and it should work without your workaround with nextpage.

    Best regards,
    Günter

    in reply to: Page Split #1327472

    Hi,

    Sorry the fix did not work.

    As this element is only accessible via add_theme_support we did not get any reports up to now.

    I will have to rewrite the complete logic as WP has changed some backend logic in pagination with 5.5.

    I will let you know here when it is ready.

    Best regards,
    Günter

    in reply to: Padding problems after the latest update 4.8.7 #1327080

    Hi,

    Did you save theme options as well – to force recreating the post css files ?

    Can you please create an admin account for us so we can check the backend. You can put it in private content.

    Best regards,
    Günter

    in reply to: Quick CSS, Merged CSS & Object Caching issues #1327076

    Hey Jan,

    Thanks for digging into this.

    First:

    Did you see the option:

    Theme Options -> Performance -> Show advanced options -> Unique timestamp of merged files and WP object cache bug

    Try to select “Fix WP Bug …..”.

    Second:

    The hash value is created from the filenames that are merged and not from file content (filenames are from wp_enqueue object).

    This means whenever you change a merged file content manually you have to save the theme options to invalidate the merged files.
    On theme update invalidating is done by default.

    Hope this helps.

    Best regards,
    Günter

    in reply to: Padding problems after the latest update 4.8.7 #1327074

    Hi,

    Sorry for the problems. Will be fixed in next update.

    Meanwhile please replace content of enfold\config-templatebuilder\avia-shortcodes\grid_row\cell.php with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_7/shortcodes/cell.php

    Do not forget to make a copy of the original file for a fallback and clear server and browser cache and save theme options to force a rebuild of the post-css files.

    If you need help let us know and we can do it for you.

    Best regards,
    Günter

    in reply to: Error in Socket Menu Aria ARIA Accessability Issue #1327073

    Hi,

    Glad to hear that you had no problems with the update.

    We keep an eye on the accessibility and ARIA – lets see if we get more feedback from other users.

    Have a nice weekend.

    Best regards,
    Günter

    in reply to: Error in Socket Menu Aria ARIA Accessability Issue #1327070

    Hi,

    I had a look into it.

    I added to header menu:

    
    <ul id="avia-menu" role="menu" class="menu av-main-nav">
    

    But this does not solve the problem, in contrary I get the additional message:

    Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children.

    But we have a structure:

    role=”navigation”
    – role=”menu”
    — role=”menuitem”

    I did not dig into the ARIA, but at the moment I have no idea how to solve this or what is wrong.

    And also https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus – Example Code at bottom is built in a similar structure.

    Best regards,
    Günter

    in reply to: Page Split #1327060

    Hi,

    Sorry for the late reply – and thank you for reporting this.

    I could locate the problem and fix it for most permalink structures.
    It should work for yours. Will be part of the next update.

    Meanwhile please replace enfold\config-templatebuilder\avia-shortcodes\page_split.php

    with the content of:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_7/shortcodes/page_split.php

    Do not forget to make a backup of the original file for a fallback and clear server and browser cache.

    If you need help let us know and we can do it for you.

    Best regards,
    Günter

    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

Viewing 30 posts - 511 through 540 (of 3,742 total)