Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1311176

    Since the update (of both Enfold & WordPress) the buttons have disappeared..

    Sample code..

    [av_button label='Learn More' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='center' label_display='' title_attr='' color='dark' custom_bg='#444444' custom_font='#ffffff' link='page,9886' link_target='' id='' custom_class='' av_uid='av-1izt17f' admin_preview_bg='']

    Also we are having the same problem as everyone else with the icons.

    Best Regards..

    #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 3 years, 4 months ago by Yigit.
    #1311264

    Thank you for the response! Both temp-fixes did work.

    Has anyone reported a problem with the Accordion (toggles)? It seems when you select an item in the accordion the page will jump to the top and there seem to be no borders.

    #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

    #1311495

    I thank you for the response.. Is there a fix yet for the accordance scrolling to the top yet ?

    Below is the page in question..

    https://www.oups.org/faqs/

    Thanks!

    #1311533

    Hi,

    Please replace /enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/shortcodes/toggles/toggles.js in Appearance > Editor.

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

    Best regards,
    Yigit

    #1311548

    Ygit,

    Thank you for that update, it stopped it from moving us to the top of the page.

    We still seem to think it is not functioning properly somehow… For example…when you have it set for a toggle box to be auto opened, I could have sworn it still showed some kind of minus sign or something in the right corner of the toggle box to show that you are able to close that toggle and it still seems like we are missing something, a border or something. It just does not look the same as before and we just can’t put our finger on it.

    Hopefully, this is making sense to you.

    #1311551

    Hey,

    We will test further and compare with previous version.

    In the meantime, I checked your page and could not see any toggle that is initially open, so I reloaded the page with toggle ID and it showed minus icon on my end. I attached both link and screenshot in private content field below.
    As I mentioned, we will test further however if you manage to put finger on the difference, please let us know!

    Cheers!
    Yigit

    #1311557

    Here is the page where the toggle is set to auto-open on the first 4 toggle boxes.

    #1312407

    Hi,

    Did you set the border and background color to white? The minus symbol or toggle icon is not visible because its color is the same as the background. Try to check if the background and border color is set to the same color.

    We could also use this css code to adjust the color of the toggle icon.

    #top .av_toggle_section .toggle_icon {
        border-color: red;
    }
    

    Best regards,
    Ismael

    #1312446

    adding the css appears to work. Changing the colors within the styling does not.

    thank you

    #1312832

    Hi,

    We have found out that accordion custom background color and custom border colors are ignored when “Custom Font Color” field left empty. If Custom Font Color field is empty, please insert #333 and save.

    We are going to fix the issue in upcoming version :)

    Best regards,
    Yigit

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