Announcement

  •  » Extensions
  •  » Is there a plug in for image pop up on thumbnail rollover?

#16 2011-05-15 21:09:08

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

I've seen you change the pictures but the theme implies an error with script so try to change it


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#17 2011-05-15 21:25:22

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

OK, please disregard the error message I just posted. 

Mouseover still not showing though.  I will keep this theme as it doesn't produce errors.  Is there a way to implment thumbnail titles though under each thumbnail?

Thanks!
J

Offline

 

#18 2011-05-15 21:35:49

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

Jessi11877 wrote:

OK, please disregard the error message I just posted. 

Mouseover still not showing though.  I will keep this theme as it doesn't produce errors.  Is there a way to implment thumbnail titles though under each thumbnail?

Thanks!
J

Is there a way to implment thumbnail titles though under each thumbnail?
yes, I think.. I will take a look

Mouseover still not showing though.  I will keep this theme as it doesn't produce errors
plz change the theme : I know you like this theme but maybe try "simple" themes


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#19 2011-05-15 21:47:02

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

I changed it to simple white theme.  http://www.technicalsolutionsretailserv … category/4

Please take a look and let me know if the mouseover works for you...  (Still not changing the picture on my end.)

"Is there a way to implement thumbnail titles though under each thumbnail?
yes, I think.. I will take a look" - THANK YOU! :)

Thanks again flop25!

Offline

 

#20 2011-05-15 22:29:41

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

okay
I was tired when I said to change for a simple theme because the problem is from one script loaded by simple ^^ but i'll fix it


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#21 2011-05-15 22:46:54

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

So line 1 in js/ak_jquery-load.js
replace
$(function () {
by
jQuery(function ($) {

that'll solve the main problem

between line25 and 26 in template/ak_horizontal.tpl
add
{if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}
just after

Code:

      <a href="{$thumbnail.URL}" class="load">
        <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
      </a>
    </div>
  </div>

and do the same in template/ak_vertical.tpl between line 32 and 33


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#22 2011-05-16 21:07:58

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

Hi!  Thanks for the code.  When I input it in this is the result I get:
http://www.technicalsolutionsretailserv … category/4

The title shows up - awesome - thank you very much.  It duplicates the thumbnail though.

Also, the thumbnail does not change the medium picture when I mouseover it as well...  What should I do to fix that?

Lastly, this is the 'warning' message I get in my plug ins list...  Could this be affecting anything?
http://www.technicalsolutionsretailserv … ugins_list

Thank you again. :)

J

PS - I've enclosed the changes you had me change to make sure I did them right.  I really appreciate your assistance.

Offline

 

#23 2011-05-16 21:18:28

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

omg
you have duplicated the code I've quoted, but I said to add {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if} AFTER the code quoted !
For me the medium picture is changing on mouseover -but the loading is not shown, it should appear a loading animate circle- : what browser are you using ?

BTW I want to change the script used here and keep the rest : you'll be the first noticed when it'll come

BTW² I'm not registered and if I were, you had to set my status as webmaster... I can't go in the admin part ! It would be a huge security issue if someone with a link would be able to go to admin part ^^

Last edited by flop25 (2011-05-16 21:21:21)


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#24 2011-05-16 21:25:49

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

One more thing - when I change the them to SIMPLE then the mouseover effect works and then the only issue is how it has the duplicate thumbnail pic and the big picture resizes on the screen which effects the mouseover.  I tried to find the feature that resizes the picture to the same size, but don't seem to find it...

http://www.technicalsolutionsretailserv … category/4

You have been so helpful.  Thank you for your patience with me.

Offline

 

#25 2011-05-16 21:39:12

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

First just delete the duplicate code (I think it's that, but  your htacess forbidden me to access directly to http://www.technicalsolutionsretailserv … rtical.tpl .. I can't verify) : I think you broke all the layout that's why the picture size affect the mouseover.

For my payment can you send some boxes of food I've ssen on your pictures ^^ I'm just kidding


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#26 2011-05-16 22:31:09

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

I'm an idiot.  OK, I totally misunderstood you the first time.  I fixed it. 

"but the loading is not shown, it should appear a loading animate circle- : what browser are you using ?"  I'm using Internet Explorer 9.

I can make you a registered user so you can see what's going on.  Would that be easier for you?

-How do I get the pictures to always stay the same size on preview? 
-Can I change the RED color on hover to a BLACK?

I should pay you for all your help!!! You've been great.  Just tell me where to send the goodies. :)

Offline

 

#27 2011-05-16 22:50:24

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

that's a big crap which has been done before ...
with localfiles editor
add to local rule .css under the tab CSS

td table.thumbnails tr td.selected, td table.thumbnails tr td.ncol:hover {
    background-color: transparent !important;
}
#reload {
    display: table-cell;
    height: 600px;
    margin: auto;
    vertical-align: middle;
}
If you can deliver in France ...

Last edited by flop25 (2011-05-16 22:52:04)


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#28 2011-05-17 00:45:24

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

THANK YOU!!!!  YOU HAVE BEEN SO GREAT!!!

http://www.technicalsolutionsretailserv … category/3


I'll check on shipping to France :P  I definitely want to compensate you though for all your help.

Thank you again.  :D

Offline

 

#29 2011-05-27 21:00:00

flop25
Piwigo Team
2006-07-06
7037

Re: Is there a plug in for image pop up on thumbnail rollover?

The plugin has been officially released for piwigo 2.2.x
But I have released also a plugin which may interested you : [extension by flop25] Image Preview


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#30 2011-05-31 23:25:18

Jessi11877
Member
2011-05-09
18

Re: Is there a plug in for image pop up on thumbnail rollover?

Hi flop25!

It's perfect!  I love it.  Thank you!!!

I have an issue that comes up - (it also happened with the ak book style) - that when I click on a thumbnail the page that loads does not load the image:

http://www.technicalsolutionsretailserv … ategory/11

I think it's a javascript issue... but I'm not the expert.

I owe you snacks too!!!  :)

Offline

 
  •  » Extensions
  •  » Is there a plug in for image pop up on thumbnail rollover?

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact