how to insert a description in wordpress gallery popup? - php

I am using WordPress 4.2.2 and i need to show the image description in a gallery popup, like a light box view. In the gallery if i click a images i need to show the descriptions in a popup. In that popup i can edit the description and save to database and show the updated description in the same popup. I using the enfold theme currently. Is it possible to make this? Is there any plugins or can any one guide me to write it. Bellow i have given the example popup of gallery. Thanks in advance.

try this plugin, It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more
https://wordpress.org/plugins/nextgen-gallery/

Related

Lightboxed image with social overlay

I've created a filtered gallery with a plugin called GoGalleryPro for Wordpress. When you click on an image a lightbox opens showing the image.
Whilst the lightbox active i'd visible to be able to have social icons in the bottom left corner.
I've tried a couple of plugins and tried to write a snippet of code myself by no joy. Any guidance would be great!
Here is the link to the page in question;
http://176.32.230.43/wjwhites.co.uk/congress/
I like to use http://dimsemenov.com/plugins/magnific-popup/.
You will be able to add custom html within the pop up window.

Mapping pictures in CSS PHP?

I have a plugin which is importing some products. But the problem is that the plugin only supports "gallery pictures". This is the reason why you don't see any title picture:
https://gamekeys-shop.de/produkt/battlefield-1/
Is there a way to map the gallery picture to the title picture with CSS?
Or is there another way?
Furthermore it would be very good if I can also delete the link from the gallery picture so that I have only one outgoing link and not two if the gallery picture is mapped to the title picture.
Is there a way to do this?
Greetings and Thank You!

How to display all image in a folder with a shortcode for a wordpress post?

How do you insert an image from the server folder to the wordpress post with a shortcode, (i don't wanna insert image manually) ?
I've search from google, and see the plugin that approached my desire:
wordpress.org/plugins/folder-gallery/
an example of using this plugin's shortcode is:
[foldergallery folder = "wp-content/uploads/cars"]
(the plugin search for folder cars, and show the image content)
it's good, the plugin will show gallery with lots of thumbnails,
example result:
but this is not what i want.
I want the result is all image in a folder will show up with full size in the post.
is somebody here know another plugin or another way to make it happen, or maybe to create own shortcode to show full image size?
thanks,
Gerga
Just add the HTML anywhere in the post (preferably in he HTML mode of the Editor)
<img src="/wp-content/folder/car.jpg" style="width: 100%,">

How do I control individual images in Wordpress rather than the whole gallery of a post?

Say for example if I have 6 images uploaded to a gallery in a Wordpress post, is there a code I can insert into the single.php page for each individual image so I can control exactly where each image goes?
For example if I want 1 image before the title I could insert the code for 'image1' before the title, and then for another image to be after the title insert a different code for 'image2' and so on..
I've understood what you are trying to do. Here is the way how I do it:
Download WP plugin called Advanced Custom Fields.
Install and Activate it.
Go to WP Admin Dashboard -> Custom Fields.
Take a look at screenshot below:
Go to WP Admin Dashboard -> Posts. Create new or Edit existing one and you will see a new field under the editor. Upload your featured image there.
Finally go to your content-single.php and insert this part of the code about the title:
http://pastie.org/private/eox0tf13awpktmuejybnja
Enjoy!

Wordpress Gallery Links

I have a Wordpress page which is showing gallery that I created by using Wordpress built-in post editor: into it here is its url: http://jalrosh.com/lylescenter/?page_id=8
Now the issue is that when I click on some image its big image opens in a new page and that is disturbing page design. It should come in the central area but it is appearing on the top of the remaining page.
There are several plugins that could help you do this. For example http://wordpress.org/extend/plugins/lightbox-2-wordpress-plugin/ I haven't used this plugin, but a wordpress plugin search for "lightbox" came with several options. Try some of them out and see what one you like best.
I haven't tried any of them but supposedly they should take any image and have it viewed via a lightbox (which is the correct term for having the image displayed over the existing page).

Categories