Re: Image Handler 2 Support
Quote:
Originally Posted by
SaMortensen
My problem with image handler is when it is installed it pushes my header down the page a bit, and then when you place your cursor on the + sign of the image, the image appears in the upper left corner of the screen, so I am assuming that this has something to do with why my header is being pushed down -
can someone help with this?
http://www.knotnbauble.com/images/image3.jpg
Above is a screenshot of the site and my site is:
Knot & Bauble so you can see for yourself what I am talking about.
I hope someone has an idea why this is doing this because it has me scratching my head.
Make sure the style_imagehover.css is in your templates css folder.
That'll get you every time.
JOhn ><>
Re: Image Handler 2 Support
It is in the templates/css folder, and as a precaution, I went and added the folders with their files to my current template but it makes no difference it is still doing this.
Re: Image Handler 2 Support
Quote:
Originally Posted by
SaMortensen
It is in the templates/css folder, and as a precaution, I went and added the folders with their files to my current template but it makes no difference it is still doing this.
Ok, to be a little more clear, I looked at your home page source code:
Quote:
<link rel="stylesheet" type="text/css" href="includes/templates/clean_business/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/clean_business/css/stylesheet_css_buttons.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/clean_business/css/stylesheet_dotline.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/clean_business/css/print_stylesheet.css"
and it is not loading.
Double check, it looks like it needs to be in THIS folder:
includes/templates/clean_business/css/
Try that.
JOhn ><>
Re: Image Handler 2 Support
That is so bizaar, because it is there. I even just made some changes to the style_imagehover.css file in my clean_business template and then uploaded it, overwriting the file. How do I make sure it loads then?
http://www.knotnbauble.com/images/Image4.jpg ---> see screenshot
Re: Image Handler 2 Support
Quote:
Originally Posted by
SaMortensen
That is so bizaar, because it is there. I even just made some changes to the style_imagehover.css file in my clean_business template and then uploaded it, overwriting the images. How do I make sure it loads then?
<a href="http://www.knotnbauble.com/image4.jpg">see screenshot</a>
my bad... I was only looking at your home page and there are no product images there so it wouldn't load.
It IS loading on product listing pages.
Try uploading the stock distribution file instead of your custom one.
JOhn ><>
Re: Image Handler 2 Support
John - I'm confused. It is the stock one from the Image Handler file that I downloaded. The only thing I changed is the position. It had absolute - so I tried Centered and changed the left and top position, and that didn't change anything except make the white box appear around the image with the wording small like it should be.
This is the actual code on the style_imagehover.css page:
Quote:
#trailimageid {
position: center;
visibility: hidden;
left: 50px;
top: 150px;
width: 220px;
height: 0px;
z-index: 1000;
}
#trailimageid div {
padding: 5px;
background-color: #FFF;
border: 1px solid #888;
text-align: center;
}
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}
#trailimageid img {
margin: 2px;
border: none;
}
Any other ideas?
Re: Image Handler 2 Support
Quote:
Originally Posted by
SaMortensen
John - I'm confused. It is the stock one from the Image Handler file that I downloaded. The only thing I changed is the position. It had absolute - so I tried Centered and that didn't change anything except make the white box appear around the image with the wording small like it should be.
This is the actual code on the style_imagehover.css page:
Any other ideas?
Sorry that's the only trick in my bag of ... Just for giggles try putting a copy in the template_default/css folder too.
JOhn ><>
Re: Image Handler 2 Support
Well I guess that's out too because I already did that. I put a copy in each one. :(
Re: Image Handler 2 Support
Okay...I don't know what the deal is, but I changed it all back and now it works correctly.
Go figure.:dontgetit
Re: Image Handler 2 Support
Quote:
Originally Posted by
SaMortensen
Okay...I don't know what the deal is, but I changed it all back and now it works correctly.
Go figure.:dontgetit
Sometimes this is the only answer... :lamo: