Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: display a text under each image in OO_CMotion Image Gallery

  1. #11
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank you for reply jscheuer1. It worked but the problem is only first 12 images are displying. And the gallery arrey is also displaying. I appreciated both your and rangana's help.

    Following is the link to site.

    http://www.weblook.com/demo/portfolio/our_portfolio.php

    Thank you.

  2. #12
    Join Date
    Dec 2008
    Posts
    11
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thank you for reply jscheuer1. It worked but the problem is only first 12 images are displying. And the gallery arrey is also displaying. I appreciated both your and rangana's help.

    Following is the link to site.

    http://www.weblook.com/demo/portfolio/our_portfolio.php

    Thank you.

  3. #13
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This:

    Code:
    gallery3[0] = <table><tr><td><a href="get_portfolio_2.php?id=139" rel="lightbox[slide3]" caption="Visit Site - <a href=http://www.acaduka.com class=black target=_blank>www.acaduka.com</a>"><img src="get_portfolio.php?id=139" border="0" /></a><br />AAAA</td>;
    and similar should be delimited (beginning and end) with single quote (') characters:

    Code:
    gallery3[0] = '<table><tr><td><a href="get_portfolio_2.php?id=139" rel="lightbox[slide3]" caption="Visit Site - <a href=http://www.acaduka.com class=black target=_blank>www.acaduka.com</a>"><img src="get_portfolio.php?id=139" border="0" /></a><br />AAAA</td>';
    There could also be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •