Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #982764

    Hey 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,
    Victoria

    #982775

    I 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

    #982817

    Hi, navindesigns

    Best regards,
    Victoria

    #982906

    Got 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?

    #983164

    Hi,

    Take a look at the post here :)
    https://kriesi.at/support/topic/mailchimp-widget-remove-hide-form-fields/

    Best regards,
    Basilis

    #984459

    Thanks. 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;}

    #984662

    Hi 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,
    Victoria

    #984937

    That works.

    Thanks!

    #985032

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold Footer Widget Issues’ is closed to new replies.