Hi all,
Is it possible to create a “list” of portfolio items in a table format with thumbnails disabled? Just something simple like the itunes podcast station list:
https://itunes.apple.com/us/podcast/powering-america-chris-faulkner/id804145123?mt=2
Thanks!
Dave
Hey Ritchie!
Try doing a force regeneration:
https://wordpress.org/plugins/force-regenerate-thumbnails/
Don’t forget to flush any caching you may have activated.
Cheers!
Josue
Hey raveon!
Thank you for visiting the support forum.
The portfolio thumbnails on mobile screen, specifically iPhone, should adjust dynamically and become full width or resize to 50% of screen width alternately. You can check the demo. If you don’t mind, we would like see the actual portfolio page where this is happening.
Regards,
Ismael
This theme has been excellent so far, great job of programming and keeping the UI simple. Tonight was the first night I added a portfolio page. Everything look good on the desktop but not so much on iPhone.
I am using full width page in a boxed display (large width) using 4 images across.
On the smartphone I would have assumed the 4 thumbnails would now display vertically to maintain a readable size but they still remain 4 across and very small.
When I do click on on the thumbnail to open a lightbox it is not centered (low on the screen), no way to move to next slide (unless press slide show button) and not “swipeable”.
This seems below the quality of everything else in the theme. Is this unique to me? Perhaps it is my particular configuration?
Would be nice to fix if possible.
-
This topic was modified 11 years, 10 months ago by
raveon.
Its really just in the way the images need to be rendered and used for any of the theme features. To get the best performance for users and the site they should be local. With the featured images specifically that is a WordPress function itself and you can read about it here: http://codex.wordpress.org/Post_Thumbnails
Hi Josue,
I never changed anything in my media settings… neither before installing Enfold nor after updating.
I don’t want to use thumbnails for the big featured image; when I post a new blog entry, I always save my featured image in the size 706x360px – Enfold used to display the original images without any cropping or resizing.
Here’s a screenshot of a blog posting with a big featured image:

And here’s my media settings:

I don’t understand how updating changed the featured image setting… it used to be 706px by 360px, now it’s 706px by 270px.
The featured images are all uploaded in the correct size, but the display height is wrong.
Hi!
Have you tried changing that in Settings > Media and then regenerating the thumbnails?
Can you post a link to your blog page?
Regards,
Josue
Hi,
I recently updated my theme ENFOLD ver 2.8.1
WordPress 3.9.1
I’ver just realised that on uploading images – the theme is not creating the additional image thumbnail sizes for each image
When I go to insert an uploaded image – the only option is FULL SIZE I do not get the option to select say “entry with Side Bar 710px x 270px
hope you can shed some light
Hey!
Set a fixed size here and then use this plugin to generate the thumbnails for that size.
Cheers!
Josue
Hey pinzanoaltagl!
Thank you for using the theme.
Did you insert the Blog Posts element in order to create the blog? If yes, look for the Preview Image Size then select the second option to manually define the thumbnail size. Select the Medium thumbnail size which is 300x300px in dimension.
Best regards,
Ismael
Thumbnails are not created correctly, even with big images this happens (latest theme and Wp versions). Even using vertical or horizontal images it should scale them to fill thumbnail size (ex. 300×300 pixel)
What can I do?


