Forum Replies Created

Viewing 30 posts - 1,441 through 1,470 (of 3,695 total)
  • Author
    Posts
  • Hey IdeaZone2550,

    Thank you for using Enfold and thank’s for reporting this.

    Please update enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php around line 892 (function query_entries_by_id):

    
    if(!$page) $page = 1;
    

    Replace with:

    
    			if( ! $page || $params['paginate'] == 'none' ) 
    			{
    				$page = 1;
    			}
    

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

    If you need assistance in updating please provide WP admin credentials and a link to your backend and we can do it for you.

    Best regards,
    Günter

    in reply to: Is it possible to have the Animated Numbers count up? #1089603

    Hi,

    Thanks for the feedback.

    It is in the pull requests for the next update. Hope Kriesi will merge.

    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: The icons are not displayed in the selected color. #1089600

    Hi,

    Glad we could help you. Fix should become part of the next update.

    Enjoy the theme and feel free to come back if you need further assistance.

    Best regards,
    Günter

    in reply to: URGENT: Fatal Error #1089518

    Hey iisrael,

    Thank you for using Enfold.

    What version of Enfold are you using? Current is 4.5.5. Try to update to the latest version.

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your ThemeForest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works.

    Make sure to keep a backup of your current version for a fallback.

    Best regards,
    Günter

    Hey Axel,

    Danke dass Du Enfold verwendest.

    Momentan läuft Deine Seite auf Version 3.0.4 (vom 2014 November 20th). Zugegeben – ich kenne die Funktionalität dieser Version nicht.

    Momentan haben wir 4.5.5 und WP hat mit 5.0 einen grossen Sprung gemacht. Gut möglich, dass da einiges nicht mehr so zusammenpasst und ein Umstieg nicht leicht möglich ist.

    Da die neueste Version von Enfold eine Menge neuer Features anbietet (auch im Hinblick auf Responsive Design für Mobile) solltest Du überlegen die Seite komplett neu aufzubauen und zu designen. Der Advanced Layout Editor mit Drag und Drop unterstützt Dich dabei. Wenn Du den Block Editor von WP nicht möchtest, erlaubt Enfold in einer Option diesen auszuschalten.

    Wird in Summe vermutlich billiger sein und Du bist am letzten Stand der Technik. Wenn Du dann ständig updatest sollten die Updates kein Problem mehr machen.

    LG,
    Günter

    in reply to: The icons are not displayed in the selected color. #1089495

    Hi,

    I updated config-templatebuilder/avia-shortcodes/iconlist/iconlist.php lines 521 – 526.

    This should fix your problem.

    Best regards,
    Günter

    in reply to: sehr viele 404-Fehler im /dynamic_avia/ Ordner #1089166

    Hi,

    @cg

    Danke für diese ausführliche und wichtige Info.

    Best regards,
    Günter

    in reply to: ADA compliancy #1089162

    Hi,

    Thanks a lot for this detailed description.

    I have opened an issue for that in our dev repo and will keep an eye on it.

    For the next update which is close I’m afraid we will not be able to adress any of the points.

    Best regards,
    Günter

    in reply to: Is it possible to have the Animated Numbers count up? #1089145

    Hey!

    I added a solution for adding thousand seperators to the numbers (use Enfold 4.5.5)

    Please replace
    enfold\config-templatebuilder\avia-shortcodes\numbers\numbers.php
    enfold\config-templatebuilder\avia-shortcodes\numbers\numbers.js

    with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/animated_numbers/numbers.php
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/animated_numbers/numbers.js

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

    Check the options for the element.

    Regards,
    Günter

    in reply to: CSS rendering bug in 4.5.5 #1089098

    Hi,

    Thank you for using Enfold – and sorry for that.

    In the last update there is a bug in the iconlist element.

    Please update enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php

    with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/InlineStyleFix/iconlist.php

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

    If you need assistance in updating let us know and we can do it for you – please provide ftp access.

    Best regards,
    Günter

    in reply to: Problemfall Symbolliste #1089088

    Hi,


    @ulif

    Danke für die Rückmeldung. Viel Freude noch mit dem Theme.

    Best regards,
    Günter

    in reply to: RSS Widget no longer working #1089082

    Hi,

    Sorry for the late reply – and thanks for the feedback.

    In https://kriesi.at/support/topic/rss-widget-no-longer-working/#post-1085464 I asked you to update enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php line 343 and this added:

    
    && ! is_feed() && ! is_comment_feed()
    

    which are core WP functions and check for feeds – and let the program flow continue processing the shortcodes.

    But as I said in https://kriesi.at/support/topic/rss-widget-no-longer-working/#post-1086484:

    Using the rss feed on my dev server works as expected – also with a feed to your server.

    Honestly, no idea. Can you try setup a simple staging site on a different server and check ?

    Best regards,
    Günter

    in reply to: Problemfall Symbolliste #1089074

    Hi,

    Ich habe einen fix hochgeladen:

    Bitte die Datei enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php

    mit https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/InlineStyleFix/iconlist.php

    ersetzen.

    Bitte eine Kopie der Originaldatei als Fallback machen – Server und Browsercache löschen nicht vergessen.

    Falls Hilfe benötigt wird, bitte um WP Admin access und FTP access – dann können wir das gerne machen.

    Bitte nochmals den Fehler zu entschuldigen.

    Best regards,
    Günter

    in reply to: The icons are not displayed in the selected color. #1089071

    Hey J.,

    Thank you for using Enfold – and sorry for that.

    In the last update there is a bug in the iconlist element.

    Please update enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php

    with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/InlineStyleFix/iconlist.php

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

    If you need assistance in updating let us know and we can do it for you – please provide ftp access.

    Best regards,
    Günter

    Hi,

    Thank you for the credentials.

    But I cannot see the theme editor menu in WP Dashboard-> Appearance. So I cannot check or modify the file.

    Maybe something went wrong when updating the file – or the server has a cache and did not recognise the changes.

    As a temporary fix you can disable CSS merging (Enfold Child -> Performance tab).

    The fix should be in the next update. If you do not want to wait for the next update can you give us ftp access and a full admin account so we can update the file and check? After update it needs to save the Enfold theme options to force a rebuild of the merged files.

    Best regards,
    Günter

    Hi,

    Always sort on the highest variable price (whether ascending or descending) – simple as that.

    As theme we have to follow the default behaviour of WooCommerce.

    Your request is actually customization.

    What you can try is the following in WooCommerce core (replace min with max):

    woocommerce\includes\class-wc-query.php line 527:

    
    				SELECT post_id, min( meta_value+0 ) price
    

    Replace with:

    
    				SELECT post_id, max( meta_value+0 ) price
    

    and

    line 537 (only the beginning of the line):

    
    			$args['join'] .= " INNER JOIN ( SELECT post_id, min( meta_value+0 ) price
    

    Replace with:

    
    			$args['join'] .= " INNER JOIN ( SELECT post_id, max( meta_value+0 ) price
    

    Best regards,
    Günter

    in reply to: Icon List problems #1088380

    Hi,

    I updated

    enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.php
    enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php

    That should fix the problems.

    Will be part of the next release.

    Best regards,
    Günter

    in reply to: Problemfall Symbolliste #1088377

    Hi,

    Sorry für das Problem.

    Falls Du nicht auf das nächste Update warten kannst, bitte einen WP admin user für uns anlegen, einen Link zu der Seite mit dem Problem und dann können wir Dir gerne einen fix geben.

    Best regards,
    Günter

    Hi,

    Thanks for sharing this solution and that your problem is fixed.

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

    Best regards,
    Günter

    in reply to: enfold\css\dynamic-css.php on line 1020 #1088298

    Hey Kevinhvan,

    Thank you for using Enfold.

    This is caused by an outdated php version (< 5.6).

    Please replace in css\dynamic-css.php on line 1020:

    
    if( ! empty( avia_get_option( ‘quick_css’ ) ) )
    

    with

    
    $quick_css = avia_get_option( 'quick_css' );
    if( ! empty( $quick_css ) )
    

    I added that fix for the next update.

    But you should consider upgrading to a newer php version (also for security reasons):

    PHP versions supported

    Best regards,
    Günter

    • This reply was modified 5 years, 7 months ago by Günter.
    in reply to: Pagination at MAGAZIN-Layout #1088293

    Hi,

    Please have a look:

    Best regards,
    Günter

    in reply to: Version 4.5.5 –> Enfold css merge problem #1088289

    Hey Marc,

    Thank you for using Enfold.

    Goto WP Dashboard -> Enfold Options Page -> Performance Tab and Selectbox Scan Widgets for Theme Shortcodes.

    Select “Scan Widgets”.

    That should solve the problem.

    If not, please create an admin account for us and a link to the page with the problem. You can place the credentials in private content.

    Best regards,
    Günter

    in reply to: Magazin Pagination #1088247

    Hi,

    Please update enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php

    with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/magazine.php

    This will add a pagination – tabs do not supported pagination because that could lead to empty content which is rather confusing for visitors.

    Do not forget to make a backup of the original file for a fallback.
    If you need assistance in updateing the file let us know and we can do it for you.

    Should become part of core in the next update.

    Best regards,
    Günter

    in reply to: Magazin Pagination #1088154

    Hi,

    I added this to our dev repository to add it to core. Will come back when we have a solution.

    Best regards,
    Günter

    Hi,

    The solution with

    @

    mentioned here is a safe one because it only affects error reporting on this line.

    To me it seems that the content of the page seems to contain elements (like

    \par

    ??) that the preg_match gets in conflict when parsing the string.

    To reproduce it I would need the shortcodes of the page.

    If you cannot give me access to the page can you try to build a page with as few elements as possible where the problem occurs and send me the shortcodes in private content?

    You need to enable ALB debug mode: Please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor

    This lets you view the shortcode for all the page elements.

    Best regards,
    Günter

    in reply to: Template-builder & Bedrock not working together #1086642

    Hi,


    @guenni007

    Kriesi is planning a release probably next week – and for testing purpose I wanted to keep this seperate. If I get the OK and Kriesi does not make a release at beginning of next week I will merge the 2 fixes into 1.

    IMO this fix here is not really needed by many users.

    Best regards,
    Günter

    in reply to: BUG? Pagination buttons on posts do not work #1086485

    Hi,

    Thanks for the feedback. And glad we could help you.

    The changes are in the pull requests for the next update.

    Enjoy the theme and feel free to come back if you need further assistance.
    I will close this topic for now.

    Best regards,
    Günter

    in reply to: RSS Widget no longer working #1086484

    Hi,

    Strange. I added the feeds (see private content below) in my dev environment and the feeds show up.
    Both in sidebar and custom widget areas as you use it.

    Could it be, that your hoster is blocking access somehow ? The RSS widget is core WP.

    Can you try to create a staging site on server with a different IP adress?

    Best regards,
    Günter

    in reply to: Template-builder & Bedrock not working together #1086478

    Hi,

    @Vince

    I added 2 more filters: avf_asset_mgr_get_file_data and avf_compress_file_content_path


    @Guenni007

    These are 2 different things.

    The filters in this topic refer to the files to be compressed – this actually should work fine but Vince asked for filters to build his own replacements.

    The other replacements are done for the dynamic css file (links to images).

    Best regards,
    Günter

    in reply to: Fatal error class-avia-gutenberg.php on line 31 #1086405

    Hi,

    Please replace in file enfold\config-gutenberg\class-avia-gutenberg.php line 31:

    
    if( true === apply_filters( 'avf_block_editor_theme_support', empty( avia_get_option( 'block_editor_theme_support', '' ) ) ) )
    

    with

    
    $block_editor_supported = empty( avia_get_option( 'block_editor_theme_support', '' ) );
    if( true === apply_filters( 'avf_block_editor_theme_support', $block_editor_supported ) )
    

    If you need assistance let us know (please provide a WP admin account for us in private content)

    Best regards,
    Günter

Viewing 30 posts - 1,441 through 1,470 (of 3,695 total)