Can you adjust the schema markup so it shows the following for videos.
description
A value for the description field is required.
thumbnailUrl
A value for the thumbnailUrl field is required.
uploadDate
A value for the uploadDate field is required.
Hey Peter,
Sorry for the late reply!
I checked your website and thumbnails are the same size on my end. Have you been able to figure it out already?
Best regards,
Yigit
Hi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Alternatively, you can try using this plugin – http://tubepress.com/. As far as i know, it generates thumbnails automatically. If you would consider this plugin, please contact plugin authors and ask them if they had any experience with Enfold. I remember a user was using it on Enfold but i am not sure if they are still compatible :)
Best regards,
Yigit
Here’s where I am now… but it took me all morning for something that should be really simple….
http://www.thomashenthorne.com/marin-luxury-homes-sizzle-reel/
I ended up pulling the thumbnail from Youtube, then going into Photoshop and creating an image with the red “play” button graphic, then merging those two, then saving as an image, then linking the image on the page to the Youtube video but with the special format Yigit suggested in different thread to different user, then I had to create “only_desktop” css class because on mobile this version doesn’t work (have to hit two clicks) whereas the normal insert video element works great on mobile (e.g. launches Lightbox).
The video element on desktop should also by default launch a lightbox… this is a lot to go through just to have a Youtube video launch in lightbox, yes?
Help…..
Thanks!!!!!!!!!!
Rob
Hi,
I’m building my very first website ever. I’m have few problems.
Website is not ready yet and i need to upload real content to portofio etc. now there is just few bad sample pics. Im using ajax type portfolio i think :D
Anyway it looks pretty fine on desktop exept i need to figure out how to make thumbnails smaller .
Problems are in mobile. First of all there is empty white space under background image on front page. background image is parallax and im wondering if that problem is somehow related to that?
Other thing is on my ajax portfolio page. You can find it on ” MB vito” page. It redirects me to page where i see only thumbnail pic ( only on mobile)
Let me know what should i do and if i have done whole thing wrong.
Thank you very much.
By the way Enfold theme is great! I had no idea i could get so far without any coding skills.
Hi Nikko,
attached I send you a link to one of the pages. If you scroll down you see multiple image thumbnail displayed. I want to limit the number of thumbnails, but have the other images available to be displayed in the lightbox.
I appreciate if there is a custom CCS solution.
Thx
Daniel
I’ve read through the dozens of threads over the years about opening a Youtube video in a lightbox with a review thumbnail generated by Youtube.
It seems this is impossible unless I create an image of that links to the Youtube video? But that means manually generating a thumnail? Is there another way to do this?
It would be so nice if the video element had a lightbox option. Right now the video element produces a huge sized video (full screen) unless you put it in a layout element, but then if you do that the video is very small.
I have also seen this option in Enfold support forums:
Click me to open a video
But that does not generate a thumbnail / picture for the user to click on… just a “click me” text.
It seems counter-intuitive to use the image element to display a video element, but is that the current workaround, or is there something I’ve missed? And any way to auto-generate the Youtube thumbnail ?
Thanks
Hi there,
I am experiencing the following issue with the Enfold lightbox:
After clicking on an image (which opens in the lightbox) it opens a smaller version of the image, instead of the original-sized one.
I have tried the following:
– Installed and used another lightbox plugin.
– Reuploaded images
– Regenerated thumbnails
– Set display-settings of the images to ‘full-size’
Extra info:
– Enfold version 3.8.3
– WordPress version 4.7.2
Any help would be much appreciated.
Thanks in advance!
-
This topic was modified 9 years, 1 month ago by
LP-Media.
Hi!
Thank you for the info. Please add the following css code at the very bottom of the Quick CSS field:
#top div .products.list .product .woocommerce-LoopProduct-link {
width: 33%;
float: left;
}
#top div .products.list .product .thumbnail_container img {
width: 100%;
}
#top .products.list .product h3 {
width: 100%;
float: none;
margin: 10px 0;
}
#top div .products.list .inner_product_header {
border-top: none;
}
#top div .products.list .inner_product_header .avia-arrow {
display: none;
}
It will look like the screenshot afterwards:
View post on imgur.com
Regards,
Ismael
Hi!
Please replace the line with the following code instead:
$type = get_post_type($the_id);
$searchthumb = $type == 'attachment' ? wp_get_attachment_image_src( $the_id ) : get_the_post_thumbnail_url( $the_id, 'large' );
$searchthumb = $type == 'attachment' ? $searchthumb[0] : $searchthumb;
echo "<span style='background: url({$searchthumb}); background-size: cover;' class='search-result-counter {$counterclass}'></span>";
Best regards,
Ismael
Hi,
cause you need to regenerate your thumbnails after changing the image sizes.
Best regards,
Andy
Hey gharry79,
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the entry_without_sidebar image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Andy
Hey!
Thank you for using Enfold. And we are very sorry for the late response.
How do you want the plugin output or the grid to look like? How many columns are you expecting? We can help with the styling modification but you should contact the plugin author for additional help. Please try these css codes:
ul.products.list li.product h3, ul.products.list li.product div[itemprop="description"], ul.products.list li.product .price, ul.products.list li.product .gridlist-buttonwrap {
width: 100%;
float: right;
clear: none;
padding: 10px 20px;
}
#top .thumbnail_container img {
margin: 0 auto !important;
float: none !important;
}
Cheers!
Ismael
Hey dlannetts,
Thank you for using Enfold.
It looks like for the option “Portfolio Grid Image Size” you are using “Set the Portfolio Grid image size automatically based on column or layout width” try using “Choose the Portfolio Grid image size manually (select thumbnail size)”
The other option would be to make your images the same size.
Best regards,
Mike
Why won’t the thumbnails on the product page hard crop to the size I specified in the WooCommerce settings?
http://petetackos.com/pelicanwp/shop/
I have also regenerated the thumbnails and I am still not getting this to work properly. I need all the thumbnails to be the same size.
Thanks
Peter
Hi guys,
I am using the media element “gallery” on our website and I can´t find a way to limit the number of displayed thumbnails. I have multiple galleries, some with 10, some with 30 images. For all of them I want to limit the number of displayed thumbnails to a maximum of 5. If a user clicks on the image he should be able to view all images in the lightbox. Any idea how to do that?
Thank you in advance!
Daniel
Hi,
you could also try to edit image sizes manually: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Don’t forget to regenerate your thumbnails afterwards and clear browser cache + hard refresh a few times.
Best regards,
Andy
Hi Pascal!
Thank you for using Enfold.
Please install the following plugin then go to the Settings > Media panel. Adjust the size of the “entry_with_sidebar” thumbnail, update, save then regenerate the thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Regards,
Ismael
On my site, the latest news widget in my footer shows thumbnails with a blue background color. How can I remove this color?
-
This topic was modified 9 years, 2 months ago by
mosaic.
Hi,
About the blog,
- The date appears for each post on the blog homepage, which is fine, but it does not appear on each post individually. How can I set it up?
- On the contrary, I don’t want the posts’ date to appear in the widgets (in the footer or in the right sidebar), I just want the thumbnail + the post title. How can I remove the post date in the widgets?
- I would like to add a banner on the blog homepage in the same way as what there is already for each blog post. How can I modify it?
About the homepage,
Is it possible to change to main homepage site location? At the start, I choose a page for it but I would like to change it:
I have this structure:
http://www.awf-france.com/fr/accueil
http://www.awf-france.com/en /homepage
and I would like this structure :
http://www.awf-france.com/ (for French)
http://www.awf-france.com/en/ (for English)
Thanks,
Frances
Hi,
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the portfolio image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Yigit
Thanks Nikko
Now everything works perfectly.
The problem was the plugin optimize
Can I ask one more thing?
On my home page I want the thumbnails are larger, at least 250 px wide.
Despite having changed the media sizes, from wordpress settings, and has reclaimed the thumbnails within a plugin they are still 80×80 px and are very small.
Can you help me?
Thank you
hi
When a Mouse Hover one the portfolio item thumbnail
I want to see active Ajax Portfolio Preview
and When i click the portfolio item thumbnail, go to linked page!
plz help me up :)
Hi!
I’m using the enfold vacations template. I recently try to put some videos in my website but it nos showing the youtube thumbnail, rather is using a simple url without a chance to style it. (so people have to click an url instead of a video thumbnail)
Her’es how it looks front and back end https://snag.gy/CA46Sf.jpg
How can ui fix this?
thanks in advance
Hello Andy, i installed the plugin, changed the image sizes, regenerated the thumbnails.
This had no effect on the “square image” in the single post site. Maybe i had the wrong “class”
The images should always be 374 x 301px – no crop, just fullsize in the single post..
Any further advice?
Thanks, Juergen
PS: I´ve added Login credentials if you want to have a closer look.
Hi,
Choosing automatic will use the browser window size to accommodate the number of thumbnails. It would require a lot of modification to show 3 columns in all screens while choosing automatic hence we recommend hiring a freelancer to do this job.
If you like to always have 3 columns please use the masonry settings and set the number of columns to 3.
Best regards,
Vinay
Both actually! To remove all thumbnails is ideal, but ill take what I can get.
So for this page, there are blog posts listed in the Owners News section. Thats were I would like to start, by removing the thumbnails and just leaving the title and excerpt
thanks
Hey querflug,
1.) use this code inside Quick CSS field:
#top .post-title a {
font-size: 10px;
}
and adjust as needed.
2.) Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the image sizes (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Andy
Hi,
so you want to change image sizes, right? Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the image size you need to change (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Andy
Hi td8000!
Thank you for using Enfold.
1.) Please install the following plugin then go to the Settings > Media panel. Adjust the size of the “entry_with_sidebar” thumbnail.
// https://wordpress.org/plugins/simple-image-sizes/
2.) What “dropdown” links? Is this a variable product? Please post the login details here so that we can check the settings.
Cheers!
Ismael