Forum Replies Created

Viewing 30 posts - 871 through 900 (of 3,706 total)
  • Author
    Posts
  • in reply to: Some fixes in 4.7.5 #1221220

    Hey grizzlydev,

    Thanks for reporting this. Will be fixed in next update.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1217852

    Hi Roger,

    @ezwebdesign

    I integrated your files on April 29, but we recieved translations from another user later (https://kriesi.at/support/topic/please-contribute-and-translate-enfold/#post-1214700) which was added by Yigit and overwrote your changes.

    Hard to find a solution for this.

    I created an outsourced copy of the language files here: https://github.com/KriesiMedia/enfold-library/tree/master/language_files

    In future I will create a new directory after each merging new language files and will add the changes to a changelog.txt.

    Hope this will help to avoid this.

    Best regards,
    Günter

    in reply to: Hide Author Bio Where Not Defined #1216998

    Hey!

    There are filters in enfold\includes\loop-about-author.php like avf_author_description.

    For next release 4.7.5.1:

    I added a new parameter $context to these filters in that file so it will be easier to identify the filter call.

    And I added a new filter avf_author_description_loop_about which is right before the final output that allows to skip completly the section or return a custom description text.

    Hope this will help..

    Best regards,
    Günter

    in reply to: reCAPTCHA problem #1214266

    Hi,

    In next release you will find a new theme option “Custom Font Display Behaviour” (in Performance -> Show advanced options).

    Best regards,
    Günter

    Hey OPTIMAL,

    Function get_the_time() provides filter ‘get_the_time’ and implicitly calls get_post_time() with filter ‘get_post_time’.

    If we apply some additional filters to av-masonry-helper.php this will not help as you will also face the same problems in other places.

    To me the solution would be to hook into the get_post_time filter, check which is the current language format needed and if it is different from called format call get_post_time().

    That should cover all situations.

    Best regards,
    Günter

    in reply to: Enfold – Upcoming fixes #1212542

    Hi,

    Please open a new thread with your questions and provide a link to your site and WP admin credentials.

    We will close this thread.

    Best regards,
    Günter

    in reply to: Link to call from Skype social icon #1211394

    Hi!

    This is a core WP setting, that skype is not supported by default.

    Please use this plugin to activate it:

    Regards,
    Günter

    in reply to: Transition speed in slider ALB. #1211091

    Hey!

    I added a selectbox “Transition Speed” to Easy Slider -> Advanced Tab -> Slider Animation (in 4.7.4.1).

    I will check other slideshows asap.

    If you want to have a beta version to test let us know.

    Cheers!
    Günter

    in reply to: Please contribute and translate Enfold #1211042

    Hi,


    @harrysdk
    @EZWebdesign

    Thanks a lot for contributing translations.

    But you have been working on a source where a lot of strings are missing – and some might have become obsolete.

    We do not sync the language files normally – so before you start to translate always sync them with the source:

    Using Loco translate plugin you can configure the template file for the “Enfold” bundle:
    – Loco Translate -> Themes -> Enfold -> Advanced configuration tab -> “Template file” -> enter lang/enfold.pot

    Important: before doing any sync make sure to “upgrade” file sizes to skip:
    – Loco Translate -> Settings -> Site Options -> Extracting strings -> enter 99999K

    Sync template and language file:
    – Loco Translate -> Themes -> Enfold -> Overview tab -> Edit Template tab -> Sync button -> Save
    – Loco Translate -> Themes -> Enfold -> Overview tab -> “your language” -> Sync button -> Save

    Now your language file is up to date with the source.

    —————————

    I uploaded the latest sync version 4.7.4.1 for all languages here:

    https://github.com/KriesiMedia/enfold-library/tree/master/language_files/2020_05_08-v4.7.4.1

    You can download them, add the missing translations and if you provide the .mo and .po files we will add them to core.

    Best regards,
    Günter

    in reply to: Email Subject Line For Forms #1210752

    Hi!

    Since 4.6.4 there is a new filter avf_contact_form_autoresponder_mail (see enfold\framework\php\class-form-generator.php).

    which allows bulk changing of mail content.

    For next release I added an input field “Autoresponder Subject” to the ALB contact form.

    Best regards,
    Günter

    Hi!

    We added filter avf_attachment_copyright_text in the next release. I think this is a more flexible solution.

    Hope this will help you.

    Best regards,
    Günter

    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

Viewing 30 posts - 871 through 900 (of 3,706 total)