jorgent
Forum Replies Created
-
Forum: Plugins
In reply to: AnythingSlider autoplay problemHmm, maybe I’m the only one with this problem. The developers website is undergoing a redesign, so I can’t reach him :/
Forum: Plugins
In reply to: AnythingSlider autoplay problemI also tried to deactivate all other plugins, but it didn’t help.
Forum: Everything else WordPress
In reply to: Need help to get the correct pathI’ve fixed the problem by using absolute url and not a relative path.
Forum: Everything else WordPress
In reply to: Need help to get the correct pathForgive me for bumping this thread, but the timesheet for this project is starting to run out.
I can’t help think the problem is easily spotted by someone with good php skills. Maybe I’m not explaining the problem good enough, but I don’t know since I don’t get any replies ??
Cheers!
Forum: Everything else WordPress
In reply to: Can I use WordPress to develop a new website with CMSI’m not an expert, but I think WordPress is a good choice. It can be tweaked in thousands different ways to meet your needs. I use WordPress when I develop websites to my few customers, and they are all happy.
It’s like a swiss army knife. And few things beats free if you don’t have a skyscraper filled with money.
Good luck!
Forum: Everything else WordPress
In reply to: Need help to get the correct pathHmm, maybe the problem is more complex than it seems. Any php gurus here who knows what’s wrong with this? (I’ll guess it’s a syntax error):
$yr_layout->imgDir=(TEMPLATEPATH . '/easyYr02/img/');
Cheers!
Forum: Themes and Templates
In reply to: Display posts horizontally in IEStupid me. It was easily fixed with floating.
Forum: Everything else WordPress
In reply to: Something wrong with www.ads-software.com?So it’s just me? The header was back to normal earlier today, but now it’s black again.
Forum: Fixing WordPress
In reply to: Margin between content and footer (IE)Thanks for helping csleh!
I actually had a margin-top: 30px in my #footer. Strange that I didn’t see it before now.. Now the margin is 0px and everything looks ok in ie too!
Don’t know why 30 px is more in ie than ff and opera though..
Forum: Fixing WordPress
In reply to: Margin between content and footer (IE)Anyone?
Forum: Your WordPress
In reply to: My new photoblog. What do you think?I would love som feedback before I start to ping blog services ?? Do you see any errors etc? Should I change/improve some parts of the blog?
Thanks!
Forum: Your WordPress
In reply to: My new photoblog. What do you think?This has developed to be more than a “show my site” thread. Please don’t be afraid to critique my site. Thanks!
https://www.jorgent.comHi JimMurphy. To make a custom header you must replace the kubrickheader.jpg in /wp-content/themes/default/images
The background file is /wp-content/themes/default/images/kubrickbgcolor.jpgMake your own header and background in Photoshop etc. and replace the files. I’ve modified a lot of theme files, not only one, but if you just want to change header and background the above description should do it.
Cheers!
Forum: Your WordPress
In reply to: Critique My Website PleaseHi.
It makes a good first impression I think. It looks organized and well planned! Not an in depth critique but first impression is important, and thumbs up from me!
Forum: Your WordPress
In reply to: My new photoblog. What do you think?Thanks! Great that you took your time to show me your screenshot!
Forum: Plugins
In reply to: NextGEN Gallery in IE6 incorectlly displays imagesHi!
Does ie6 display the images too big? I had that problem. Try this if you have the same problem: Add this in your style.css:
p img {
padding: 0;
max-width:697px;
width:expression(document.body.clientWidth > 697? “697px”: “auto” );
}(Of course add your own width)
Cheers!