Forums » Ideas

Text below images

  • Pages:
  • 1
  • 2
nicoledude
FRANCE
2011-04-24 15:21:00
Permalink Post
 

Hi G470 and thank you for your plugin.
i just have a problem when i click to the next or prev images
i see this (Page of undefined) for all my images. can you help me please! i'm begginer in php, and sorry for my english.

here is my websitehttp://nicolasbonte.com

germanw
ARGENTINA
2011-05-08 20:49:06
Permalink Post
 

I fixed this problem by editing line 69 of the exhibit.slideshow_with_text_below plugin by G470.

Just delete this part:

germanw
ARGENTINA
2011-05-08 20:56:54
Permalink Post
 

And to add the image counter on the right of the prev/next links, you need to edit line 78:

";

johnnytang888
UNITED KINGDOM
2011-05-16 06:12:56
Permalink Post
 

Thanks G470 for the plugin.

And thanks to germanw for the problem of the 'undefined' on the exhibit. But my poor brain still can't figure out the last 2 postings.

I understand to delete line 69 but I can't quite figure out exactly what to do on line 78?

Your help is much, much appreciated.

http://www.jonathanwinstone.co.uk/index.html/

lx
GERMANY
2011-06-07 10:58:53
Permalink Post
 

I've the same Problem with the undefined value for the total pages. Isn't there something missing in your instructions, germanw? The only thing I can see is: Just delete this part: (what part?) and in the next post you need to edit line 78: ";

G470 A
GERMANY
2011-06-10 11:30:08
Permalink Post
 

wow, did´t look in here for some time. I think I have to rewrite this again. Give me a few days ;).

G470 A
GERMANY
2011-06-10 14:25:30
Permalink Post
 

Ok, little mod of the slideshow exhibit. No more cycle plugin needed.
cleaner code and I hope without error messages. Try it :)

DOWNLOAD: supersimple slideshow with text below
DEMO: raumzwei.gatonet supersimple slides

lx
GERMANY
2011-06-15 13:13:19
Permalink Post
 

Hello G470. Great work! I just played around a bit and it is really a clean code, so it should be no problem for people to customize it. For example, if you change (in the dynamic css part at the bottom) "border: " to "border-top", you'll get a bit more subtle thumbnail highlighting (the thumbs won't move then). Switching off the thumbs altogether is also possible. Great!

Thanks a lot for this. :)

Raty
MEXICO
2011-06-29 13:47:38
Permalink Post
 

@G470... I can't download it :(

G470 A
GERMANY
2011-06-29 15:38:23
Permalink Post
 

just save the file with a rightclick ;)

radiost8
CANADA
2011-06-30 12:35:04
Permalink Post
 

Text below the slideshow is formatted for a narrow width and I don't know where this width value is coming from and why I can't apply my default text body width. Any ideas?

radiost8
CANADA
2011-06-30 13:01:50
Permalink Post
 

example: http://www.burnmyeye.org/tonymartin/filler-3/

G470 A
GERMANY
2011-06-30 16:36:03
Permalink Post
 

you have this css code in your style.css

  1. #img-container p    { width: 400px; margin: 0; padding: 0 0 12px 0; }
  2. it´s in line 87. I think that is what you are searching for.
radiost8
CANADA
2011-06-30 22:59:23
Permalink Post
 

Thanks!

edd
IRELAND
2011-07-01 04:53:40
Permalink Post
 

First off thanks for sharing this. I downloaded the script and installed it, one of the items i have, and noticed it jumps every time the curser rolls over the image. this could be some css code I over looked. i was wondering if any body else seems to have this problem?

http://www.edwardmcmullin.com/index.php?/design-ii/cmyk-play/

thanks for any advice

blameme A
SPAIN
2011-07-01 07:24:10
Permalink Post
 

Hello, the jump is comming from this rule in your .css:

  1. a:hover {
  2.     color: silver;
  3.     padding: 0px 0px 0px 4px;
  4. }

You can rectify by specifying < a> tags inside the .pics class:

  1. .pics a:hover{
  2.     padding: 0px 0px 0px 0px;
  3. }
blameme A
SPAIN
2011-07-01 07:25:59
Permalink Post
 

Of course padding:0px; would be cleaner ;)

edd
IRELAND
2011-07-01 07:47:05
Permalink Post
 

Thanks i will get on to clean it up

Showing 26 - 43 of 68 posts in Forum > Ideas > Text below images
 
  • Pages:
  • 1
  • 2

You need to be logged in to post.