Hi,
That is because image size is 180x180px. Please try following
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the square image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Yigit
Hey adplusdesign,
Thank you for using Enfold.
I’m sorry but you cannot configure the youtube thumbnail from the theme. You have to edit the video options in the youtube or the video options panel.
// https://support.google.com/youtube/answer/72431?hl=en
There’s a workaround but the video will display in a lightbox. Use the image element then set the youtube video url as the image link.
Best regards,
Ismael
Hi
On my blog the posts are shown with thumbnails but in a category list of blog posts, there are none. How do I fix that?
Also, there are several pages I need to omit from showing up in the ajax search results. How to do that too?
Thanks
HI Rikard, would it be possible to do a patch instead to fix the product gallery, instead of a full theme update ? I don’t mind if I have to pay you for additional coding to fix the gallery. The thing is I am nervous in case the theme update affects the website e.g. completely clears the content. If this happened I would have to restore a backup but this is a big interruption for the site. I am sure it only requires a small fix if you could take a look please? if there is additional cost please let me know.
eg. http://www.platinum-retreats.com/product/espa-restorative-luxury-candle/
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/rising66/public_html/platinum-retreats.com/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Hi Ismael,
now i found the woocommerce-mod.js file.
But I do not know what to adjust here:
jQuery(‘body’).on(‘click’,’.add_to_cart_button’, function(e)
{
var productContainer = jQuery(this).parents(‘.product’).eq(0), product = {};
product.name = productContainer.find(‘.woocommerce-loop-product__title’).text();
product.image = productContainer.find(‘.thumbnail_container img’);
product.price = productContainer.find(‘.price .amount’).last().text();
Can you pleace help!
Best Regards
Carmen
Hello,
I’m struggling with Youtube video. I can’t change the video thumbnail through Youtube.
I can change the thumbnail of the video then using WordPress [video] shortcode – [video src="https://youtu.be/CS8g8hp0bgo?t=1m10s" poster="image/url"], but time parameter ?t=1m10s doesn’t have any effect. I’ve tried the parameter “?start=60” way, but without luck.
Then I simply paste https://youtu.be/CS8g8hp0bgo?t=1m10s into post the start parameter works OK.
Now how can make these two things work together.
Hi there,
I have a question regarding broken portfolio (post) nav after adding the page attributes like mentioned in a previous thread.
I have added the following code:
<?php
add_filter(‘avf_portfolio_cpt_args’, ‘avf_portfolio_add_cpt_args’, 1);
function avf_portfolio_add_cpt_args($args) {
$args[‘hierarchical’] = true;
$args[‘supports’] = array(‘title’,’thumbnail’,’excerpt’,’editor’,’comments’, ‘page-attributes’, ‘avia_post_nav_settings’);
return $args;
}
This allows me to have parent and child portfolio which I need for a specific purpose. However, the portfolio nav is broken because of this code.
Any idea how to fix this?
Regards,
Jorrit
Hi,
In functions.php des Child Themes (oder des Hauptthemes, wenn Du kein Child Theme verwendest) am Ende füge das folgende ein (z.B. über Dashboard -> Appearance > Editor):
function custom_modified_thumb_sizes( $sizes )
{
/**
* Example: Change sizes for 'masonry'
*
* Remove // at beginning of the line and make your changes.
*
*/
// set to true to crop images (= default value if not set)
$size['masonry'] = array('width'=>1024, 'height'=>1024, 'crop' => false);
return $sizes;
}
add_filter('avf_modify_thumb_size', 'custom_modified_thumb_sizes', 10, 1 );
In enfold/functions.php ab Zeile 146 findest Du die möglichen Werte, mit denen Du ‘masonry’ ersetzen kannst, z.B.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, 'crop' => false);
Dann auf jeden Fall mit https://wordpress.org/plugins/regenerate-thumbnails/ die WP Bildgalerie thumbnails neu generieren lassen.
Da ich Deine Einstellungen nicht kenne, kann ich Dir keine genauere Hilfestellung geben.
Dafür würden wir einen Link zur Seite und einen temporären admin account benötigen. Diesen kannst Du im private content unterbringen.
Best regards,
Günter
Hi,
I would like to checkt the site but the htaccess credentials seem to be invalid. Please check.
The theme is using a script to get the info of the product including the title, price and thumbnail and then output it in the cart list container. You can find it in the config-woocommerce > woocommerce-mod.js file, line 118 inside the “track_ajax_add_to_cart” function.
var productContainer = jQuery(this).parents('.product').eq(0), product = {};
product.name = productContainer.find('.woocommerce-loop-product__title').text();
product.image = productContainer.find('.thumbnail_container img');
product.price = productContainer.find('.price .amount').last().text();
Best regards,
Ismael
I am using the Gallery element and find the thumbnails are automatically being resized to a smaller size. When you load the page, they appear to be the “medium” size I set for 1 second, but then resize to a smaller thumbnail.
Can you please send me the css code I need to add to override the resizing of the images?
Hi
I’m interested in this as well. So I installed the Featured Video Plus plugin. I works OK but I would like to find a fix for the thumbnail image that would normally gets displayed on the blog list page. I not working well and perhaps you may have an idea on how I could fix it.
Here’s my website blog list page where you can see what’s happening: https://silviafindings.com/blog
Hope you can help as soon as possible because I have now published the post/video and it does not look very professional with the thumbnail display.
Thank you
Lyse
I am using the enfold theme and the Photo gallery plugin. I have made a gallery with the plugin but when I hover over the image thumbnail them become much larger and after I stop hovering on them they stay the same size. each image in the gallery has a max-height: none !important; max-width: none !important; and when you disable that code in the chrome dev tools the hover effect stops. I disabled the enfold theme and that stopped the hover affect letting me know that it is the theme that’s causing the issues. If I could disable all of enfolds styling to the gallery that would be great but I mostly need help with the image hovers resizing issue.
Hello,
i’ve got a Problem with Galery – Big Picture with Thumbnails.
This Galery is on 3 Sites working correctly, on 1 Site it’s wrong -> the Thumbnails are not showing correct in a row.
The settings on all 4 Galeries are identical (this are copies from 1 Galery).
Can somebody help me?
The Website is in “Coming-soon-Mode”, so i can’t give you a link.
Best regards,
Roman
HI
I thought this would be easy to find, but I can’t figure it out.
I would like the bottom of my (single) portfolio page to display a thumbnail of the upcoming portfolio page “next” and an image of the last page to display for “previous”
something like this https://ibb.co/dxiSk6
but nicer (it’s the only example I could find real quickly)
my typical portfolio page: https://specialmoderndesign.com/projects/01-cake-monkey-bakery/
Hey Tal,
You can post it after this code in functions-enfold.php (line 382):
add_theme_support( 'post-thumbnails' );
Hope this helps :)
Best regards,
Nikko
Hi, I know it’s been a year since this post, but using the in-built theme gallery (by using the Advanced Layout Editor) seems quite awkward, as it’s far easier to create posts using the default editor, which inserts a gallery as a short code. When creating a gallery in this manner, there are many options with regards to the size of the images within the gallery, but it doesn’t matter which one is selected, they all seem to output a small thumbnail. The only size that is any different is medium, and even then, it’s not much bigger than the thumbnail.
Hi yampieters,
You should uncheck here

