-
AuthorPosts
-
November 19, 2015 at 10:21 pm #539245
Hello,
I am using the Enfold photography theme. I’d like to have a slider that shows all the thumbnail images for my portfolio of short video clips. I want it to resemble the display on my Vimeo page:
So, ideally, I want a slider that scrolls sideways with all of the thumbnail images visible and uncropped. I want to be able to click on each thumbnail to play the video it is linked in a larger, pop-up light box. I cannot figure out how to do this with the slider templates in my Enfold theme. Am I missing something?? Please steer me in the right direction! Thank you.
Joe
- This topic was modified 8 years, 12 months ago by jdbrunet.
November 20, 2015 at 4:30 pm #539745November 23, 2015 at 4:04 pm #540969I tried using the Post Slider element but it only displays one video at a time. I’d like to have 3 or 4 thumbnail images show with a caption under each, and then appear in a larger window, or lightbox when clicked on to play. I have also tried using the Portfolio Grid feature, but my video images will not load. See the bottom left of the page under the ‘Recent Work’ heading: http://josephbrunette.com/portfolio/ Any other suggestions?
Thank you!
November 29, 2015 at 11:41 am #544124Hi!
Seems you managed to achieve it with columns + images, correct?
Best regards,
JosueNovember 29, 2015 at 5:32 pm #544170Thank you for your response. Yes, I resolved the issue with the columns + images. However, I have another problem I am trying to sort out. For a slide show of still images on a different page, I am working with the easy slider feature and I want each image to be the same height when they are displayed in the slider. I resized all of the images in photoshop so that each image has the height of 1000px. I selected ‘No Scaling’ in the drop down menu, yet the images continue to display in different height sizes. I also regenerated my thumbnails, cleared my browser’s (Safari) cache, and did a few hard refreshes, but unfortunately, no success. So then I went into the menu settings of the Easy Slider and changed the image size setting from ‘No Scaling’ to ‘Featured.’ Using the Simple Image Size plug-in, I changed the height setting for ‘Featured’ images to 1000px for all the pictures in the slide show. but still, no success! The height of the images in the slide show varies for each image. I have since removed all the images from the slide show except for two. It can be viewed here: http://josephbrunette.com/blog/ What am I doing wrong? Any other ideas? Thank you so much!
Joe
November 29, 2015 at 11:06 pm #544220Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function modify_featured_image_size($avia_config) { $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>1000, 'crop' => true ); return $avia_config; } add_filter('avf_modify_thumb_size', 'modify_featured_image_size', 10, 1);
Remember to regenerate the thumbnails afterwards.
Cheers!
JosueNovember 30, 2015 at 12:02 am #544230Thank you for your prompt reply, Josue. Unfortunately, I screwed something up. I get the following error message for any page I try to load:
Parse error: syntax error, unexpected ‘&’, expecting ‘]’ in /home2/jdbrunet/public_html/wp-content/themes/enfold/functions.php on line 523
Apologies for the inconvenience, but can you fix this, or give me further direction?
I have provided my log in information in the private content windowNovember 30, 2015 at 12:27 am #544235Hi,
Can you please hand me a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueDecember 4, 2015 at 1:49 am #546786Hi, just checking in to see if the login / FTP info worked for you?
Thanks,
Joe
December 4, 2015 at 1:41 pm #546981Hey!
Yes, i fixed the error and re-added the code correctly, can you try regenearating the thumbnails and checking if the end result is what you want?
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.