BreezyMeadows
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change Post page backgroundAnd, while you’re there, you might want to put this in for your page backgrounds, see if you like it better:
.blog .container > .row,
.page-id-29 .container > .row,
.page-id-27 .container > .row,
.page-id-31 .container > .row {
background-color: rgba(255,255,255,.85);
padding: 20px 0;
border-radius: 12px;
}I just realized this doesn’t work on some IE browsers what would be the code to make sure it worked on them as well?
Forum: Themes and Templates
In reply to: [Customizr] Change Post page backgroundThanks for looking at my code. I am flying by the seat of my pants and could use all the help I can get. The new page backgrounds look much better now.
ThanksForum: Themes and Templates
In reply to: [Customizr] Change Post page backgroundThanks
Forum: Themes and Templates
In reply to: [Customizr] Change Post page backgroundThanks that worked great. All the customizations are based on stuff I learned through this forum.
Is there a way to do this for other select pages?
Forum: Themes and Templates
In reply to: [Customizr] Display full posts on front page, not excerptsI’m having a similar problem. Custmizr doesn’t care which option is selected in the reading settings. I don’t know much about php, but so far i have found a partial fix by editing class-content-post_list.php. It’s not a real fix becuase it doesn’t add a comments section at the bottom like if you click on the title link. Which might meant it wouldn’t put in social links. But you can try in a child theme by taking out the ! in
<?php if (!get_post_format()) : // Only display Excerpts for lists of posts with format different than quote, status, link, aside ?>
on line 173
This just messes with how the list is displayed. If we could figure out why the theme doesn’t listen to the Full text that would really fix the problem.