Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3193107
Image Gallery
Closed

Comments

  • Wolfgang Stolle started the conversation

    Hi there :-),

    A customer of mine would like to renew his casting database (database with pictures of approx. 5,000 photo models - up to 100 photos per person). Is it possible to save more than 1 photo per person? I see the merged cells function. Does this work with images too? 

    The same question also applies to the Master Detail Tables. Here, too, is it possible to show more than just one image?

    I look forward to your answer.
    Thank you and Merry Christmas,

    Wolfgang


  •  1,693
    Miloš replied

    Hi, Wolfgang 

    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.

    -

    1. Merging cells :

    If you use a Simple Table,  then you will be able to merge cells.

    It is a unique feature only available for Simple Tables,

    for other table types, it is not possible to merge cells.


    2. In regards to showing more than one image in same cell :

    - If you use Simple Tables, you will have to write HTML and wrap images directly in HTML image tags,

    then you can place multiple images in same cell;

    - If you use any other Table type,  if you want to have a thumbnail of the images show, and then if a user clicks in one of the images to open either a larger/full version of the image in same or new tab,

    then you have to use Image columns.

    But for Image columns, it is not possible to have more than one image in same cell.

    - In that case, you would again have to use a String Column, and to type in custom HTML,  in order to wrap each image in HTML image tags,  this way you can have multiple images in same cell.

    For example, a cell with two images next to each other in String column would look something like :

    <img src="imgPath.jpg" width="500" height="600"><img src="imgPath.jpg" width="500" height="600">
    

    if you need to make a line break between images, place <br> tag.

    -

    And i just wanted to point out that you can try wpDataTables before purchasing

     on our sandbox Demo sites ( you can find links for the main plugin Demo,  

    as well as add-on Demos, in my signature),

    and there is a 15-day money-back guarantee period, 

    so if you purchase the plugin, you can safely fully test it out, and if it doesn't fit your needs you can request and receive a refund in that period. ( same goes for all plugins and add-ons)

    Let me know if you have any additional questions. smile.png

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables