Forum Replies Created
-
AuthorPosts
-
democracychroniclesMember
Just wanted to thank ya for this. This was very helpful. Changes have been made successfully!
democracychroniclesMemberThanks all. Im gonna forget about an app. Less is more!
democracychroniclesMemberIt is not free though. I thought there might be a way just to set up some code and have it work. For free of course. Is it so complicated?
democracychroniclesMemberThis a better link to a list of the "Serve scaled images" problems than what I had linked to about.
democracychroniclesMemberThank you for your wonderful help and sorry I took so long!. I fixed the problem by adding this to my functions.php
add_filter( 'genesis_post_info', 'remove_post_info_exclude_news_category' );
function remove_post_info_exclude_news_category($post_info) {
if ( in_category('blogs') ) {
$post_info = '[post_date] by [post_author_posts_link] [post_edit]';
return $post_info;
}
}democracychroniclesMemberHi I have the same problem,
How can I add a filter to show the author byline on just some categories? Is there CSS that can accomplish this? I don't use Genesis Simple Edits plugin. I would like to only show the byline for one category:
http://www.democracychronicles.com/category/blogs/
Thanks,
Adrian
democracychronicles.comdemocracychroniclesMemberok i learned something here. clearing my browser cache was something I never knew about. thanks
democracychroniclesMemberok i learned something here. clearing my browser cache was something I never knew about. thanks
democracychroniclesMemberwhere did you put the code? I really need help, can you elaborate?
democracychroniclesMemberI refresh all caches everytime
democracychroniclesMemberwhat you told me isnt working. The .site-container appears 7 times in the News Pro Theme: Stylesheet (style.css) and I assumed you meant there, in the place I posted.
democracychroniclesMemberI'm sorry but I didn't mention I use News Pro child theme. What you suggested didnt work also. I changed the section below to this:
/* Site Containers
--------------------------------------------- */.site-container {
background-color: #fff;
border: 1px solid #e3e3e3;
margin: 0 5px;
max-width: 1285px;
}.news-pro-landing .site-container {
max-width: 1285px;
margin: 0 5px;democracychroniclesMemberyes absolutely. that is my exact goal!
democracychroniclesMemberThanks for that. I did get what I wanted done for now after a bunch of trial and error with CSS. I dont really understand mobile optimization so I did a temporary fix until I understand more. If you look at all my cornerstone pages like "World Democracy News", you can see that all are made up of tables with either full width or 320px. This way nothing gets too messed up, just broken up on small screens. Setting a max width I can handle makes it not look terrible on larger screens. Do you have any suggestions for me going forward? I am working on 10 things at the same time but I'm glad to have updated to Genesis. I could delete at least 5 plugins!
democracychroniclesMemberThis seemed to increase the header site width 1280 but my pages are not displaying at 1280. Is there something that is making pages display at a different width?
democracychroniclesMembershould I just change the number?
democracychroniclesMembershould I just change the number?
democracychroniclesMemberOK I see that in the css. Is there a way to increase that to 1280 for the pages or the site as a whole? Thanks for your help.
democracychroniclesMemberWow I didn't expect such a fast response. I'm using the News Pro theme. Also this will only be temporary to make the switch over happen quick.
-
AuthorPosts