2brokevegans
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeI guess it is not fixed. Very odd that it appeared fixed in one browser but not in Chrome.
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeMarking this topic as resolved…
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeOops, it did fix it! I am sorry, I had loaded the page before the changes were saved! Thank you very much CrouchingBruin!
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeOk, I copied and pasted it exactly as you have it but it still did not fix it.
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeOk, I added it to the child theme style.css file but it did not seem to fix it.
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeOk, thanks again CrouchingBruin. I am now fully operational on a child theme. The only problem is now on each post there is an overlap of the “Leave a comment” butter with the “Like” button to the point where you cannot even see most of the “Leave a comment” button. Any idea how this happened or how I might be able to fix it?
Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeEureka! I figured the image out by doing this:
{ background: url(http://2brokevegans.com/wp-content/uploads/2014/04/Victorian-era-brick-wall-margin-photo.jpg) repeat }But now I want to figure out the child theme that you spoke of CrouchingBruin. I followed the instructions from http://codex.ww.wp.xz.cn/Child_Themes to a T. I got a bit confused on the function.php part but I made the style.css but it does not look right when I preview the theme. Is this common or did I do something wrong?
/* Theme Name: Twenty Thirteen Child Theme URI: http://2brokevegans.com/twenty-thirteen-child/ Description: Twenty Thirteen Child Theme Author: 2 Broke Vegans Author URI: http://2brokevegans.com Template: twentythirteen Version: 1.1 Tags: Responsive, Black, Brown, Orange, Tan, White, Yellow, Light, One Column, Two Columns, Right Sidebar, Fluid Layout, Custom Header, Custom Menu, Editor Style, Featured Images, Microformats, Post Formats, RTL Language Support, Sticky Post, Translation Ready Text Domain: twenty-thirteen-child */ @import url("http://www.2brokevegans.com/twentythirteen/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */Forum: Themes and Templates
In reply to: Using an image for the margin or border of Twenty Thirteen themeCrouchingBruin thanks for the advice! I have been trying to create a child theme all day, but when I preview it some things like the nav menu and other things are not there. The page title and tagline are off center and the margins/borders are not there. I will keep trying, I am very new to this! At least the images and content were there so that’s a start.
I have become frustrated with working on that so I decided to do some testing of the background image. So, right after the body tag I added the image to look like this:
} body { background: transparent url(http://2brokevegans.com/wp-content/uploads/2014/04/Victorian-era-brick-wall-margin-photo.jpg) 0 0 repeat } { color: #141412; line-height: 1.5; margin: 0; }Then I previewed it but the image is not there. Do I need to add it to the
.site { background-color: #fff; border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; margin: 0 auto; max-width: 1600px; width: 100%; }section as well?
Thank you again!
Forum: Themes and Templates
In reply to: Twenty Thirteen "Older Posts" button background color change?Awesome! Thanks again alchymyth! Problem solved.
Forum: Themes and Templates
In reply to: Twenty Thirteen "Older Posts" button background color change?Ok, I made the change to the line in the infinity-scroll module infinity.css file to read like this:
#infinite-handle span {
background: #333;
border-bottom-color: #777 border-radius: 1px;
color: #eee;
cursor: pointer;
font-size: 13px;
padding: 6px 16px;
}but nothing changed on my site, did I do something wrong? Thank you for the help alcymyth!