fuzwpress
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Featured Image] To get featured images in a post loop?Hello,
No Luck.. :(..
Need a break on this issue…happy holidays btw.
Thank you for your help.
fuzForum: Plugins
In reply to: [Dynamic Featured Image] To get featured images in a post loop?no luck…
I have been playing around with single.php (you can see what I have) but nothing’s happening.How can I verify if the images are there? they do show up on my admin sidebar though..
Forum: Plugins
In reply to: [Dynamic Featured Image] To get featured images in a post loop?I am trying to pick up the extra 2 featured images on the lightbox. As of now, only one image is pulled and that is from the wp default featured img.
I am working on a sub-folder, I can email you the login details if you need them.If you click on the image, the lightbox picks only the “featured” image., but I need to pick up the added featured images that Dynamic Featured Image ‘awesome’ plugin added to the post.
Obviously, if you click on the post, then this happens automatically but then what is the need for a lightbox.
Forum: Plugins
In reply to: [Dynamic Featured Image] To get featured images in a post loop?Thanks again for your help Ankit,
Here is the single.php file from the theme I’m using.
This theme has another file with the name: single-folio.php, which I had tried to paste the code in that file also with no results…
Forum: Plugins
In reply to: [Dynamic Featured Image] To get featured images in a post loop?Got it. That’s where I need some help, I am trying to pick those images using the plugin’s calling function: dfi_get_featured_images([$postId (optional)]) , which I have tried on the single.php, single-folio.php file on the theme I’m working on.
That didn’t work so I tried on all the other relevant theme files which didn’t work either.
I may not be identifying the right file or the right place to put the code in but the only result I’ve gotten so far is the admin side to work perfectly.
Forum: Plugins
In reply to: [Dynamic Featured Image] To get featured images in a post loop?Thanks for your reply,
I am working with a theme that has a portfolio section where each post has a featured image and a gallery. This featured image gets picked up by a lightbox and displayed in a slideshow.
The problem is that they need to have the slideshow display the same amount of images the post has (3 images) without having to clink on the post to see the post’s gallery.
So since most of the portfolio plugins that I’ve found have the same functionality where the image comes from the featured set instead of the actual images you add on your post’s gallery, I searched and found this solution to add more images to my featured set.
I installed the plugin and is working normal in admin, I selected 2 featured images in addition to the wp default and updated the post, still looks normal.
Check the site on a separate tab, navigated to the post but my lightbox does not pick up my other 2 images. I still have to click on the portfolio to see the images instead of browsing through the lightbox slider.