patrickcarey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WPFolio Problem with CV / Resume pageCan you paste a link to your CV/Resume page so I can take a look? Thanks.
Forum: Fixing WordPress
In reply to: WPFolio styling Home pageYou have to select a specific page to set as the home page.
In the WordPress dashboard under Settings -> Reading there is the option to set a static page as the the home page.Create a page named home and set that as the home page. Then add images or style that page.
Thanks for using the theme.
Forum: Themes and Templates
In reply to: Firefox IssueHi there. I am one of the developers of WPFolio.
Thanks for sharing this issue with us. We actually noticed a similar problem on another install recently and are working to figure out what the bug is. We will let you know when we know. Thanks again!
Forum: Themes and Templates
In reply to: Problems getting the header image to show upHi! Glad you figured it out. Thanks for using the theme and let us know when the site is more built out.
Forum: Themes and Templates
In reply to: How to call page idAgain just posting this for those who find this useful in the future. You must initialize the loop in the header, since you are defining CSS classes for <body>. This may interfere with other aspects so you will have to figure that out if it does.
Forum: Themes and Templates
In reply to: How to call page idI figured I would post this here as I used the above code and changed it to make the background of each page different
<?php if (is_page()){ ?>
<body id=”page-<?php the_ID(); ?>”>
<?php }else{ ?>
<body>
<?php } ?>Of course put in the loop then style
body {
background: #ffffff;
}body#page-2 {
background: #000000;
}
And so on and so forth.
Forum: Plugins
In reply to: gallery plus and lightboxi switched to cleaner gallery plugin and it works just fine with lightbox 2 activated as well.