wandaterral
Forum Replies Created
-
I am getting the failure messages every time I upload images. However, the images ARE getting uploaded AND the thumbnails DO get created. When ever I click on the MORE link, I just get sent back to the manage gallery page. I am having problems editing the thumbnails though.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] edit thumb not show crop toolI have the same problem. I am using Firefox 3. When I go to edit the thumbnail to choose the area for the thumb all I get is a gray box where the main image should be showing. I have even tried to select an area of that gray box but when I try to click and drag, I grab the image (which appears to be a gray image placeholder of some sort).
Has anyone found a solution to this issue yet?
Forum: Plugins
In reply to: Hide Plugin Details from Page SourceI would also like to know. Thanks!
Forum: Themes and Templates
In reply to: Masthead Image Not Showing in IERoot, I changed the dimensions on the masthead image – it is now 600 X 148. Would it make any difference that it is a JPG instead of a GIF? I also reduced the border width back to 1 pixel. I reduced the width of the rap (now 700 px) and the corresponding width of the content block. I am afraid this problem still exists. I am not terribly depressed about not being able to get it to work as long as it looks decent to most users but if anyone else has any ideas for me to try, pass them my way.
Here is what the code looks like so far.
#rap {
width: 700px;
background-image: url(‘images/menu.gif’);
background-repeat: repeat-y;
background-attachment: scroll;
background-position: right;
background-color: #fff;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #009900;
text-align: left; /* IE 5.5 hack part II */
}#masthead {
background-image: url(‘images/banner.jpg’);
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: #fff;
height: 190px;
border-bottom: 1px solid #009900;
}#content {
float: left;
width: 525px;Forum: Themes and Templates
In reply to: Masthead Image Not Showing in IEI tried taking out the bottom border with no luck.
Pimplepopper, that is exactly where I am running into the problem. – on a Mac running IE 5.1/5.2. Not only does the image in the masthead not show up but neither is my background image for the page.
Kafkaesqui says it is working fine on their IE 6 on XP Pro. I don’t have a PC at home but have access to one tomorrow at work. I will check it out myself.
I just hate declaring the theme “complete” when it won’t run on all commonly used browsers. I guess that is just the perfectionist in me.
Thanks to everyone for the suggestions.
Forum: Themes and Templates
In reply to: How to include the blog in your own website?Just copy the directory holding all your blog files into your main directory for your website. If your blog files are in a folder named wp-blog then the path would end up being https://www.yourwebsite.com/wp-blog/ .