Forum Replies Created

Viewing 30 posts - 1,621 through 1,650 (of 3,695 total)
  • Author
    Posts
  • in reply to: Änderungen im Back-End nicht im Front-End sichtbar #1063706

    Hey guenther_baur,

    Danke dass Du Enfold verwendest.

    Dein Theme ist total veraltet (3.6.1 ist von 2016 June 6th).
    Wir haben momentan 4.5.3.

    Bitte update einmal auf die letzte Version. In jedem Fall ein Backup machen für ein fallback.

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    LG,
    Günter

    Hi,

    Glad we could help you and thanks for your assistance also.

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

    Best regards,
    Günter

    Hi,

    Can you try to replace (around line 353)

    
    if( defined( 'REST_REQUEST' ) && REST_REQUEST && ( $post instanceof WP_Post ) )
    

    with

    
    if( $post instanceof WP_Post )
    

    I uploaded the changed file.

    Best regards,
    Günter

    in reply to: Undefined Index – Error #1063664

    Hi,

    Thanks for the feedback.

    Let me know in the next days the status.
    Have a nice day.

    Best regards,
    Günter

    Hi,

    I installed the ACF plugin on my server and can reproduce what you mean.

    The output of the modal box is sent to the active editor TinyMCE – means when you have 2 editors and click in the second editor this becomes the active one.

    If you then open the modal window with the button of the this second editor your input is correctly placed in the position of the cursor of this second editor because this is the active editor.

    If you open the modal window with the button of the first editor instead your input is still placed in the position of the cursor of the second one because this is still the active editor.

    In my opinion if you want to add a shortcode to the text in an editor you want to control where the code is inserted – and click in the editor to have the cursor at that position – and in this case that editor becomes the active one and the code is placed at the cursor position. And this is from my point of view a consistent behaviour.

    You can check this in enfold\config-templatebuilder\avia-template-builder\assets\js\avia-tinymce-buttons-4.js – look for tinyMCE.activeEditor.

    Best regards,
    Günter

    Hi,

    Thanks for the feedback.

    Seems that WP must have changed something in the REST API with 5.0.

    I uploaded a new fix at https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_3/shortcode-template.class.php
    that works on my dev server.

    Changes can be found in function shortcode_handler_prepare line 315 ff.

    Can you please check if they work for you also.

    Best regards,
    Günter

    Hi,

    I’ve found a possible solution. Can you please replace

    enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php

    with this file:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_3/shortcode-template.class.php

    Do not forget to make a backup of the original file for a fallback.

    The changes can be found in function shortcode_handler_prepare line 315 ff.

    I asked Kriesi to recheck that these changes do not have a negative impact – if not it will become part of the core.

    Best regards,
    Günter

    in reply to: Undefined Index – Error #1063235

    Hi,

    Sorry, I was to quick. Uploaded a new fix – this should work now.

    Best regards,
    Günter

    in reply to: Undefined Index – Error #1063211

    Hi,

    I’ve found a possible solution. Can you please replace

    enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php

    with this file:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_3/shortcode-template.class.php

    Do not forget to make a backup of the original file for a fallback.

    The changes can be found in function shortcode_handler_prepare line 315 ff.

    I asked Kriesi to recheck that these changes do not have a negative impact – if not it will become part of the core.

    Best regards,
    Günter

    in reply to: Undefined Index – Error #1062786

    Hi,

    Thanks for this feedback. As I could reproduce it I can find a solution in core – I will look into it tomorrow and let you know when I have a possible solution for it – will be tomorrow.

    Best regards,
    Günter

    Hi,

    Thank you for reporting this – and sorry for the problems.

    I opened a bug issue for that in our dev repo.

    Cause is, that Gutenberg saves changes via REST API calls. We probably missed to create output of ALB content on regular calls.
    We try to fix it asap.

    Best regards,
    Günter

    in reply to: Undefined Index – Error #1062683

    Hi,

    Thanks for your feedback.

    I could reproduce the problem – but it is only occurring in backend caused by YOAST. When saving a page/post this plugin is calling the content filter which causes the template builder to execute the shortcodes without being initialized correctly. This leads to the undefined index.

    The blog page has a masonry element – but your error logs show masonry_gallery element. It looks like there are also more elements on one page because there are several entries within the same second.

    Could you figure out if the errors also occur only in backend on your server ?

    ——-
    By the way – you do not need the “Classic Edior” plugin. We have an option in Enfold Child -> Theme Options -> Select Your Editor.

    Best regards,
    Günter

    in reply to: Instagram hat 200 nicht zurückgegeben. #1061106

    Hi,

    There has been a fix added in version 4.5.3.
    Can you check with this version please?

    Best regards,
    Günter

    in reply to: BigCommerce issues. #1061104

    Hi,

    The margin is caused by this CSS:

    
    .html_header_left #main{
    margin-left: 300px;
    }
    

    You can try to override this value using the following (Add it to QuickCSS):

    
    .html_header_left #top.bigcommerce_product-template-default.single-bigcommerce_product #main{
    margin-left: 0px;
    }
    

    But you will need media queries to be responsive.

    Hope this helps you.

    Best regards,
    Günter

    • This reply was modified 5 years, 10 months ago by Günter.
    in reply to: Undefined Index – Error #1061096

    Hey MichaelAlbany,

    Thank you for reporting this.

    We occasionally got reports about this but could not figure out why.

    Which page is causing the troubles ?
    Did you already try to deactivate all plugins ?

    Best regards,
    Günter

    in reply to: "Your comment is awaiting moderation" does not appear #1061076

    Hi,

    In version 4.5.3 the fix for the comments has been added – can you try to upgrade to this version ?

    Maybe you have a staging site to test it before going on a live server.

    Best regards,
    Günter

    in reply to: tooltip on click instead of on mouseenter #1061073

    Hey Woutski,

    Please check this thread:

    I added an issue to our repo – maybe we will add a solution to the core in a future release.

    Best regards,
    Günter

    in reply to: Audio Player does not start automatically on all devices #1061071

    Hi,

    As much as I know some mobile devices do not allow an autostart to avoid unintended download of large amount of data.

    Maybe there is a setting on the device to allow this – but if not there is nothing we can do to overrule this.

    Best regards,
    Günter

    in reply to: Toolset CRED form Add media button not working #1061065

    Hey olppa,

    Thank you for using Enfold.

    In Dashboard -> Enfold Child -> Performance I changed option “Self hosted videos and audio features (WP-Mediaelement scripts)” to “Always load it”.

    Now the media gallery pops up.

    It should work now.

    Best regards,
    Günter

    in reply to: Add title attribute to logo and featured image #1061058

    Hey keeslamper,

    Thank you for using Enfold.

    There is a filter for the logo:

    enfold\framework\php\function-set-avia-frontend.php line 546:

    
    $logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link);
    

    For the blog:

    enfold\includes\loop-index.php line 69:

    
    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], $size);
    

    replace with:

    
    $current_post['slider'] = apply_filters( 'avf_post_featured_image_link', get_the_post_thumbnail( $current_post['the_id'], $size ), $current_post, $size );
    

    Hope this will help you.

    I added this filter to our repo – so it should become part of the core in one of the next updates.

    Best regards,
    Günter

    in reply to: Page previews not updating since 4.5.2 update #1061033

    Hi,

    Sorry for the late reply.

    I added a testpage “Enfold Test”. For this page the preview works fine as it should – adding a new element shows up in the preview without saving.

    It seems that the content of your mentioned pages causes the problem.

    Try to rebuild a page element by element and check after each new element, when the preview breaks (and if it is really this element by rebuilding the page again without using this element).

    This is the only way to narrow down the problem.

    Best regards,
    Günter

    Hey Manny,

    Thank you for using enfold.

    I added a filter for the next update.

    Meanwhile please replace

    enfold\config-gutenberg\class-avia-gutenberg.php

    with

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

    Then you can use a filter:

    
    add_filter( 'avf_gutenberg_admin_bar_edit_page_info', 'modify_admin_bar_edit_page_info', 10, 1 );
    function modify_admin_bar_edit_page_info( $show )
    {
    	$show = 'hide';
    	return $show;
    }
    

    Best regards,
    Günter

    Hi,


    @IngW

    Danke dass Du Enfold verwendest und die passende Lösung gefunden hast.
    Bei weiteren Fragen kannst Du gerne ein neues Topic anlegen.
    Viel Freude noch mit Enfold.


    @Guenni007

    Danke für die Hilfe :)

    Best regards,
    Günter

    in reply to: PHP 7 error !! #1057399

    Hi,

    Glad we could help you.

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

    Best regards,
    Günter

    in reply to: PHP 7 error !! #1057144

    Hi,

    Sorry for the late reply but it took some time to get access to the plugin.

    As I expected:

    In plugins\woocommerce-follow-up-emails\templates\email-variables\item-prices-image.php line 46:

    
    return apply_filters( 'woocommerce_product_get_image', $image, $product, $size, $attr, $placeholder );
    

    There is one parameter missing.

    The standard WC filter signature is with 6 parameters – see woocommerce\includes\abstracts\abstract-wc-product.php line 1835:

    
    return apply_filters( 'woocommerce_product_get_image', $image, $this, $size, $attr, $placeholder, $image );
    

    Please report it to the plugin authors to fix this.

    As a temp. fix you can change in enfold\config-woocommerce\config.php line 2251:

    
    add_filter( 'woocommerce_product_get_image', 'avia_wc_widget_product_image_size', 10, 6 );
    

    to

    
    add_filter( 'woocommerce_product_get_image', 'avia_wc_widget_product_image_size', 10, 5 );
    

    and line 2299:

    
    function avia_wc_widget_product_image_size( $image, $product, $size, $attr, $placeholder, $image1 )
    

    to

    
    function avia_wc_widget_product_image_size( $image, $product, $size, $attr, $placeholder )
    

    Best regards,
    Günter

    in reply to: icon grid spacing on mobile view #1054038

    Hi,

    Glad we could help you.

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

    Best regards,
    Günter

    in reply to: PHP 7 error !! #1054037

    Hi,

    Seems to be a problem with woocommerce-follow-up-emails plugin. See private content below #3 and #4.

    I do not have access to this plugin so I cannot check it – but the Stack trace in #3 shows the apply_filters call – probably this is the reason.

    Best regards,
    Günter

    in reply to: PHP 7 error !! #1053651

    Hi,

    I checked the problem with WooCommerce 3.5.3 and Enfold 4.5.2 (but should also be the same with prior versions)

    In woocommerce\includes\abstracts\abstract-wc-product.php line 1835:

    
    return apply_filters( 'woocommerce_product_get_image', $image, $this, $size, $attr, $placeholder, $image );
    

    This is exactly the signature for our function definition with 6 parameters in enfold\config-woocommerce\config.php line 2251:

    
    add_filter( 'woocommerce_product_get_image', 'avia_wc_widget_product_image_size', 10, 6 );
    

    and line 2299:

    
    function avia_wc_widget_product_image_size( $image, $product, $size, $attr, $placeholder, $image1 )
    

    Might be one of your plugins or custom code hooks wrong into this filter or calls the filter with only 5 parameters.

    Best regards,
    Günter

    in reply to: Seiteninhalte verschwinden bei Aktualisierung #1049034

    Hi,


    @jaschagoe

    Ja, bitte – mach einen neuen thread auf und gib uns einen WP admin account (in private content).
    Auch bitte einen Link zu der Seite die Probleme macht.

    Best regards,
    Günter

    in reply to: Php error in the header of my site #1047654

    Hi,

    We try to keep Enfold compatible with as many plugins as possible – but this is not always possible as there are so many plugins around. And a plugin with only 3k downloads is not very popular.

    I downloaded it and activated it – it does not show any errors on my dev server.

    I do not have google accounts to test it. If you provide me a working account and describe, what to do to reproduce the error I will have a quick look. But we ask for your undrstanding that we cannot spend too much time on that.

    Best regards,
    Günter

Viewing 30 posts - 1,621 through 1,650 (of 3,695 total)