Hey lukemontagu!
1. You currently have a small thumbnail size set. In the gallery options set the image size to “No Scaling”.
2. If you still want it to resize gracefully then it would be best to just play around with the header size option in the admin panel until it looks good. Around 160px perhaps.
3. See here, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Best regards,
Elliott
Good morning Guru’s
Am wondering which Enfold PHP theme file to use (and where, within the file, to place) the following ACF shortcode generator code?
*************
<?php
$image_ids = get_field(‘gallery’, false, false);
$shortcode = ‘
**************
If successful the short codes would be used in a Single Image and a Gallery element to the post as per code below:
1 Single Image Enfold Code:
[av_image src='ACF single image code HERE' attachment='' attachment_size='featured_large' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance=''][/av_image]
2. Enfold Gallery Code
[av_gallery ids='ACF Gallery image code HERE' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='shop_catalog' columns='3' imagelink='lightbox' lazyload='avia_lazyload']
The other Possible ACF codes snipets to be used for image display??? :
4. Single image
<?php
$image = get_field(‘image’);
if( !empty($image) ): ?>
” alt=”<?php echo $image[‘alt’]; ?>” />
<?php endif; ?>
AND
5. Gallery
<?php
$images = get_field(‘gallery’);
if( $images ): ?>
<?php endif; ?>
***************************************
Once again not sure which file (eg Index.php or Single-portfolio.php)?
Many thanks in advance!
Chris
Hi kalondevo!
It depends on where your using it. In general you would want to upload a large image and then the theme will create different sized thumbnails to fit it in every area where you would use it.
Send us a link to your page so we can get a better idea of what’s going on.
Best regards,
Elliott
Hi,
I placed a new video on my site but i didnt’t see the youtube video thumpnail. Before that, there are existing two videos with a thumbnail.
What can be wrong now?
Thank you – Markus
I had a team at Bluehost transfer my WP.com website (with over 300 blog posts) to my new WP.org. I just installed your theme. There is no blog tab and all my posts are sitting on my Home tab. Is there any way to change that to have my blogs under a Blog tab?
Also, all the old photo galleries (used to be tiled mosaics in Twenty Eleven) are now small squeezed thumbnail groups. They seem to be individual photos instead of galleries. Will I have to go through my media library to reconstruct galleries? or will it be easy to do so from the old blog posts?
Thanks.
Hi Marcel!
I have added following code to Style.css file of your child theme
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumbnails_2 a,#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumbnails_3 a,#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumbnails_1 a,#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a {
display: inline-block!important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_mosaic_thumbnails_0 a {
overflow: visible!important;
}
and following code to Functions.php file of your child theme
function add_gallery_sup(){
?>
<script>
jQuery(window).load(function(){
jQuery('#bwg_container1_0 #bwg_container2_0 .bwg_mosaic_thumbnails_0 a').addClass('bwg_mosaic_thumb_0');
});
</script>
<?php
}
add_action('wp_footer', 'add_gallery_sup');
Please review your website now :)
Regards,
Yigit
I’m so sorry. I fell asleep without notifying you. Yes. I did figure it out. Thanks.
While I have you though, I am looking for a way to add 3 videos to my home page as small thumbnails with titles. Can you suggest a way to do so?
George
Hi!
I think what Elliot meant is that all masonry size settings will use the same thumbnail but using the perfect grid will stretch the images to fit the container. Looks like you’re using an old version of the theme which is not compatible with WP 4.1.1. Please download version 3.1.3 then test it again.
Regards,
Ismael
This reply has been marked as private.
Hi!
I’ve reported the sidebar issue to Kriesi.
Regarding the other points; no, it’s not possible, when you activate ALB it will transform that post into a empty canvas, meaning that all pre-defined templating (in case of Post:: title, thumbnail, meta data, etc) will be ignored, so you’d need to rebuild those elements using ALB elements.
Cheers!
Josue
In page with Portfolio Grid sections
Section 1 (upper) Categories selected :
ONLY assigned to Case Study <category 1> AND Agriculture <category 2> AND Healthcare <category 3>
My Goal:
1) Display All Portfolio Entries assigned to 1 or more of the 3 categories ONLY
2) View and Sort Case Study Entries by either ALL or <Agriculture + Case Study> or <Healthcare + Case Study>
Issue:
The Portfolio Grid ALSO displays a Portfolio Entry thumbnail which is assigned to Agriculture <category 2> + White Paper <category 4> a category I DID NOT select in that Portfolio Grid setting
Question:
Is there any way to display Portfolio Entries that are ONLY assigned to Categories selected in the Portfolio Grid settings
i.e., When I ONLY check the category Case Study AND Agriculture AND Healthcare – the Grid displays Portfolio Entries that are ONLY assigned to
Case Study <category 1> AND Agriculture <Category 2>
AND
Case Study <category 1> AND Healthcare <Category 3>
NOT display Entries that ARE assigned to Agriculture <category 2> AND White Paper <category 4> which was NOT selected in the Portfolio Setting
Thanks
Basically, I had to abandon the module as it normally exists and recreate it using Events Manager shortcodes (all caps below) like this:
<div id=”av-magazine-1″ class=”av-magazine av-magazine-hero-left av-magazine-top-bar-active av-magazine-tabs-active”>
<div class=”av-magazine-top-bar”>
</div>
<div class=”av-magazine-group sort_all”>
<div class=”av-magazine-hero first flex_column av_one_half”>
[events_list offset=0 limit=1 scope=”future” category=”workshops”]
<article class=”hentry av-magazine-entry av-magazine-format-standard av-magazine-type-event av-magazine-entry-big”>
<div class=”av-magazine-thumbnail”>
#_EVENTIMAGE
</div>
<div class=”av-magazine-content-wrap”>
<header class=”entry-content-header”>
<time class=”av-magazine-time updated”>#_EVENTDATES</time>
<h3 class=”av-magazine-title entry-title” itemprop=”headline”>#_EVENTNAME</h3>
</header>
<div class=”av-magazine-content entry-content” itemprop=”text”>#_EVENTEXCERPT{10,…}</div>
</div>
<footer class=”entry-footer”></footer>
</article>
[/events_list]
</div>
<div class=”av-magazine-sideshow flex_column av_one_half”>
[events_list offset=1 limit=4 scope=”future” category=”workshops”]
<article class=”hentry av-magazine-entry av-magazine-format-standard av-magazine-type-event av-magazine-entry-small”>
<div class=”av-magazine-thumbnail”>
#_EVENTIMAGE{80,80}
</div>
<div class=”av-magazine-content-wrap”>
<header class=”entry-content-header”>
<time class=”av-magazine-time updated”>#_EVENTDATES</time>
<h3 class=”av-magazine-title entry-title” itemprop=”headline”>#_EVENTNAME</h3>
</header>
</div>
<footer class=”entry-footer”></footer>
</article>
[/events_list]
</div>
</div>
</div>
<hr>
<h3>All Workshops</h3>
<div class=’css-events-list’>
[events_list_grouped mode=”monthly” scope=”future” category=”workshops” limit=”10″ pagination=”1″ /]
</div>
So that works as long as categories are assigned – and I had several. So using/tweaking the code without the WYSIWYG interface ultimately solved my problem. I put this here to help anyone else in this situation.
Hi,
There’s any way to remove the links to the portfolio items showed in a masonry element ?
I just want to display the thumbnail images of all my portfolio items, and I just want to be able to sort by portfolio category the images.
I just tried to edit the “masonry_entries.php” file, but I don’t know what I should change.
Maybe something in this line?
$items .= “<{$html_tags[0]} id=’av-masonry-“.self::$element.”-item-“.$entry[‘ID’].”‘ class='{$class_string}’ {$linktitle} {$markup}>”;
Also, it’s posible to change the way to display the categories to sort?
Now, it’s displayed like :
ALL / CATEGORY / CATEGORY / CATEGORY etc.
It can be a select box? I’ve a big amoung of categories, and i’d like to be just a select box
Thanks
-
This topic was modified 11 years ago by
cerveradani. Reason: Adding information
This reply has been marked as private.
Hi DJQuad!
You can change that on line 119 in the functions.php file.
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
And then regenerate your thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
But if it was me I would just set the slider to display the fullsize images with no scaling.
Cheers!
Elliott
Hi!
Add this to your custom CSS.
.small-preview img {
height: 81px !important;
width: 81px !important;
}
Are you wanting to make it so when you click on the thumbnails in your blog list that they open up the full image in a popup instead of linking to the single post view?
Cheers!
Elliott
Hey!
1.) You can select a bigger thumbnail for the portfolio grid. Right now, it is set to 260x185px, that’s why it looks blurry on retina displays. Edit the portfolio grid then set the Portfolio Grid Image Size to manual. Choose a bigger thumbnail size in the Select custom image size option.
Regards,
Ismael
Hi, I’ve been running some page speed tests on my Enfold based website at https://developers.google.com/speed/pagespeed/insights/ to try and get some better scores.
It seems that the thumbnails generated by the portfolio are not at all optimised in size. For example a certain thumbnail is 75KB in the site, when I grab it and compress it myself, it’s only 17KB.
Is there a way to easily optimise all thumbnail sizes, as they are not stored in the Media Library?
Hi Guilherme!
When you edit the magazine element scroll down to the bottom and there will be a setting that says, “Display Thumbnails?”, which you can uncheck.
Cheers!
Elliott
This reply has been marked as private.
Hey Santos Ramos!
Did you remember to refresh the thumbnails after changing the sizes? You can do it easily with this plugin, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
Elliott
Hello,
I have found multiple posts mentioning this problem but I havent foud a sollution yet.
I have made a portfolio grid. The individual portfolio items have featured images of different sizes and aspect ratios. In the settings of the grid I have set the thumbnail size to manually but no matter which size I choose, most images get a different size. Then I tried the auto setting but this gives the same end result.The whole grid looks very ugly with allmost all images having a different size.
I cannot give a link to the site because it is running on a local nas (still in design phase).
What am I doing wrong / not seeying here?
Hi!
1- Sorry i thought you meant pencil icon on your news page. Please use following code instead
.avia-content-slider .fake-thumbnail .slide-image {
display: none;
}
2- Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
This reply has been marked as private.
Hello,
I’m using the plugin easy digital downloads and the images are cropped to small by enfold.
I went to setting and change the size of the images and still looks the same.
You can see the problem of the thumbnail and the full images on the link bellow.
what can I do to fix this problem?
This reply has been marked as private.
Thanks but that didn’t seem to get rid of the image thumbnail with the pen icon over it :)
Hello :)
How do I get rid of the blog thumbnail for images (link below). My posts don’t have images so I just want title/expcert/date.
Hi!
1. Open up /enfold/includes/loop-index.php and around line 110 you should see this.
if(!empty($before_content))
Add this above it.
$thumbnail_id = get_post_thumbnail_id($post->ID);
$thumbnail_image = get_posts(array('p' => $thumbnail_id, 'post_type' => 'attachment'));
if ($thumbnail_image && isset($thumbnail_image[0])) {
echo '<span>'.$thumbnail_image[0]->post_excerpt.'</span>';
}
2. That is more difficult but you can get started with it here, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.
Cheers!
Elliott
Hi Pieter!
Have you made any changes on thumbnails sizes? Please try regenerating thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Yigit