Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Addons (http://www.pixelpost.org/forum/forumdisplay.php?f=13)
-   -   Hover addon issues (http://www.pixelpost.org/forum/showthread.php?t=10071)

brunerune 01-11-2009 02:29 AM

Hover addon issues
 
Hi, its me again.

Just added the Hover application from Flani to my photoblog, and I have an issue with it. The thumbnails arent aligned to the left. I want it to be all the way to the left, just 2-3 pixels from the black bg. And I think this also causes the problems for my "categories" box as well. It was just fine before I added the addon. Im not into the whole php world, so maybe some of you God's in here can help me out? That would be great!

And yeah, one more thing. Why does the thumbnails (hovered) have so poor quality? Thanks!

Link to the browse section: http://www.runehagelin.com/index.php?x=browse

The issue:
http://i136.photobucket.com/albums/q...ne/showoff.jpg

Hope thats all the info you needed, if not -scream!

brunerune 01-11-2009 04:15 PM

bumpibump!

Dennis 01-11-2009 05:53 PM

Add a closing DIV statement before the following code in your browse_template:

Code:

<div id="details">
<h2>categories</h2>

That should take care of the floating boxes. Why the thumbnails aren't all the way to the left I'm not sure. I cannot figure it out, but I can move them to the left. Add the following to your /templates/pixelfy2.0/styles/hoverbox.css file (overwrite the old code for that section:

Code:

.hoverbox
{
        cursor: default;
        list-style: none;
        margin-left: -40px;
}

As for the thumbnails being of poor quality: you're letting the browser do the resizing (blow them up) which leads to poor quality. In my view it should be the other way around: the thumbnails should be as large as you want them in the hoover and let the browser scale them down on the list by restricting the width and height of the hoverbox img in the css file to specific dimensions. That way the small ones might look bad, but the large ones look considerably better.

While you're add it:

In the pagination of the hooverbox a HTML link element is closed in the wrong way:
Code:

<a  class='hoverbox_pagination_disabled' href='index.php?x=browse&amp;category=&amp;pagenum=1' />1</a>
The / right after pagenum=1' isn't allowed there.

brunerune 01-11-2009 07:21 PM

Love you.

fadattf 01-11-2009 09:40 PM

Got your mail - I'll see tomorrow what I can do for you.

brunerune 01-11-2009 10:08 PM

Thanks mate.

fadattf 01-13-2009 02:54 PM

Quote:

Originally Posted by brunerune (Post 64167)
Thanks mate.

Since you've changed your template I can't do anything for you right now.


All times are GMT. The time now is 03:22 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.