irestmyshowcase
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Isn't Child Theme supposed to look exactly like parent theme?One of my favorite child-theme guides is this one: https://themeshaper.com/2009/04/17/wordpress-child-theme-basics/
Try it out, hope the guide helps you out to make the child-theme setups correct!
Peace
/JForum: Themes and Templates
In reply to: [Theme: Patchwork] Can the header image and colors be changed?Hello Jim,
I have never tried the theme Patchwork, maybe the author of the theme can answer if there is an simple way to do this. Some themes has an integrated function to change header, background etc.
There is infinite possibilities with wordpress, you just need to get your hands dirty with some code.
If you want to make changes to a theme, I suggest that you read about child-themes. This guide is a good one.
Anyhow, all you need is an interest to learn.
I hope you find this stuf useful.
Peace
/JForum: Hacks
In reply to: A really neat scroll-animation/effect, interested?Thanks allot for your input.
You are correct regarding the implementation. The function itself can be used to more than WP.I will try to read more about this method.
Meanwhile I’ve tried out, and implemented Curtain.js
And yes, it is right direction to the final product. Still think it is a bit slow tough, probably of the heavy images.I will continue update this thread for those who are interested!
Want to contribute? Gimme a howl.
One love,
Peace
/JForum: Themes and Templates
In reply to: How do i fit Post/Page size to browserDude,
I really like your sculptures ??Your scroll bars may be caused by the:
#wrapper {
padding: 115px 0px 0px;
margin: 0px;
width: 1000px;
}And maybe width 100% is better than px.
Also
#left-col {
position: fixed;
float: left;
padding: 0px 10px 0px 0px;
margin: 0px;
width: 250px;
min-width: 250px;
height: 75%;
min-height: 600px;
}height: auto; is a possible solution. Give those a try, and make your page height shorter to get rid of the y-scroll.
Yo can also remove the scrolls permanently, but that is not the best solution.
Hope this helps.
Peace
Forum: Themes and Templates
In reply to: Child CSS Not Overriding Parent Stylesheet/sTested the starter child-theme from the link u provided? May help.
I have also been trying out child-themes, and I used this tutorial, a really good one: https://themeshaper.com/2009/04/17/wordpress-child-theme-basics/They got loads of info on this!
But me and child-themes, I ended up making my own theme, we will see how it goes.
Peace