Hi Devin!
Yes, I remember to have set a featured image in one of my testings and it kind of showed up but this point is also a little bit confusing to me, I mean, how does that isolated image works? Is it just kind of a thumbnail or it is something more relevant?…
The thing is that I can not clearly see what the term “portfolio items” refers to. I mean, well, I can get to know what they are for –showcasing portfolios– but I don’t get how my intended “parent-service” falls into this.
Do I have to set up different portfolios and then “fill” them with content? How? Where? In the /pages/ section? In the same /portfolio items/ section?
And once set, do I manually build the individual items to show like the demo site, don’t I? (http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/)
I kind of like the portfolio
I’m sorry this answer is messing the whole thing up. It’s just that unlike most of the other sections of the editor this portfolio thing is the one that is bringing me down… ;)
Thanks!
Hello,
Can you help me to enable a lightbox effect on product thumbnails on the woocommerce catalog page- rather then having the image click through to the single product page? I would like the “see details” to link to the product page. That would be marvellous! I tried using the magic thumb plugin to achieve this, but to no avail. Ideally we would like the same lightbox feature enabled for product grids & sliders too. The catalog is here
Thank you!
Hi, I have some galleries that I’ve created that have many images, and as such they take up a lot of page space. Is there a way to restrict the number of images seen as thumbnails – e.g. gallery has 48 images – would like to see 8 thumbnails.
Hope this makes sense! – here’s a link for example http://www.wendywhatlingdance.co.uk/gallery/
Hey!
1) Please revert your menu changes – they probably conflict with our ajax search function.
2) I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/
A temporary css fix would be:
.news-thumb {
max-width: 36px;
}
– insert this code into the quick css field.
Best regards,
Peter
Hey guys,
Is there a way to make the Full Width Masonry Gallery have more pictures per row?
Default is three pictures, but it would be nice to have a little more control over this.
Any suggestions, or things I can fiddle around with?
I’m assuming it’s a css thing or maybe a function that calls for a specific size image/thumbnail?
Thanks a million!
Hi!
You can use another filter – insert following code at the bottom of the functions.php file (child theme or parent theme):
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);
$link = !empty($custom_url) ? $custom_url : $link;
return $link;
}
Cheers!
Peter
I’m having problems using the regular WordPress Gallery in this way. I would imagine it has to do with trying to use the [gallery] code in a text block so that I can use the Avia Layout Builder for the rest of the content on the page. The thumbnails don’t size up when using the [gallery size ="large"] code and the image title label that pops up above the image on hover isn’t there (probably because this is an Enfold Gallery feature and not a WordPress gallery feature).
Also, I need to use the Avia Layout Builder because I’m not interested in having most of my pages built using the Avia Layout Builder and a few using the Default WordPress Editor. Everything needs to be consistent.
If the “post_gallery” filter could be added in a future update, that would be great, otherwise, it looks like I’ll have to find a different solution.
Cool, the .php in child theme works !
– is it possible to keep the same links than the thumbnails?
e.g. : the title “Reprographie” go to http://www.repromoselle.com/wordpress/prestations/reprographie/
Thanks for your usefull responses (great support) !!!
Hey!
Please try to install this plugin http://wordpress.org/plugins/wp-resized-image-quality/ , then configure the quality setting(s) and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Peter
Yes, I see all of them as well. My problem is that when I hover over them, I see the pen. That’s why the title is overlay hover.
Just hover over the thumbnails and you will see what I mean…
Hey!
You can upload large images, say 1000x400px, the theme will automatically crop or resize the image into different thumbnail sizes. You can insert the Easy Slider on a 1/3 column then select the thumbnail size that you want on “Slideshow Image Size”. Choose “Medium(300×300): to be exact.
Regards,
Ismael
Hi!
I’m sorry if you feel that way, we are trying our best to help you. If you’re expecting the Easy Slider to actually resize when you select the size of the image thumbnail on “Slideshow Image Size” then you’re wrong. The Easy Slider will inherit the size of the container. The “Slideshow Image Size” option choose which image size is going to be use on the slider. You need to place the Easy Slider inside a column layout like 1/2 or 1/3 etc to restrict the size or place it inside a div or container with specific height and width that you set using css. This post has been flag for the support team member’s attention. Please wait for additional responses.
Cheers!
Ismael
Hey!
Please add this on custom.css or Quick CSS:
.ls-videopreview {
display: none !important;
}
I think this occurs when you didn’t add a featured thumbnail for the video.
Regards,
Ismael
Hey!
Can you try regenerating thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/ then check if images are same size? If not, please create a temporary admin login and post it here privately
Cheers!
Yigit
-
This reply was modified 12 years, 2 months ago by
Yigit.
Thanks Yigit. The “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” is checked.
Hey!
You can go to Settings > Media and check thumbnail image sizes and check “Crop thumbnail to exact dimensions” if unchecked
Regards,
Yigit
Square images for the thumbnails only or square images for the larger versions? It’s kind of difficult to have a square image when the full size is rectangular (longer height then width).
Is the the gallery supposed to look like the one at http://www.mountainstreamgroup.com? Why aren’t all the thumbnails all the same size and in 3 distinct rows? I had more images but I deleted some. Do I have to delete the gallery and start over?
Hi!
As Devin explained in the documentation and i quote
“Why use a Child Theme?
A Child Theme sits on top of Enfold so that you can give it your own custom name, thumbnail image in the admin, and safely get into more advanced customization without the risk of a theme update writing over your work. We’ve prepared a child theme for you that will automatically load the Enfold theme as its parent.”
Cheers!
Yigit
HI Ismael
as mentioned, it is not just the thumbnail sizes.. ALL the sizing is not working properly.
for example, when i select 300 x 300 i expect the image to come out as such, even if it has been uploaded at 650 X 400.
None of your slideshow resize options are working.
Also, please go to http://www.atoswellness.com.sg you will see an ugly black band in themiddle of the page. could you please tell me why it is loading like that ?it used to be white thanks.
Hi tdgano!
1- Seems like you have already figured it out!
2- Please go to Settings > Media and increase thumbnail image sizes then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Yigit
Ok Devin,
Sorted the issue with the Fancybox pop up. Now – I have tittles added to the images, but they don’t show anywhere on the lightbox. Do they normally display by default?
Also – take a look at http://codelessme.com/casey/abstracts/ I’ve used the Shop Category(450×450) but it seems the 1 thumbnail is not cropping on 4th row.
-
This reply was modified 12 years, 2 months ago by
zerozendesign. Reason: added additional
Hi spitsdesign!
No, unfortunately not without modifying the gallery shortcode file. All available galleries are shown here: http://kriesi.at/themes/enfold/shortcodes/gallery/
Cheers!
Devin
Hey,
Single portfolio: 2/3 gallery
Is it possible to move the thumbnails to the top (above the image)?
http://kriesi.at/themedemo/?theme=enfold
tnx!
Hey!
You can easily remove it – open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and replace
if($thumbnail)
{
$thumb_fallback = $thumbnail;
$thumb_class = "real-thumbnail";
}
else
{
$thumbnail = "<span class=' fallback-post-type-icon' ".av_icon_string($format)."></span><span class='slider-fallback-image'>{{thumbnail}}</span>";
$thumb_class = "fake-thumbnail";
}
with
if($thumbnail)
{
$thumb_fallback = $thumbnail;
$thumb_class = "real-thumbnail";
}
else
{
$thumbnail = false;
$thumb_class = false;
}
Cheers!
Peter
I actually moved those two css codes to the top and it seemed to work but one of the thumbnail images is being kicked to the next line. Anyway to bring it back up just how it looks on the parent blog page?
Thanks!
When using Business Directory Plugin in Enfold the listing images will not show next and previous arrows.
The main listing thumbnail shows an arrow on the right, but it doesn’t lead anywhere. When clicking the thumbnails below, now arrows shows up as it does in other themes. I’ve tried the support on business directory.com, but I didn’t get any solution from there.
The plugin lightbox works fine in Twentythirteen, but not in Enfold.
http://runtvattern.se/business-directory/2442/hjo/
Hi Jox!
It’s possible, what kind of Blog are you using? can you post a link to it?
Best regards,
Josue
I am using Enfold to create a second similar site to the first Enfold site I created. However I am having some serious issues with IE 8 – specifically with tabs and the portfolio grid. The pages look awesome in Chrome, but look completely different in IE 8. Links:
http://www.atlassteelruledie.com/tooling
http://www.atlassteelruledie.com/Innovation (Thumbnail when clicked is supposed to open a preview/AJAZ portfolio)
Help please??
Thanks! – Monica