This reply has been marked as private.
Hi Josue
Thanx for you quick reply, but I guess I was not very clear in my question. I want to disable any action on opening the big picture. Now indeed it doesn’t open the lightbox, but it opens the picture-file itself. I want to disable the click so that the big image only shows in tha Ajax-viewer. So the only action on the thumbnails would be the mouse-over.
Greetings and thanx
Tom
Could you please take a look at my site and let me know why the first thumbnail under Recent Blog Posts is smaller than the other 3?
http://www.matt-morse.com
Thank you!
That’s AWESOME!
One thing that remains to fix .. if possible.. I’ve previously amended the server files (with help from Kriesi!) to increase the size of the testimonial thumbnails (now they are 120 px images). Amending the line above in Testimonials.php, the JPGs now look soft. Is there a fix for this one?!
Thanks !
-
This reply was modified 12 years, 1 month ago by
evtilsley.
ok. I’ve tired several things and am getting closer to resolve. but still a bit quirky.
///Self Hosted videos
http://publicusco.com/2014pubco/home-vimeo/
video doesn’t play on Firefox.
I’ve tried converting .mp4 to WebM, placed into same folder, and named the same. Firefox still doesn’t play the video.
– is there another format that will work? or am i missing something entirely?
///Vimeo Hosted Videos
http://publicusco.com/2014pubco/home-selfhosted/
works fine on all browsers.
However, at the end of each video, it displays thumbnails of other videos before advancing to the next slide. And on mobile, only displays a screen shot of the video.
– Anyway to get fix these two issues?
///Youtube Hosted Videos
http://publicusco.com/2014pubco/home-youtube/
didn’t work on any browser
thanks in advance,
larry
-
This reply was modified 12 years, 1 month ago by
Publicus.
On your page:
http://kriesi.at/themes/enfold/shortcodes/testimonials/
I’d like the thumbnail associated with each testimonial to link to the fillsize JPG.
Is this possible for a future feature?
Hey Yigit
Thanks a lot, but that only disables the lightbox on the big image. Clicking on the thumbnails still opens up the lightbox. Any idea how I can cancel that event also?
Greetings
Tom
I’m really a complete newbie to wordpress, so I need some help. I’m afraid these questions will sound very basic.
My website is for a hand-woven rug project, so the heart of it will be images of rugs and their weavers. I need advice on the gallery settings.
On my rug gallery page, I used fullwidth masonry gallery. With choosing flexible masonry it seems like just four images fit across the page, regardless of the image size. I think it looks ok. But is there some way that I can fit more images across the page? The current images are 300 pixels in width, but I tried 150 pixel images and 575 pixel images and still the same number of images fit across the page (4). Can this be changed? If not, what is the best pixel width for images in this gallery?
Perhaps the most important pages of the site are the pages of each individual rug where there will be a complete image of the rug, and close-up images of it. I’m not sure the best way to accomplish display these images with all the different gallery options. On the page linked above, I used the standard gallery, with thumbnails below, no scaling on the gallery big preview image size (I used images 575×710 pixels). I tried different sizes for the thumbnails, but it did not seem to change anything. And because the images are already big, the lightbox option does not seem to make since. But maybe I should have smaller preview images and then use lightbox for closeups? I would appreciate any advice on how to best display the rugs taking in account loading time for the page, and ease of interface (which gallery settings to use, etc.).
There will also be pages for each weaver. I’d like to be able to have a small gallery of photos for each weaver. Which gallery options, if any, would create a similar feel to flickr or facebook or any general photo gallery where pictures can be both portrait and landscape, and possibly with different proportions, but they all still display without cropping? Any suggestions?
Thank you!
Hi susannetessamueller!
It seems like you have already figured it out. Thumbnails look sharp on my end http://i.imgur.com/sjk6Jzj.jpg
Regards,
Yigit
Hi,
Is there a way to embed a video into a post like in the demo and show an image thumbnail in the blog grid?
Thank you in advance for your early reply and regards,
Hey
I want to disable the lightbox overlay in a portfolio galery. So no clicking on the big image, and no clicking on the thumbnails.
The big image is only shown in the ajax-view.
Is this possible?
Thanks a lot
Hello,
I think I am having an issue similar to this, but I tried those solutions and did not see that it made a difference.
https://kriesi.at/support/topic/poor-quality-thumbnail-images-in-portfolio-gallery/
On this page: http://trincapinvestment.com/about/ under ‘Our Team’, if you click on a person, it opens the Ajax Portfolio. Maybe it isn’t designed to have only 1 image there when it opens. Will it work this way? I don’t understand why the image is blowing up to 684×895. If you choose the second guy, ‘Alex’ you can see what it is doing. On the first guy, ‘Steve’, I added a background of 684×895 and put the correct size image inside as a work around for now. But that doesn’t really work well. I will have new headshots to put in next week so they will look better, but only if I can get the correct sizing figured out.
Thanks!
-Fred
Hey David!
Make sure that you use the latest version of Enfold 2.5.2 because otherwise you can’t add a link to your gallery images. Then install this plugin http://wordpress.org/plugins/wp-gallery-custom-links/ and insert this code:
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
{
$custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
if(!empty($custom_url))
{
$link[0] = $custom_url;
$link['custom_link_class'] = 'aviaopeninbrowser';
}
return $link;
}
into your child theme functions.php file (at the very bottom).
Best regards,
Peter
Hey Taloscent!
Select the Full Size thumbnail before you click “Insert”. :)
Regards,
Ismael
Hi!
Really glad you figured out. :)
Cheers!
Ismael
How to hide featured image the single post? I want to use the featured image just to show thumbnail post, but do not want to display it inside the post. What should I do?
Hello Support
i tried various quick css options found here in the support forum, but non of them solved my issue.
I have a Ajax plugin that opens a popup/overlay, it worked once fine and lined up perfectly underneath the fixed header.
Since one of the latest updates, it does not work and allways hides underneath the header.
Any ideas how to solve this with a quick css ?
Thanks a lot for your help.
Hi,
I finally solved this after trolling through codes line by line.
There was an extra “>” missing in Google Analytics tracking code that caused the whole enfold theme not to work.
Therefore just a note to all as this took me ages going through everything reloading databases vs each different version.
Learning from this:
Human Error in adding Google Analytics field could also cause the whole enfold not to work and since the JS it’s so far down that it is easily missed plus you never think it’s related to that since most of the time it’s rogue plugins. This issue was further complicated as it was masking under working fine in admin since the analytics code do not execute under admin mode but not working viewing as public when the error JS analytics code is executed at the bottom of the codes.
So glad I could find it myself after 4 solid days!!!!
I guess the Enfold support guys were just as puzzled as myself since they normally respond very quickly.
Please close my support ticket, thank you.
kind regards
-
This reply was modified 12 years, 1 month ago by
pureoption.
Hi,
Deleted theme version 2.5 & FTP uploaded 2.5.2 and deactivate + re-activate theme several times to make sure.
Theme: Enfold
Version: 2.5.2
Installed: enfold
AviaFramework Version: 1.8.6
AviaBuilder Version: 0.5
ML:128-PU:21-PLA:0
The same issues still exist, if logged in as admin and viewing these pages they seem fine all grid / portfolio all working but once logged out and viewed as general public grid doesn’t display, mobile menu, grid sorting all do not show up.
Also just to make sure I did not have any plugin installed with 2.5 or 2.5.2 versions therefore it’s not plugin related plus it actually works while logged in as admin and viewing the related pages with portfolio grid, layer slider or post slides or mobile menu all fine therefore this would only indicate wordpress 3.8.1 and theme 2.5.2 issue viewing in non-admin mode as in view as public.
Thanks
kind regards
-
This reply was modified 12 years, 1 month ago by
pureoption.
Hey!
Please try to install the latest theme update (2.5.2) with ftp: https://vimeo.com/channels/aviathemes/67209750 and check if it solves the issue.
Cheers!
Peter
After more debugging, I found script remnant from a plugin I installed ages ago. It was blocking the theme’s script. I’ve also dealt with the thumbnails. From what I can tell, simply selecting the number of columns that constrains the thumbnail size to something small regardless of how many images I have does the trick (e.g. A gallery with three thumbnails uses 7 columns to generate a smaller thumbnail size).
Sorry if this has already been posted and I missed it, but I couldn’t find a relevant thread. I am updating my site http://www.pixal.ca with Enfold. So far the theme is incredible! However, I can’t seem to get the lightbox to work.
In any of the elements with the Lightbox option available, I make sure to select it. Upon clicking the image, I am redirected to the attachment page. You can see it occurring here. I have no plugins or scripts that might interfere with this.
On a side note, I can’t change the size of the thumbnails in the gallery no matter what dimension preset I choose. The size only changes based on the number of rows.
Edit: I want to clarify that I’m trying to put together my portfolio as is from the Enfold Ajax demo. A client should be able to click on an image preview or the thumbnail to bring up a lightbox.
-
This topic was modified 12 years, 1 month ago by
azzopard1.
Hi gxjansen!
First, try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If it that doesn’t work, please add this on Quick CSS or custom.css:
.template-blog .blog-meta .attachment-square.wp-post-image {
height: 100%;
}
Cheers!
Ismael
Hi pako69!
It sounds like WordPress wasn’t able to create the alternate sizes of the image when you uploaded. Your uploads folder permissions could have changed or there could just be another issue that just happened to have popped up at the same time.
First try using this plugin to regenerate your thumbnails: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Then try switching to any of the default WordPress themes and do the same or upload a new image and see if WordPress is able to create the thumbnails then (wordpress has 2 thumbnail sizes separate from any theme).
Regards,
Devin
Hello
I have update to 2.5.2 update.
Now, what’s happen?
– When i upload an image, i can’t chose anymore the size, the size field is not present

– When i upload a featured image, Enfold take the big image and not the resized one
> Before the update, in this page the featured image is good and resized: http://www.domodeco.fr/reportages/visite-privee/tel-un-tableau.html
> After the update, in this page the featured image is the big one: http://www.domodeco.fr/interieur/salon/la-fonctionnalite-nuit-jour.html
– In the media manager i do not have thumbnails of my uploaded images:

I do not use cache plugin and i do not have installed any new plugin since the update…
I love Enfold, but i’m a little but i don’t like update that breaks my works and make me lost my time… :-(
Thanks
—
Other issue after the update: the three Easy Slider of the home page have lost their posts links…
When images aren’t square, post thumbnails on the blog overview pages look quite ugly:
Img url: https://www.evernote.com/shard/s1/sh/db356908-05e5-45e0-a2c4-386d1eb4de83/51a1f1862c87367ca30081747c4898a0
Any idea how can this be fixed?
Thx!
-
This topic was modified 12 years, 1 month ago by
gxjansen.