Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1386812
the subscribe bar
Closed

Comments

  • sbshv started the conversation

    Hi! I recently upgraded from version 2.4.3 to Soledad 5.0 and have the subscribe bar right below my slider on the home page and under the menu bar on all the other pages. I like the subscribe bar under the slider on the home page, but I would like to move it down below the post closer to the footer on some of the other pages and possibly remove it from one page. How can I move the subscribe bar or remove it from a page?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    You can move it to footer, you can drag & drop this widget to Appearance > Widgets > "Footer Sign-Up Form" - make sure your subscrible form markup like we said here

    Best Regards,

    PenciDesign

  • sbshv replied

    It seems that I only have the choice of having the sign up bar either at the header or the footer for all pages including the home page. What if I want it at the header for the home page and at the footer for all the other pages. Can I do both? If so, how do I do that? Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please do following steps:

    1/ Config header sign-up form at the footer.

    2/ Add more this code to Customize > Custom CSS:

    .penci-header-signup-form, body.home .footer-subscribe{ display: none; }
    body.home .penci-header-signup-form{ display: block; }

    Best Regards,

    PenciDesign

  • sbshv replied

    Hi,

    I am not very technically inclined and do not know code. Could you please be more specific about how to

    "config header sign-up form at the footer"?

    I do see where to add the code in the custom CSS box, but do I just copy and paste exactly what you wrote and put it in?

    Will adding this mean the subscribe bar will then be at the bottom of every page? I only want it at the bottom of SOME pages, but not the home page. How will this be differentiated?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    I said quite clearly on my previous comment. You don't need to know about the codes to do that.

    1/ Make sure your MailChimp form markup follow on this guide.

    2/ Go to Appearance > Widgets > drag & drop widget "MailChimp SignUp Form" to "Footer SignUp Form" on the right side.

    3/ Copy the code I sent you before and add it to Customize > Custom CSS.

    Best Regards,

    PenciDesign

  •   sbshv replied privately