Forum Replies Created

Viewing 30 posts - 4,651 through 4,680 (of 82,624 total)
  • Author
    Posts
  • in reply to: Text in Iconbox not showing #1311447

    Hi @kwlodar,

    I applied the fixes on your installation as well. Please review your website :)

    Cheers!
    Yigit

    in reply to: Text in Iconbox not showing #1311445

    Hey,

    I applied the fixes for Icon Box, Animated Numbers and Dark and Light Transparent Buttons on your installation.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Dark and Light transparent button not showing correctly #1311440

    Hi,

    You are welcome!

    Final fix is to 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

    If you would like us to update the file for you, please create temporary admin logins and post them here privately :)

    Cheers!
    Yigit

    in reply to: Icon Box problem #1311439

    Hi,


    @cuccarini
    I applied the fixes on your installation. Please review your website.


    @jgrune
    & @peterwinkeljohann If you would like to apply the fix:
    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 comment it out as 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/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' );
    

    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 use Classic Widgets instead of Block Widgets introduced in WordPress 5.8, please use this plugin – https://wordpress.org/plugins/classic-widgets/

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately.


    @jgrune
    please share login link as well :)

    Regards,
    Yigit

    in reply to: Icon Box Broken in v4.8.4? #1311431

    Hi,

    Please revert the change you made above and find following line in /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php and /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php files:

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

    and change it to following

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

    If you would like us to update the files for you, please create temporary admin logins and post them here privately :)

    Regards,
    Yigit

    in reply to: Accordion Toggle Jumping to the Top #1311425

    Hi Darren,

    Could you please create temporary admin logins and post them here privately so we can install previous version of Enfold for you? :)

    Best regards,
    Yigit

    in reply to: Buttons gone.. #1311266

    Hi,

    Glad temp fixes worked!

    Yes and I could reproduce the scroll to top issue and reported it however borders seem to show up fine on my local installation. Could you please share a link to your page where we can see the border issue?

    Regards,
    Yigit

    in reply to: Problem with Icon Box after Enfold 4.8.4 Update #1311265

    Hey,

    We are sorry for the inconvenience!

    If you would like to apply a temporary fix for Icon Box content, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

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

    
    'std' 	=> __( 'Add your own text', 'avia_framework' ),
    

    and change it to following

    
    //'std' 	=> __( 'Add your own text', 'avia_framework' ),
    

    To fix Dark and Light Transparent Button borders, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top .avia-button.avia-color-dark,
    #top .avia-button.avia-color-light {
        border-style: solid !important;
    }

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately.

    We have reported the issues to our devs and will release a fix as soon as possible. Accordion element’s scroll to top on click issue is also reported however we do not have a temporary fix for it yet. We will share it as soon as we have it as well.

    Regards,
    Yigit

    in reply to: Buttons gone.. #1311260

    Hey,

    Thanks for contacting us and sorry for the inconvenience!

    We have reported the issue to our devs and will release a fix as soon as possible.

    If you would like to apply a temporary fix for Icon Box, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    To fix border issue on the button element, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top .avia-button.avia-color-dark,
    #top .avia-button.avia-color-light {
        border-style: solid !important;
    }

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    Regards,
    Yigit

    • This reply was modified 4 years, 7 months ago by Yigit.
    in reply to: Change bold front to black #1311258

    Hi Kurt,

    Glad Ismael could help!

    We have replied to your other thread. Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    Hi Eve,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately so we can look into it?

    Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top .avia-button.avia-color-dark,
    #top .avia-button.avia-color-light {
        border-style: solid !important;
    }

    Best regards,
    Yigit

    • This reply was modified 4 years, 7 months ago by Yigit.
    in reply to: Symbol-box text is not displayed in frontend #1311255

    Hi Bernd,

    I went to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and commented out following on 196th line as a temporary fix

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    We are going to release an update as soon as possible and sorry for the inconvenience!

    Best regards,
    Yigit

    in reply to: Enfold 4.8.4 Breaks Icon Box Content Editor #1311254

    Hey,

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    We are sorry for the inconvenience!

    Best regards,
    Yigit

    in reply to: Enfold release breaks icon boxes! ***** #1311253

    Hi,

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    We are sorry for the inconvenience!

    Regards,
    Yigit

    in reply to: Icon Box doesn't show text below #1311252

    Hi,

    Thanks for contacting us and sorry for the inconvenience!

    We have reported the issue to our devs and will release a fix as soon as possible.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)


    @ignitionworkshop
    Thanks for your help!

    Regards,
    Yigit

    in reply to: multi use licensing #1311251

    Hi,

    Thanks for contacting us!

    Yes, you can use the same license on subdomains however each individual domain would require a separate license.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

    in reply to: Drop down button (Possibly missing function) #1311249

    Hey Alexander,

    Thanks for contacting us!

    I have forwarded your request to our devs and shared this thread as reference. We are going to update you regarding your request here :)

    Regards,
    Yigit

    in reply to: Animated Numbers text #1311248

    Hi,

    Glad temporary fix worked! We are going to release an update as soon as we can. Thanks for your patience!

    Regards,
    Yigit

    in reply to: Symbol Box #1311247

    Hey!

    You are welcome! We are going to release one as soon as possible. Thanks for your understanding!

    Regards,
    Yigit

    in reply to: "Click to add your own text here" on icon box #1311246

    Hey,

    Thanks for contacting us and sorry for the inconvenience!

    We have reported the issue to our devs and will release a fix as soon as possible.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    Regards,
    Yigit

    in reply to: enfold after last update no content in symbol box #1311244

    Hey,

    Thanks for contacting us and sorry for the inconvenience!

    We have reported the issue to our devs and will release a fix as soon as possible.

    I edited /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php file in Appearance > Editor and commented out following on 196th line as a temporary fix

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    Please review your website.

    Regards,
    Yigit

    in reply to: Change font in text box #1311243

    Hey Kfranck,

    I edited your Icon Box element and went to Styling > Font Sizes tab and changed font title to 11px.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Animated Numbers text #1311242

    Hi,

    Thanks for contacting us and sorry for the inconvenience!

    Please refer to @dogsbody’s post above. If you would like us to update the file for you, please create temporary admin logins and post them here privately.


    @dogsbody
    Thanks for your help!

    Regards,
    Yigit

    in reply to: Troubles with 4.8.4 update on Icon box and #1311227

    Hey,

    Thanks for contacting us and sorry for the inconvenience!

    We have reported the issues to our devs and will release a fix as soon as we can.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    Then go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php and find following on 207th line

    
    'std' 	=> __( 'Add your own text', 'avia_framework' ),
    

    and change it to following

    
    //'std' 	=> __( 'Add your own text', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    Regards,
    Yigit

    in reply to: New Enfold release (07/20/21) breaks icon boxes! #1311224

    Hi,

    @Eve thanks for the feedback!

    Best regards,
    Yigit

    in reply to: Problem with update to 4.8.4 #1311223

    Hey Maura,

    Thanks for contacting us and sorry for the inconvenience!

    1- We have reported the issue to our devs and will release a fix as soon as possible.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    2- Could you please elaborate on the second issue so we can reproduce on our installations?

    Best regards,
    Yigit

    in reply to: Problem with new update 4.8.4 #1311222

    Hi,

    Thanks for contacting us and sorry for the inconvenience!

    1- We have reported the issue to our devs and will release a fix as soon as possible.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 207th line

    
    'std' 	=> __( 'Add your own text', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Add your own text', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    2- Could you please clear browser and server cache and check if that helps? If not, please create temporary admin logins and post them here privately so we can look into it.

    Regards,
    Yigit

    Hey,

    You are welcome!

    You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert Personal Token in Enfold theme options to receive auto updates. Please skip version 4.8.4 as we are going to fix a few issues and release 4.8.4.1 very soon. So please update to that version when it is available :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: Symbol Box #1311218

    Hi @moreeez308,

    Yes, it will be fixed as soon as possible.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please start a new thread and post temporary WP admin logins privately.

    Best regards,
    Yigit

    in reply to: Icon Box Broken in v4.8.4? #1311215

    Hey Scott,

    Thanks for contacting us and sorry for the inconvenience!

    We have reported the issue to our devs and will release a fix as soon as possible.

    If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line

    
    'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    and comment it out as following

    
    //'std' 	=> __( 'Click to add your own text here', 'avia_framework' ),
    

    If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)

    Regards,
    Yigit

Viewing 30 posts - 4,651 through 4,680 (of 82,624 total)