I have one column in my database which is called images, but i only can add one image.
Please could you help me to add multiple images in once space or some how for each record. i have a list of cars and i need to put couple of images like around 5 or 7 images in every record.
I want to see if there is a way if they can see the first image and when they click on it they can click right or left to see the others images that is related to that row. (the same as having one image, but having multiple ones assigned to that row)
but if you mean hyperlinked as there is a thumbnail and when they click on it they get sent to another place hmmm. i would prefer if can have the one above.
Sorry to disappoint you but unfortunately displaying images like gallery is not possible with the plugin built in features at the moment.
As a workaround I will write you a guide how you can achieve hyperlinking images in case you need it.
First you will need to setup the column type to image and editor input type to be One-line edit.
Then in field value you must enter the data in this format
If the content of the cells contains a combination of “two sticks” – || – then everything to the left of this combination is used as a link to the thumbnail, and everything to the right as a link to the full image size.
In attachment you will see my result. When you click on a image you will be redirected to see the image full size.
Hello,
I have one column in my database which is called images, but i only can add one image.
Please could you help me to add multiple images in once space or some how for each record. i have a list of cars and i need to put couple of images like around 5 or 7 images in every record.
Hi mcmamous,
Thank you for your purchase.
Can you please tell me do you want for that images to be hypelinked and when you click on them to open a new browser tab to preview it.
Best regards..
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia 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
Hello,
I want to see if there is a way if they can see the first image and when they click on it they can click right or left to see the others images that is related to that row. (the same as having one image, but having multiple ones assigned to that row)
but if you mean hyperlinked as there is a thumbnail and when they click on it they get sent to another place hmmm. i would prefer if can have the one above.
Hi mcmamous,
Sorry to disappoint you but unfortunately displaying images like gallery is not possible with the plugin built in features at the moment.
As a workaround I will write you a guide how you can achieve hyperlinking images in case you need it.
First you will need to setup the column type to image and editor input type to be One-line edit. Then in field value you must enter the data in this format
https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQdC9d6Z2Al0vMxQRqFc0230CUo-C-1BhIC3I5R9XTFw7MQLdeP||https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQdC9d6Z2Al0vMxQRqFc0230CUo-C-1BhIC3I5R9XTFw7MQLdeP
Or the shorter code would look like this
http://domain.com/thumb.png||http://domain.com/fullsize.png (You can change the URL to your desires)
You will notice the "two sticks" | | sign
If the content of the cells contains a combination of “two sticks” – || – then everything to the left of this combination is used as a link to the thumbnail, and everything to the right as a link to the full image size.
In attachment you will see my result. When you click on a image you will be redirected to see the image full size.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia 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