• Resolved ashlilee

    (@ashlilee)


    Hi there!

    I’d really love to have my subscription box on the right side of my navigation bar but I can’t figure out where to put the code to do it. The subscription box is currently in my sidebar (it’s mailchimp) but I’d rather have it on the right of my sidebar.

    Can anyone help?

    https://www.foreverashley.com/

    Thanks so much! You CSS people are amazing!

Viewing 12 replies - 16 through 27 (of 27 total)
  • Hey Andrew,

    Not a problem, not new to WordPress but a little new to supporting the community ??

    I’ll keep with in the guide lines

    Thread Starter ashlilee

    (@ashlilee)

    Got it! Ok, now what do I do?

    Thread Starter ashlilee

    (@ashlilee)

    Ok, I moved the subscribe widget into the new space but it isn’t showing up.

    Ok great, can you confirm that you now have a new widget area to drop widgets into in your WordPress admin back end?

    If so we need to call that widget area into your theme file.

    From what you showed me we’ll need to edit your header.php file.

    Around line 68 you should enter the following code

    <?php dynamic_sidebar( 'inline-nav' ); ?>

    This will be before the </div><!– .navbar –> section of your theme and after the wp_nav_menu( portion. Do not replace any of the existing code, we’ll only be adding ??

    Thread Starter ashlilee

    (@ashlilee)

    Done! Now it shows up but it isn’t aligned.

    Okay bare with me, we’re going to have to do some CSS to get everything to align right. Let me do a little bit of editing and I should have a resolution for this ??

    Thread Starter ashlilee

    (@ashlilee)

    Great. Thanks so much!

    What theme are you using? Where did you download it from? Are you using a child theme or a custom CSS plugin?

    Thread Starter ashlilee

    (@ashlilee)

    The theme I’m using is called Beautiful Day and it’s by Idyllic Design Studio.

    I’m sorry but as you appear to be using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not have access to, nor do we support, commercial products here.

    Thread Starter ashlilee

    (@ashlilee)

    Oh. I didn’t know that either. I guess I won’t be back to the forums after this then.

    Okay, well the rest of this issue will require some simple CSS. As I’ve started to help Ashlilee with this issue I will finish out this help off the forums. I was not aware that contributing members could not help with general theme issues, commercial or not. This problem is resolved.

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Subscription box in Navigation Bar?’ is closed to new replies.