I found the Independent Publisher theme, where the author’s GitHub page can be found here… https://github.com/raamdev/independent-publisher
Also, the theme’s home page is here…
https://independentpublisher.me/
I have a test site running here…
https://ridestory.com/substory/
There is a child theme available for Independent Publisher. I thought it would be best to modify it to make the changes I want.
The theme includes the ability to auto-set a featured image as a post cover, with the post title overlaying the post cover (featured image). You see this when you click through to read the post.
On the home page, the most recent post is, of course, at the top of the page. But I would like that first post to be the featured image from the most recent post, including the overlaying title, linking to the full post, like what Quartz does. The second most recent post would then become the first post in the main content area of the home page. The theme already provides the option to abbreviate all posts after the first.
I hope I am explaining myself clearly enough.
I am able to do simple theme modifications but nothing like this. Please let me know if this looks possible or if too much work is required to pull it off.
I appreciate any help you can offer.
As a side note, I did contact the developer and asked if he would be interested in incorporating this or helping me modify the theme for my use, but he said he has not received any requests like mine, thus didn’t want to take the time to do it, which I understand.
]]>Every time I previewed the parent theme, it carried over the changes I thought I had only made to the child. I finally got so frustrated that I disabled theme test drive, deleted the parent theme and the child theme and then proceeded to start all over. I downloaded the theme from WordPress again, saved it and uploaded to my themes again. This time with no child in sight and theme test drive disabled, when I went to preview tpsunrise what did I find?! A version with my changes yet again!
I just don’t understand. I thought certainly this approach would bring me back to the original template. Now I am just stumped as this made perfect sense to me. Can anyone help with this please?
I am beginning to think this is just not for me and that I should go back to writing my ebook(s). . .I just want to get to the content but I cannot seem to get over the hurdle to just modify my template to how I would like things to look. I still would like to use wordpress so i must get through this. Any help would be greatly appreciated.
Thanks.
]]>I am just curious – what do you experts do?
Terry
]]>I’ve been exploring ways to have different backgrounds for different Pages in the Sharpfolio theme I am currently using. With my very limited knowledge with CSS, I managed to modify the background in the “Style.css” file but it makes it the default background for everything. While this is ok, I’d like to try having different backgrounds for my About, Archives etc. sections. I know theres the Template option that I can assign for Pages, but once again limited knowledge with css and I read a bunch of tutorials leaving me scratching my head. Does anyone know how to do this?
Here is my work-in-progress page I am working on:
www.ray-ray.ca
And here’s the line of code I changed for the background in my style.css file:
body {
text-align: center;
background: #191919 url('images/bg1d4.jpg') repeat-x top; width: 100% height: 100%
color: #FFFFFF;
font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 24px;
}
Thanks for reading this and the help. Cheers.
]]>#page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(https://localhost/blog/wp-content/themes/feralpots/images/kubrickbg-ltr.jpg) repeat-y scroll center top;
border:medium none;
}
Unfortunately Firebug locates this code as being in “blog (line 14)” — no filename. I’ve grepped for various portions of this code and cannot find where it is.
Does anyone know what file I edit to point this background to another image ?
Thanx, Glenn
]]>