-
AuthorPosts
-
July 8, 2018 at 2:36 am #982623
Hi,
I am having some issues with my footer widgets on my site.
1- The Enfold Mailchimp Newsletter Sign Up is not allowing me to dropdown on the footer widget column 1
2- I am trying the following shortcode in footer widget column 2 and it is only showing one icon on the front end.
—————————————————————————————————————————————————————-
<ul class=”noLightbox social_bookmarks icon_count_6″>
<li class=”social_bookmarks_facebook av-social-link-facebook social_icon_1″><span class=”avia_hidden_link_text”>Facebook</span>
<li class=”social_bookmarks_twitter av-social-link-twitter social_icon_2″><span class=”avia_hidden_link_text”>Twitter</span>
<li class=”social_bookmarks_instagram av-social-link-instagram social_icon_3″><span class=”avia_hidden_link_text”>Instagram</span>—————————————————————————————————————————————————————-
Please help. My dev site is http://77.104.128.85/~triden11
July 8, 2018 at 6:45 pm #982764Hey navindesigns,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer #text-3.widget li { clear: none; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 8, 2018 at 7:15 pm #982775I can see the social media icons but how do I get the mailchimp to show up?
Do I have to download the mailchimp plugin? I cannot expand the widget dropdown
July 8, 2018 at 8:27 pm #982817Hi, navindesigns
Best regards,
VictoriaJuly 9, 2018 at 2:35 am #982906Got it
I just added my key and its working but one final question, I only want email address as the signup field, I dont want first name, last name and birthday on the form. How do I remove those?
July 9, 2018 at 3:50 pm #983164Hi,
Take a look at the post here :)
https://kriesi.at/support/topic/mailchimp-widget-remove-hide-form-fields/Best regards,
BasilisJuly 12, 2018 at 4:39 am #984459Thanks. I tried the following code but it only removed the fields from the homepage but no other pages. How can I apply it sitewide?
form.avia_ajax_form.av-form-labels-hidden.avia-mailchimp-form p#element_avia_5_2 {display: none;}
form.avia_ajax_form.av-form-labels-hidden.avia-mailchimp-form p#element_avia_1_2 {display: none;}
form.avia_ajax_form.av-form-labels-hidden.avia-mailchimp-form p#element_avia_2_2 {display: none;}July 12, 2018 at 12:31 pm #984662Hi navindesigns,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer .av-mailchimp-widget #element_avia_1_1, #footer .av-mailchimp-widget #element_avia_2_1, #footer .av-mailchimp-widget #element_avia_5_1 { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 13, 2018 at 3:26 am #984937That works.
Thanks!
July 13, 2018 at 8:50 am #985032Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Enfold Footer Widget Issues’ is closed to new replies.