and might want to install the https://wordpress.org/plugins/regenerate-thumbnails/ plugin and make the thumbs the size you need.
Best regards,
Victoria
Hello,
I found this Quick CSS which helped me to remove tghe date on my posts, which works.
.slide-meta {
display: none !important;
}
But the date is still showing on “Latest News” as I called it in the Footer- and Sidebar-Widget. How can I remove also this dates? A Link to the site I send you in Private Content.
Thanks a lot for helping!
Claudia
Hello, I would like to know how can I create a summary with thumbnail of a page or post in Enfold theme like the one that I am attaching in this forum.
Thanks
Example of a summary in Yahoo
Hi Damien,
Here is a fix for the old version
But you need to try to update your theme via FTP.
Best regards,
Victoria
Hello
We are using wp 4.8 ,enfold latest, woocommerce latest
our wp postmeta is getting huge recently, so we check in php admin and found out The default theme demo are still in the there
how we can we delete by some SQL?
BDW, are all the images and alt text and prices,product tags been stored the wp post meta?
if yes, there are a lot of database trashed, how can we delete them in database?
and if run below SQL, will it delete all the details from woocommerce singe product page(such as price,product tag, thumbnails, iamges?)
DELETE FROM wp_postmeta WHERE meta_key = ‘_wp_attached_file’;
DELETE FROM wp_postmeta WHERE meta_key = ‘_wp_attachment_metadata’;
Dear Enfold, in the latest version of Firefox one sees thumbnails of ‘top websites’ (websites frequently visited). One of them is my own website. However it shows a screenshot of Enfold with a wordpress logo instead of a screenshot of my website. How can this be changed? Many thanks!
Hi,
I am now also getting this error after installing Woocommerce and putting a simple product?
Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description(), called in /homepages/45/d709473317/htdocs/clickandbuilds/InhomeFirstAidTraining/wp-includes/class-wp-hook.php on line 286 and defined in /homepages/45/d709473317/htdocs/clickandbuilds/InhomeFirstAidTraining/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description(), called in /homepages/45/d709473317/htdocs/clickandbuilds/InhomeFirstAidTraining/wp-includes/class-wp-hook.php on line 286 and defined in /homepages/45/d709473317/htdocs/clickandbuilds/InhomeFirstAidTraining/wp-content/themes/enfold/config-woocommerce/config.php on line 1360
Has something changed with this Theme as I never used to get these issues?
Hi,
Again while you are in there, I’m not sure if this is a you thing or a woocommerce thing but could you please try and answer the following for me?
– when you view all the products in a category, the images are being cropped. I have hard crop set in Woocommece display settings but as I understand it, this just means the image gets resized to fit the dimensions without cropping or stretching it. ie for this artwork, the longest side would be reduced to the dimension setting of the product catalogue setting and the ratio would be kept to then show the whole image? Is this not correct?
– Why is there no lightbox on the single page product image?
– how do I remove all hover effects on product catalogue view because the gallery thumbnails aren’t the same dimensions as the product images so when they appear you can still see part of the original product image.
thank you
Hi Victoria, thanks for your response.
That makes sense. Is there a way of using a thumbnail and then loading the full size image when clicked?
Hey Webmaster,
Thank you for using Enfold.
Please remove the css modification. Install the following plugin then go to the Settings > Media panel. Adjust the width and height of the “entry_with_sidebar” thumbnail, update, save then regenerate the thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael
Hi,
Thanks for providing admin and ftp access. I have added this php code at the bottom of functions.php:
function avia_get_post_list( $avia_new_query , $excerpt = false)
{
global $avia_config;
$image_size = isset($avia_config['widget_image_size']) ? $avia_config['widget_image_size'] : 'widget';
$additional_loop = new WP_Query($avia_new_query);
if($additional_loop->have_posts()) :
echo '<ul class="news-wrap">';
while ($additional_loop->have_posts()) : $additional_loop->the_post();
$format = "";
if(get_post_type() != 'post') $format = get_post_type();
if(empty($format)) $format = get_post_format();
if(empty($format)) $format = 'standard';
echo '<li class="news-content post-format-'.$format.'">';
//check for preview images:
$image = "";
if(!current_theme_supports('force-post-thumbnails-in-widget'))
{
$slides = avia_post_meta(get_the_ID(), 'slideshow');
if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) )
{
$image = avia_image_by_id($slides[0]['slideshow_image'], 'widget', 'image');
}
}
if(!$image && current_theme_supports( 'post-thumbnails' ))
{
$image = get_the_post_thumbnail( get_the_ID(), $image_size );
}
$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );
$nothumb = (!$image) ? 'no-news-thumb' : '';
echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
echo "<span class='news-thumb $nothumb'>";
echo $image;
echo "</span>";
echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 54," ");
echo "<span class='news-time'>".get_the_time($time_format)."</span>";
echo "</strong>";
echo "</a>";
if('display title and excerpt' == $excerpt)
{
echo "<div class='news-excerpt'>";
the_excerpt();
echo "</div>";
}
echo '</li>';
endwhile;
echo "</ul>";
wp_reset_postdata();
endif;
}
Let us know if you need further assistance :)
Best regards,
Nikko
Hi,
The slideshow only accept thumbnails that are more than 1000px in width. You can find the logic in the config-templatebuilder > avia-shortcodes > slideshow_fullsize.php file, line 632.
"subtype" => AviaHelper::get_registered_image_sizes(1000)
Best regards,
Ismael
Hi,
It’s possible with the custom fields. Edit the post, add a custom field called “custom_image_link” and then add the custom url. In the postslider.php file, look for this code around line 511.
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
Replace it with:
$image_link = get_post_meta($the_id, 'custom_image_link', true );
if($format == 'link' && $image_link )
{
$link = $image_link;
}
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
Best regards,
Ismael
Hi,
Crop Thumbnails means that the sizes you add, are been re-created to something different.
That said, the existing sizes seems to be removed.
using a plugin like https://wordpress.org/plugins/simple-image-sizes/
does that work better for you?
Best regards,
Basilis