Thanks
I just tried the new “related entries” version (the one with thumbnail and post title). I noticed that all posts without featured image have a misaligned icon. See for yourself:
http://kriesi.at/themes/enfold/2013/10/23/the-lone-balloon/
I could fix it with changing
#top .av-related-style-full .related_image_wrap {display: table-cell;}
to
#top .av-related-style-full .related_image_wrap {display: block;}
Don´t know if it is the correct way, but at least it works :-).
-
This topic was modified 11 years, 10 months ago by
StuWeTueHo.
You would just be using NextGen without the theme elements. Kriesi has never added in any further support than the default WordPress support.
I can’t ever agree on space being an issue for anyone these days. You would need to upload 20-30k images to hit most minimum hosting packages caps. Ultimately how you handle storage, images and the like on a site running through thousands of images a month is not something we are really equipped to offer support on nor should you be relying on free theme support for that if its part of a business.
By generating thumbnail images that are at a range of usable sizes you save bandwidth and give your users better load times. Since storage is cheaper than bandwidth most users across the board choose this route. If you want the opposite and want to load a 1500×1500 image into a 100×100 gallery tile you can simply remove the functions from the themes functions.php and the images will not get generated.
Greetings,
I’m troubleshooting some suspected irregularities in the Content Slider.
In the Add/Edit Slides screen, none of them are identified with either thumbnail or text in the vertical stack. Is this normal?
Also, after editing one in the Form Element, the next slider edits show the media photos from the those recently opened.
Lastly, I’m leaving the Slide Title box empty, and would like the media to connect to a page. The Title Link boxes show the correct page, but unless I manually modify the url in the Text Editor, the user is presented with the “full size” arrow instead of the “link” arrow.
Thanks!
Hi!
Please replace the code Ismael posted :
if(!is_archive()){
echo $content;
} else {
$excerpt = the_excerpt();
echo $excerpt.'<a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>';
}
with
if(!is_archive()){
echo $content;
} else {
$excerpt = get_the_post_thumbnail( get_the_ID(), "large"); get_the_excerpt();
$excerpt .= get_the_excerpt();
echo $excerpt.'<a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>';
}
Regards,
Peter
Have just updated my 2 websites – http://www.harefieldchurch.org and http://www.mrct.org.uk with the latest Enfold theme update.
Images are not resizing according to page. They are only showing as original sizes.
It only seems to apply where I have inserted a picture into a page. I have tried re-saving page and regenerating the thumbnails but to no avail.
I installed a new SSL certificate today on my site: https://lostartmarketing.com. Shortly thereafter, the two videos on my homepage stopped working. One video (youtube) is set in the background in a color section at the top of the homepage. The other (Vimeo) is linked to a thumbnail below.
I turned my WooCommerce setting “Force secure checkout” on and off. It didn’t make a difference. Next, I tried “Force secure checkout” and “Un-force HTTPS when leaving the checkout” at the same time. The page wouldn’t load. I got a message that read, “This webpage has a redirect loop.” I’m not sure if any of this is relevant, but I thought it was worth mentioning.
I switched to Safari (from Chrome) and I didn’t seem to have the video problems there.
This is all new to me, so I’m totally confused. I would appreciate a bit of help.
Thanks,
Taft
Hi!
Minimizing scripts is always a bit touchy. They need to be done in the correct order and sometimes some scripts just will not minimize without causing issues.
For the WordPress generated images yes, they will always get generated. The theme adds in another group for all of its usages to make the site load a bit faster and WordPress has 2 of its own. Then on top of that plugins may add in their own image sizes to be used as well.
Typically space isn’t an issue these days even with thousands of photos. For example if you had 1000 photos that combined to be 500kb for each ‘group’ of generated thumbnails the total space needed would only be 488mb. So 1.5 gigs of space for a few thousand photos.
Cheers!
Devin
Hey nerkasa!
Yes the instructions are still valid. Basically you need to replace:
$output .= !empty($excerpt) ? "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt."</div>" : "";
with
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
$output .= !empty($excerpt) ? "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt."</div>" : "";
and delete this line:
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
If you want to “replace” the original parent theme shortcode with your child theme please follow the instructions here: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Cheers!
Peter
Ok, I see that. :)
But what about:
“I also tried to insert a standard WP-gallery in a Text Block, but this don’t work at all.”
This is just standard WP, and should work.
What’s happening:
When using Avia Layout Builder on page:
When I insert a WP-gallery into a Text Block it works great in preview mode, but when I publish it something goes very wrong. Instead of the images floating beside each other they just appear underneath each other. And more important; all form for linking is gone (have tried with both “Media File” and “Attachment Page” setting).
Code in preview mode:
<div id='gallery-1' class='gallery galleryid-379 gallery-columns-5 gallery-size-thumbnail'>
<dl class='gallery-item'>
<dt class='gallery-icon'><a href='http://example.com/wp-content/uploads/comics_cute_kitten_887085_o.jpg' rel="lightbox[379]" title="Pictures Test"><img width="180" height="180" src="http://example.com/wp-content/uploads/comics_cute_kitten_887085_o-180x180.jpg" class="attachment-thumbnail" alt="comics_cute_kitten_887085_o" /></a>
</dt></dl>
<br style="clear: both" />
<br style='clear: both;' />
</div>
Code when (the exact same) page is published:
<div class="gallery gallery-columns-5">
<dl class="gallery-item">
<dt class="gallery-icon"><img src="http://example.com/wp-content/uploads/comics_cute_kitten_887085_o-180x180.jpg" alt="" width="180" height="180" /></dt>
<dd class="wp-caption-text gallery-caption"></dd>
</dl>
</div>
When using “Default Editor” on page:
It works as it supposed to (lightbox an everything).
I have also tried to copy the gallery shortcode from “Default Editor” to “Avia Layout Builder” without success.
So any Ideas on how to fix this?
Additional information:
I’m running WP 3.9.1
Enfold theme: 2.7.1
Kind regards :)
Hi jlarmen!
Thank you for using the theme!
Where do you want to use the image? The theme crops the image into small thumbnails and set it to different elements of the theme accordingly. You can set the crop parameter to false if you want to prevent wp from cutting the edges of the image. For example, edit functions.php, find this code on line 101:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Replace it with:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270, 'crop'=>false); // big images for blog and page entries
Regenerate the thumbnails or upload it again. We’ll need to know where exactly are you trying to use the image so that we can point you on the right direction.
Regards,
Ismael
I did, i’m currently regenerating the thumbnails (12%), will post when it’s done.
Regards,
Josue
Maybe is not working because the “medium” size of the thumbnail doesn’t exists, try installing and running this plugin too:
http://wordpress.org/plugins/regenerate-thumbnails/
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi,
Making third party plugins compatible with theme is beyond the support scope we can offer.
Try regenerating the thumbnails:
http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Josue
Yes, the difference is that the grid element shouldn’t have any categories selected (if it does, it will interfere with the excluding query).
The blurred images problem is fixed:
http://beta.pci-group.com/developments/
Had to change the Media thumbnail settings and regenerate the thumbnails.
Best regards,
Josue
This reply has been marked as private.