Forum Replies Created
-
AuthorPosts
-
democracychronicles
MemberJust wanted to thank ya for this. This was very helpful. Changes have been made successfully!
democracychronicles
MemberThanks all. Im gonna forget about an app. Less is more!
democracychronicles
MemberIt 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?
democracychronicles
MemberThis a better link to a list of the "Serve scaled images" problems than what I had linked to about.
democracychronicles
MemberThank 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;
}
}democracychronicles
MemberHi 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.comdemocracychronicles
Memberok i learned something here. clearing my browser cache was something I never knew about. thanks
democracychronicles
Memberok i learned something here. clearing my browser cache was something I never knew about. thanks
democracychronicles
Memberwhere did you put the code? I really need help, can you elaborate?
democracychronicles
MemberI refresh all caches everytime
democracychronicles
Memberwhat 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.
democracychronicles
MemberI'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;democracychronicles
Memberyes absolutely. that is my exact goal!
democracychronicles
MemberThanks 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!
democracychronicles
MemberThis 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?
democracychronicles
Membershould I just change the number?
democracychronicles
Membershould I just change the number?
democracychronicles
MemberOK 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.
democracychronicles
MemberWow 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