Forum Replies Created

Viewing 30 posts - 871 through 900 (of 3,695 total)
  • Author
    Posts
  • in reply to: Odd Menu Error After Update #1208865

    Hi,

    This seems to be a plugin using the standard WP filter “display_post_states” incorrectly.

    I added a fix for that in the next version.

    I tried to add the fix to your file using the standard WP Theme editor but it did not work due to server restrictions.

    Please update enfold\config-gutenberg\class-avia-gutenberg.php with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_4/config-gutenberg/class-avia-gutenberg.php

    If you need help please provide ftp credentials and we can do it for you.

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

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1208163

    Hi,

    FOR YOUR INFORMATION

    With Enfold 4.7.4.1 all language files have been synchronised. Only text phrases that occure in this version are present – obsolete have been removed.

    Please recheck your translations and only use the new files when contributing.

    Best regards,
    Günter

    in reply to: Caching issues in Enfold #1207835

    Hi,

    Concerning sessions:

    You can try to add:

    
    add_theme_support( 'avia_no_session_support' );
    

    to your functions.php (child theme or parent theme).

    You need to check if this does not break the functionality of your site.

    Best regards,
    Günter

    in reply to: reCAPTCHA problem #1204460

    Hi,

    Thanks for reporting this.

    • I removed the wp_nonce check for reCaptcha V3.
    • New option “Remove query string from static resources” in Performance->Show advanced options

    Will be in next release.

    Best regards,
    Günter

    in reply to: Datumfeld in Formular mit Datumformatierung #1202859

    Hi,

    Glad you could find a solution.

    Enjoy the theme and have a nice day. Feel free to come back when you need further assistance.

    Best regards,
    Günter

    Hi,

    Sorry for the late reply.

    At the moment there is no possibility to add it out of the box. I will add this to our dev repo for one of the next releases.

    I did not test but try to add your cookies to:

    enfold\js\avia-snippet-cookieconsent.js function monitor_cookies() line 459ff.

    Add it to the keep_cookies array.

    Best regards,
    Günter

    in reply to: Filters and actions #1201841

    Hey Jan,

    Thanks for this input.

    I will add it to the open features in our dev repo. I also was already thinking about adding some more filters.

    Let me know where you would need filters so I can consider to add them.

    Best regards,
    Günter

    Hi,

    Thanks for informing us. I will close this topic – feel free to come back when you need further assistance.

    Thank you for using Enfold.

    Best regards,
    Günter

    in reply to: Error after update #1201568

    Hi,

    I rechecked with WP 5.4 and Enfold 4.7.4, with classic and block editor from theme settings.

    Cannot reproduce the problem. The only notice I get is a deprecation notice concerning layerslider – but nothing concerning Enfold.

    The filter you mention above is a standard WP filter “display_post_states” that renders a WP_Post object as argument 2 – see wp-admin\includes\template.php line 2170.

    Please deactivate the caching plugin if you are using one and deactivate all plugins. Then reactivate one by one and check.

    Best regards,
    Günter

    in reply to: Masonry Column Count #1200514

    Hi,

    Glad we could help. Have a great day.

    Best regards,
    Günter

    Hey Guenter,

    Glad you found the solution.

    class post-format-{$post_format} has been added in the next version to article tag in postslider.php.

    Have a nice day.

    Best regards,
    Günter

    in reply to: Masonry Column Count #1200452

    Hey Guenter,

    Sorry for the late reply.

    Please have a look at config-templatebuilder\avia-shortcodes\logoslider\logoslider.php line 217ff. Here you see how to customize the colums needed.

    Extend config-templatebuilder\avia-shortcodes\masonry_gallery\masonry_gallery.php line 299:

    
    
    						array(	
    								'type'			=> 'template',
    								'template_id'	=> 'columns_count_icon_switcher',
    								'subtype'		=> array(
    														'default'	=> array(
    																	__( 'Automatic, based on screen width', 'avia_framework' )	=> 'flexible',
    																	__( '2 Columns', 'avia_framework' )	=> '2',
    																	__( '3 Columns', 'avia_framework' )	=> '3',
    																	__( '4 Columns', 'avia_framework' )	=> '4',
    																	__( '5 Columns', 'avia_framework' )	=> '5',
    																	__( '6 Columns', 'avia_framework' )	=> '6',
    																	__( '7 Columns', 'avia_framework' )	=> '7'
    																),
    														'medium'	=> array(
    																	__( 'Automatic, based on screen width', 'avia_framework' )	=> 'flexible',
    																	__( '2 Columns', 'avia_framework' )	=> '2',
    																	__( '3 Columns', 'avia_framework' )	=> '3',
    																	__( '4 Columns', 'avia_framework' )	=> '4',
    																	__( '5 Columns', 'avia_framework' )	=> '5',
    																	__( '6 Columns', 'avia_framework' )	=> '6',
    																	__( '7 Columns', 'avia_framework' )	=> '7'
    																),		
    														'small'		=> array(
    																	__( 'Automatic, based on screen width', 'avia_framework' )	=> 'flexible',
    																	__( '2 Columns', 'avia_framework' )	=> '2',
    																	__( '3 Columns', 'avia_framework' )	=> '3',
    																	__( '4 Columns', 'avia_framework' )	=> '4',
    																	__( '5 Columns', 'avia_framework' )	=> '5',
    																	__( '6 Columns', 'avia_framework' )	=> '6',
    																	__( '7 Columns', 'avia_framework' )	=> '7'
    																),	
    														'mini'		=> array(
    																	__( 'Automatic, based on screen width', 'avia_framework' )	=> 'flexible',
    																	__( '2 Columns', 'avia_framework' )	=> '2',
    																	__( '3 Columns', 'avia_framework' )	=> '3',
    																	__( '4 Columns', 'avia_framework' )	=> '4',
    																	__( '5 Columns', 'avia_framework' )	=> '5',
    																	__( '6 Columns', 'avia_framework' )	=> '6',
    																	__( '7 Columns', 'avia_framework' )	=> '7'
    																)
    													),
    								'std'			=> array(
    														'default'	=> '3',
    														'medium'	=> '3',		
    														'small'		=> '3',	
    														'mini'		=> '3'
    													)
    							),
    
    

    Best regards,
    Günter

    Hi,

    Glad we could help you.

    Enjoy the theme and have a nice day. Feel free to come back when you need further assistance.

    Best regards,
    Günter

    Hi,

    The shortcode av_privacy_modal_popup_button is part of core now since one of the last releases.

    Please check Dashboard -> Enfold -> Privacy and Cookies -> Privacy Shortcodes (last entry). You can define your own button text.

    Best regards,
    Günter

    in reply to: Enfold feature requests #1198041

    Hi,

    Thank you for using Enfold -and sorry for the late reply.

    I had forwarded this to Kriesi and Yigit is currently working on rebuilding a new feature request page. But we have no deploy date yet.

    Thank you for your patience and enjoy the theme.

    Best regards,
    Günter

    Hey asiabchk,

    Thank you for using Enfold.
    WPML provides compatibility support for Enfold. Did you already open a ticket at WPML and report the problem there?

    Best regards,
    Günter

    Hey Jan,

    Thank you very much for pointing us to this topic.

    I added it to our dev features repo and keep an eye on it.

    Best regards,
    Günter

    Hey 805ITS,

    Thank you for adressing this.

    You can use filter avf_optiospage_hide_data_fields to hide the envato token (since 4.6.4). Envato user name is no longer needed for auto update as envato changed the API.

    See enfold\framework\php\auto-updates\auto-updates.php for the documentation of the filter.

    Best regards,
    Günter

    in reply to: Dynamic Avia problem #1190157

    Hi,

    FYI:

    In the next update 4.7.3.1 there will be a theme option to prevent generating the timestamps.

    Best regards,
    Günter

    Hi,

    Thanks for feedback.

    Enjoy the theme and have a nice day.

    Feel free to come back when you need further assistance.

    Best regards,
    Günter

    in reply to: Trying to get property of non-object #1188989

    Hi,

    @Jason

    Glad it is working for you now.

    I will close this thread.

    Feel free to come back when you need further assistance and enjoy the theme. Have a great day.

    Best regards,
    Günter

    in reply to: Enfold Cookie banner settings and WPML problems #1185214

    Hey Jürgen,

    I checked your backend. I changed the button text to “Accept” and I also changed Nachricht (reverted it back to its original content).

    I changed it in German and English and saved it several times – changeings were kept.

    To me it seems to work correctly.

    Best regards,
    Günter

    in reply to: Compatibility problem with WPML and enfold #1184766

    Hi,

    I added a possible fix for the next update.

    Depending on your performance settings it might be necessary to toggle compression of css files (and it might be necessary to save the page(s) that made problems to update enfold internal data).

    Best regards,
    Günter

    in reply to: Enfold – Upcoming fixes #1184728

    Hi,


    @corefocusgroup

    Thanks for reporting this Added to our repo for next release.

    Best regards,
    Günter

    Hi,

    Glad we could help you – and thanks for the fedback.

    Enjoy the theme and have a nice day.
    Feel free to come back when you need further assistance.

    Best regards,
    Günter

    Hi,

    As accepting external services can have a big impact on the whole page you need to reload the page – there is an option for auto reload when user accepts settings:

    Show advanced options -> Auto Reload Page.

    Best regards,
    Günter

    Hi,

    Did you clear browser cache (and also try incognito window).

    If still exists, please open a new thread and provide WP admin credentials and a link to the page so we can check.

    I rechecked it on my server and it works for me.

    Sorry – missed, that you mean button action. Will check.

    Best regards,
    Günter

    • This reply was modified 4 years, 6 months ago by Ismael.
    in reply to: BIG PROBLEM after enfold update! 😳 #1183902

    Hi,

    The problem seems to be related to https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1182734.

    See example in private content – the first file is generated very often – on each call to the page.

    Interesting is, I activated merging temporarily – but the problem seems not to occur any longer.
    I enabled and disabled it several times and reloaded the frontpage – only one file was created.

    I returned to set it to deactivated.

    Can you check with your hoster if there are any SQL entries with error-generating-file from today?

    Best regards,
    Günter

    Hi,


    @pete4u

    Behaviour of the “Accept” button depends on the options you selected in “Default Cookie Behaviour” (must opt in / can opt out).

    must opt in – user has to allow explicit which services he wants to use.

    Best regards,
    Günter

    Hi,

    Please upgrade to 4.7.3. There is a new option: Essential cookies are accepted on first page load, user must opt in.

    As the rules for GDPR are quite complicated (and not really clear at the beginning) in a first step we decided to implement the strictest way to allow our users to be on the safe side – Visitors must opt in before cookies are accepted.

    The new option accepts cookies, but external services that Enfold offers visitor must opt in. To initially block 3-rd party plugin cookies you can use “Additional Custom Cookies” (found in “Show advanced options” section at the bottom).

    It is the decision of the website owner to select the options he needs to be complient with GDPR.

    Best regards,
    Günter

    • This reply was modified 4 years, 9 months ago by Günter.
Viewing 30 posts - 871 through 900 (of 3,695 total)