Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1311614

    …the //’std’ – fix didn’t help, my own text is still not shown but instead the default “Click to add your own text here”
    pls help!

    #1311776

    I have the same Problem :-(

    #1311826

    Hi,

    Thanks for contacting us and sorry for the inconvenience!

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

    Regards,
    Yigit

    #1311832

    Hi Yigit,
    i solved the problem with the //st– fix i found after i write the post :-)

    Greets mexi

    #1311834

    Hi Mexi,

    Glad you figured it out!

    Final fix is following so please apply this one instead :)

    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' );
    

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.