-
AuthorPosts
-
April 22, 2014 at 8:53 pm #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
AlexanderApril 24, 2014 at 9:26 am #255388Hey 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!
PeterApril 27, 2014 at 4:08 am #256723This reply has been marked as private.April 28, 2014 at 10:05 pm #257325Hi!
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!
DevinApril 30, 2014 at 2:29 pm #258272Hi Devin,
Thanks for your answers, the issues were resolved.
Best Regards
Alexander -
AuthorPosts
- The topic ‘Change sidebar default’ is closed to new replies.