MMParticipant
Hi,
I saw a post about this issue before (when it wasn’t an issue for me!), but now I can’t find it, so not sure if there is a resolution yet. When using a gallery in the layout builder, when the page is viewed, the thumbnail images stay greyed out (same as their hover state) until you scroll down the page, which is a problem when there are only a few images that don’t require a scroll of the page to view them all!
Is this a bug? Is there a fix or workaround?
Thanks,
Matt
OK, updated the whole theme and it’s still the same, plus I got loads of new pages entitled Progress Bar! Have you tested this issue on your own version?
This issue only happens when I use the team member feature in a portfolio so there is a definate issue. I really need the filterable portfolio for this website otherwise it will not work the way my client wants it to work.
Please can you look into this with a bit more urgency as there is an obvious fault here.
This is a great theme but this little problem is causing me much delay, I’ve had the ‘coming soon’ page up since last week becuase of this and my client is getting nervous!
Thanks
Hi Ariel,
There is no icon with the icon font used so if you want to add it in you can add a new option for it in includes>admin>register-admin-options.php after the vimeo option on line 779:
'Vimeo' => 'vimeo',
'Youtube' => 'youtube',
You would then need to style the youtube class with your own icon as the background image and give it a defined width/height. Kriesi said that if/when an icon becomes available it will be added in.
Regards,
Devin
Edit: May be able to be added in shortly, will fully update when I know one way or another.
Unless you have edited the theme files specifically, I would suggest replacing all of the theme files since there have been so many updates released already.
Its a DIY plugin (just a function really) and I’m not sure what support it will have with 3.5.1 but give it a try: https://gist.github.com/bueltge/2930032
Hope that helps :)
Regards,
Devin
camdesign, is easy, follow the instructions of Ismael and you will find these here:
http://img706.imageshack.us/img706/8172/stretchd.jpg
Thanks!
Hey!
I marked the thread for Devin.
Regards,
Peter
If you folloow the link you can see that the two empty team member images are not there. They are the same image that is used for the one that is there, so to me there is an obvious issue with the team member fgeature when used in conjunction with a portfolio item.
http://www.northeastbarristers.com/barristers/
1) You can remove the padding around the gallery images with:
#top div .avia-gallery img {
padding: 0;
}
– insert it into the quick css field.
2) Atm it is not possible but we’ll include this feature in the next version: http://www.clipular.com/c?5381085=vHkdVz2Rg3GKID3-xWc7zx69Jww&f=.png – the new option allows you to deactivate the links, to activate the lightbox or to open the images in a new (or the same) browser tab/window.
3) The image size is controlled by the columns setting.
ok so no way to add something to the img or href tag?
Its either all off or all on?
Hi,
What do you mean by ” when a TEAM MEMBER is set in a PORTFOLIO item”?
If you want to understand it clearly. You can Import the dummy data then edit the Meet the team page. You will be able to see how it is done.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS.
.image-overlay.overlay-type-extern {
display: none !important;
}
Regards,
Ismael
I am having the same problem. I do not see this option anywhere -there is no option “stretch to fit”. Please tell me where that is. -Thanks in advance.
Hi,
Can you give us a link to the page with the blurred images? Did you use it as a portfolio thumbnail?
Regards,
Ismael
Hi,
After you inserted the background image, click the Full Width Slider again and at the very bottom look for the Background Repeat > Select Stretch to fit. Suggested image size is 1500×400 px.
Regards,
Ismael
Hi, i have put the sliders like demo to make different tests…
But how can i put the “Fullwidth easy slider” background image view “full width” like the demo?
Now i have it like “boxed”…
URL:
http://nuevo.comunica-e.es/ (second slider)
Thanks in advance
Hello, I upload images at media Gallery, and when I try to add at my Gallery in a Thumbnail size, does not matter the number of columns or the size originale. I tried with big images, with small images, and always appear very very blurred when it shows like a Thumbnail. I don’t know if I explained correctly. Some suggestions ?
Thank you very much.
Alexia.
(Sorry for my poor english)
I would like to turn off the effect on images that are linked. This is a problem for banner ads that get that effect or is there a way to turn that effect off in the href itself so that the theme does not override it
Hi Monsoon,
You can add captions to images in a gallery shortcode (or in the advanced layout editor the gallery media element) to get that effect. There is a bug with the hover effect and displaying them so if you do, you’ll also need to use this css in your Quick CSS filed in the Theme Options Styling Tab:
.avia-gallery-thumb .image-overlay.overlay-type-image {
display: none !important;
}
Regards,
Devin
Hi there, Images (apart from the first) do not appear when a TEAM MEMBER is set in a PORTFOLIO item. I have tried updating/resetting/re-uploading but nothing works.
Please help as thi was flagged up last week.
You can view the issue hrer – http://www.northeastbarristers.com/barristers/
Thanks
Hi,
no, such a module doesn’t exist. Personally I’d use “image” or “gallery” module. If you use the “gallery” module with bigger thumbnails the needs to hover over the “small thumbnail list” to view the bigger thumbnails: http://kriesi.at/themes/enfold/shortcodes/gallery/
I am wondering where do you set the tooltips bubbles seen in the You may also like areas?
I would like to be able to set this for portfolio images or to any image or link anywhere…is there a shortcode?
I am playing with the portfolio but I do not seem to be able to to order the portfolio images in any way. I was trying to use the post/portfolio creation date but it does not seem to do anything. I need to be able to arrange portfolio items in order. How does one do that?
IE I can t have one of the items be the first even if it is the last one I added to the portfolio
Hi,
This is a possible bug. When the mouse touches the image for the first time , the circle with the two arrows appears over the image and the image becomes desaturated of color. For some reason every time you touch that image again that circle somehow gets in the way of actually touching the image so the tooltip is not triggered. I made Kriesi aware of this
However for now, if you don’t mind living without that circle being displayed over the center of the image when your mouse touches the image, you can do the following to get the tooltips working:
Please open up /js/avia.js in your theme folder, and find line 260 which looks like the line below (without the //) and now add // in front of line 260 just like I’ve done on the line below
//overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);
Thanks,
Nick
Hey!
Great – we’ll include this fix in the next update :)
Best regards,
Peter
It is updated. Perhaps I should update again. Whats the best process? Last time I just replaced the files that had been changed as per the changelog.
Hey!
Go to Enfold > Header and select a different header (eg “Fixed Header with Social Icons and additional Navigation”).
Best regards,
Peter
Hi!
Insert following code into the quick css field:
.related_posts_default_image {
max-width: 85px;
}
Regards,
Peter
Hi Devin,
Can you share the link for this plugin, this is exactly what I need.
Hi Nick,
Thanks for the video, but I think the macro record won’t work since I don’t use image in all of my posts. Devin’s solution using plugin could be the solution in this case