Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #254618

    Hi,

    I have 3 questions:

    1.- When I select an option from widget archives or categories, enfold theme shows me a screen with the selected post, but in the sidebar show me widgets, I guess, by default. I would like change the sidebar by default for another that I have created. It is posible to do this change?

    This is my website link: http://www.inlead.co

    This is the the sidebar default image: http://www.inlead.co/wp-content/uploads/2014/04/SideBar-Default.jpg or you can see it in http://www.inlead.co/category/frontpage-article/

    This is the sidebar that i have created: http://www.inlead.co/wp-content/uploads/2014/04/My-SideBar.jpg or you can see it in: http://www.inlead.co/category/frontpage-article/

    2.- Similar to point #1,when I select an option from widget archives or categories, enfold theme shows me a screen with the selected post, but the posts are show completely, i would like just show the excerpt posts, in other words, i would like that the posts be shown in similar way when select blog pages (Business Intelligence and Marketing). How can i do that?

    You can see this behavior in this link: http://www.inlead.co/category/frontpage-article/

    3.- In the section Leave a Replay, into a post, there are two check boxes with their text message, but there are too much spaces between these both. How do i do to remove the spaces existing between check boxes and message texts?

    This is the leave a reply image: http://www.inlead.co/wp-content/uploads/2014/04/Remove-Spaces-between-Chek-Boxes-and-text.jpg

    Best Regards
    Alexander

    #255388

    Hey alexiba!

    1) The archive page will display the widgets you place into the “Displayed Everywhere” widget area. With a plugin like: http://wordpress.org/plugins/widget-logic/ you can make sure that the widgets just display on the archive page. Activate the plugin and insert this code:

    
    is_archive()
    

    into the conditional logic field. You can also try this plugin: http://wordpress.org/plugins/display-widgets/ which is a bit more user friendly.

    2) You can use the “Enfold Latest News” widget. It uses the content of the “Excerpt” field (post editor page) to generate the excerpt.

    3) Can you post a link to the comment form please? I’ll investigate the css code with the Chrome developer toolbox.

    Cheers!
    Peter

    #256723
    This reply has been marked as private.
    #257325

    Hi!

    1) There are default sidebar widgets in the theme that can be removed by adding a single text widget with no data to the sidebars. Try adding one to your displayed everywhere sidebar and see if that is what you are looking for.

    Otherwise using one of the plugins mentioned above is the only way to control where widgets appear exactly with WordPress.

    3) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .comment-subscription-form label {
    left: 23px;
    padding-top: 0px;
    }
    

    Cheers!
    Devin

    #258272

    Hi Devin,

    Thanks for your answers, the issues were resolved.

    Best Regards
    Alexander

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change sidebar default’ is closed to new replies.