Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1311571

    Hi,

    Hope you are doing well. I just updated this website and all objects with a “Description text” (e.g. animated numbers), the text I have doesn’t appear, it only shows “Click to add your own text here”, but on the editor it shows the text correctly.

    Already tried without success disabling all plugins, deleting cache, editing the text and trying to add the object once again.

    Thank you!

    #1311576

    Hey,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately so we can apply the fixes for you? :)

    Regards,
    Yigit

    #1311581
    This reply has been marked as private.
    #1311586

    Hi,

    I updated the files. Please review your website :)

    Cheers!
    Yigit

    #1311589

    I’m having this exact same issue. Also tried without success disabling all plugins, deleting cache, editing the text and trying to add the object once again. Please let me know what fixes you apply.

    #1311590

    Hi @leadingnorth,

    For Icon Box element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line

    
    $default = $this->sync_sc_defaults_array( $default );
    

    and change it to following

    
    $default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
    

    For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 631st line

    
    $default = $this->sync_sc_defaults_array( $default );
    

    and change it to following

    
    $default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
    

    To fix Dark & Light Transparent Buttons, please replace /enfold/config-templatebuilder\avia-template-builder\php\base-classes\class-popup-templates-callback.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/base-classes/class-popup-templates-callback.php

    To fix Accordion element scroll to top on click, please replace /enfold/config-templatebuilder/avia-shortcode/toggles/toggles.js element with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/shortcodes/toggles/toggles.js

    Best regards,
    Yigit

    • This reply was modified 3 years ago by Yigit.
    #1311595

    Those instructions fixed the problem for me. I really don’t like editing parent theme code though. Thank you for the fix. I assume you will roll this into the next Enfold update.

    #1311599

    For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 631st line

    $default = $this->sync_sc_defaults_array( $default );
    and comment it out as following

    $default = $this->sync_sc_defaults_array( $default, ‘no_modal_item’, ‘no_content’ );

    Thank you…that works….except for, it’s not in /iconbox/iconbox.php for animated numbers….it’s actually in /numbers/numbers.php :)

    #1311602

    Hi,


    @MidwestAquatics
    yes, these fixes will be included in the upcoming version that will be released very soon.


    @leadingnorth
    thanks for the heads up! I edited my post and corrected file and folder name :)

    Best regards,
    Yigit

    #1311615

    Thank you Yigit! Have a nice day.

    #1311628

    Hi,

    You are welcome! Let us know if you have any other questions and you too have a nice day :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘"Click to add your own text here" error’ is closed to new replies.