Darcie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Weird margin beside images in IE, not in FFNow I could be wrong, but you are using imagery for your buttons? In your CSS you are declaring Block display around ALL images.
img {
border: 0;
display: block;
}It might be that simple. take that out…display: block;
Forum: Fixing WordPress
In reply to: What in the world..Yeah I agree, I was just trying to help.
I cleared my cache out as well.
But still change it.Forum: Fixing WordPress
In reply to: What in the world..I got in. But it was a wierd way to go…
Try thisForum: Fixing WordPress
In reply to: Warning: ob_start(): output handler ‘ob_gzhandler’I could help but look in the admin panel first before shutting the computer off. I turned GZIP off, and all better. You would think I would need to turn it on. But I am assumming its a new feature on my server.
THANKS!
How do you close this ticket?
Forum: Fixing WordPress
In reply to: Warning: ob_start(): output handler ‘ob_gzhandler’Podz, Thanks for the info. I will probably try in on SUnday and let you know. The fix seems to be for 1.2, be nice to see if it works for 1.5 ??
Forum: Installing WordPress
In reply to: installed wrong? all wordpress links got main index.html fileI put in a message to them. Thank you.
Forum: Installing WordPress
In reply to: installed wrong? all wordpress links got main index.html fileI tried deleting the index.html…. it routed straight to the DIR.
This is wierd, am I not supposed to install wordpress to the root but to a folder called blog or something of that nature?
Forum: Fixing WordPress
In reply to: problem resizing iFrame within WP (Kubrick Theme)try inside posties-function.php
lines 461 & 462: ‘
width="128" '.'height="112" '.
It’s all I could find.
Forum: Plugins
In reply to: ‘progress’ plugin?thank I would appreciate it
Forum: Fixing WordPress
In reply to: Categories – Parent then Child or Childrennope notta working
thanks
how do i tell which wordpress version i have? I know it is 1.5 but not sure if its the update 1.5.2Forum: Plugins
In reply to: ‘progress’ plugin?the amount of the project that is complete. I have some manual code on my site https://swatchnot.hender-son-s.com/blog to show what I mean. Its under the heading Wippersnappers.
It would be nice to make changes form the admin panel instead of messing with the php file all the time.
Thanks for the note of interest.
Forum: Plugins
In reply to: ‘progress’ plugin?has anyone created a plugin for this yet?
Forum: Fixing WordPress
In reply to: problem resizing iFrame within WP (Kubrick Theme)You site seems to be down at the momento. But I would first suggest you contact the designer. It’s quite a fanatastic little program, but I cannot use it at the moment. I am not set-up with upload and all that jazz.
Nevertheless, in postie-functions.php I think that is the where your issue lies. I am sure the designer can tell you where it needs to be changed.
I will still work on getting it configured on my end. Exactly what is Posties used for?
Forum: Fixing WordPress
In reply to: problem resizing iFrame within WP (Kubrick Theme)I can try, where can I get the plug-in?
Forum: Themes and Templates
In reply to: Photanical theme – help with css/dropdown/list styleIn your sidebar.php try changing the divs to H2
<h2>Wardrobe Change</h2>
not .
<div class="stitle">Wardrobe Change</div>