-
AuthorPosts
-
July 21, 2021 at 4:20 pm #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..
July 21, 2021 at 10:10 pm #1311260Hey,
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.
July 21, 2021 at 10:21 pm #1311264Thank 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.
July 21, 2021 at 10:42 pm #1311266Hi,
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,
YigitJuly 22, 2021 at 2:45 pm #1311495I thank you for the response.. Is there a fix yet for the accordance scrolling to the top yet ?
Below is the page in question..
Thanks!
July 22, 2021 at 5:08 pm #1311533Hi,
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,
YigitJuly 22, 2021 at 5:32 pm #1311548Ygit,
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.
July 22, 2021 at 5:36 pm #1311551Hey,
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!
YigitJuly 22, 2021 at 5:49 pm #1311557Here is the page where the toggle is set to auto-open on the first 4 toggle boxes.
July 26, 2021 at 12:22 pm #1312407Hi,
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,
IsmaelJuly 26, 2021 at 2:31 pm #1312446adding the css appears to work. Changing the colors within the styling does not.
thank you
July 27, 2021 at 7:09 pm #1312832 -
AuthorPosts
- You must be logged in to reply to this topic.