Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #959480

    I’d like to move the social icons down below the widget area available in the Left Sidebar layout (please see this screen grab: https://www.evernote.com/shard/s320/sh/9c060211-09b4-4399-af26-182691848ad7/105bb754544db2c2837fa3a3cad63a19). Can you point me to how I might handle this?

    Thanks and let me know if you have any questions.

    #959492

    Hey sky19er,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #959524

    IT’s at a development url and there’s a plugin preventing the public from viewing it. Please don’t take this wrong, but aren’t the screen grab and my explanation sufficient? It seems like a pretty basic concept/question, to me.

    #959542

    Hi,
    I understand, often it helps to see the classes and structure to determine how best to change something, and other times it’s not exactly the same on my localhost and the live site.
    Here’s a good example, I set up a localhost demo with the sidebar header, such as your screenshot, added the widget area in the sidebar header:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      dynamic_sidebar( 'header' );
    }

    so I could add the search bar and a text widget to match your site.
    Then I turn to the frontpage ready to figure out the changes needed to move the social icons down below the widget area, but I find there is no need to:
    2018-05-20_173714
    So, I wonder what I did different from you, and why my social icons are at the bottom and yours are not?

    Best regards,
    Mike

    #959599

    Ahh, well, it looks/sounds to me like you’re adding a widget area via custom code, but adding that widget area is an option already available in the theme, in the General Layout pane, when you have the Left Sidebar Layout selected (see screen grab linked below). So when you do it that way, I’m guessing it’ll be the same as mine.

    So is that the best solution; to add the widget via code instead of the theme option? I went ahead and created a user for you, so you can access the site (including in Private Content field).

    Thanks and let me know if you have any other questions.

    https://www.evernote.com/shard/s320/sh/0fc1faeb-9732-43c1-87c7-9b8352382977/d716b58b14b93149677ea02953e39f61

    #959765

    Hi,
    Thanks for sharing, I believe this would be the best approach, I went ahead and added the header widget area for you and moved the widgets, and added this css in the Quick CSS to give the widgets the same padding as the other items:

    #search-3.widget, #custom_post_widget-2.widget {
    padding: 0 40px 40px 40px;
    }

    Please let us know if there is there anything else we can assist with on this.

    Best regards,
    Mike

    #959856

    Nice, that works — I just had to then add some css to hide those widgets in mobile views, when the header switches to top/horizontal, Thanks Mike!

    #959862

    Hi,

    Great! I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘move social icons to bottom of left sidebar layout’ is closed to new replies.