-
AuthorSearch Results
-
March 28, 2016 at 8:23 pm #604040
Hi,
I don’t mean ANY image inserted into a post, I mean the “featured” image, the post thumbnail, which should not open in lightbox when viewing a post.
Normal images in a post should certainly open in a lightbox.March 26, 2016 at 12:17 pm #603813In reply to: How to do that?
Hi!
I think you just need to regenerate your thumbnails. Use a plugin like this for example: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
AndyMarch 25, 2016 at 9:52 am #603601Hi Selsi21!
Thank you for using our theme.
Probably your old theme had defined other image sizes,
Try to regenerate thumbnails of the images with a plugin like
https://de.wordpress.org/plugins/regenerate-thumbnails/
Best regards,
GünterMarch 25, 2016 at 9:32 am #603596In reply to: Fullscreen images issues
Hey!
If you’re using the image element, make sure that the correct thumbnail size is selected in the ATTACHMENT DISPLAY SETTINGS > Size settings. You can see this option in the image selection panel after clicking the Insert Image button.
Regards,
IsmaelMarch 25, 2016 at 7:32 am #603581In reply to: youtube thumbnail EasySlider
Hi!
This is the default behavior of the videos in the slider. If the video played or ended and the slider move to the next slide, the video will not revert back to its original state. If you really want to show the thumbnails, add a slider, set the type to “Image Slide” then go to the Captions panel. Set the “Apply a link or buttons to the slide?” to “Apply a link to the image” and the “Image Link?” to “Set manually”. Add the url of the video. The video will open in a lightbox once the slider image is clicked.
Best regards,
IsmaelMarch 25, 2016 at 5:58 am #603556In reply to: AJAX-Portfolio change image size
Hi!
I checked the site but the AJAX portfolio is disabled. Please enable it back. The default thumbnail size is set to “gallery”. If you need to use the original image, add this in the functions.php file:
add_action( 'avf_portfolio_preview_template_params', 'avf_portfolio_preview_template_params_mod', 10, 2 ); function avf_portfolio_preview_template_params_mod($params, $entry) { if($params['method'] == 'slideshow') { $params['preview_size'] = 'no scaling'; } if($params['method'] == 'gallery') { $params['preview_size'] = 'no scaling'; } return $params; }Cheers!
IsmaelMarch 25, 2016 at 1:51 am #603519Topic: How to delete lightbox effect on post thumbnail images?
in forum EnfoldBeeCee
ParticipantHi,
how can I delete this “lightbox” effect on all post thumbnail images?
Example:
The image should
– not open in a lightbox and
– should have no overlay.How can I achieve this please?
Thank you.
March 24, 2016 at 1:37 pm #603010In reply to: Different featured image size
Hi!
The theme has a designated thumbnail for every element in the page. In a post page without a sidebar, the theme applies the “entry_without_sidebar” thumbnail which can have a maximum size of 1210x423px. You can see the thumbnail sizes in the Settings > Media panel if you install the suggested plugin above.
Cheers!
IsmaelMarch 23, 2016 at 6:10 pm #602704missouriartscouncil
ParticipantI have found that the default thumbnail size is coming up as 80 x 80. All the WordPress I’ve seen identifies 150 x 150 as the default thumbnail size. Does Enfold change the size to 80 x 80?
March 23, 2016 at 8:50 am #602389In reply to: Show "big play button" as video overlay
Thanx Vinay
but this is not the issue…Video is not hosted via youtube. Also in the backend the button is visible as overlay at the video without thumbnail picture. I have attached y image from the media backend. I have marked it. There should be a way to make it visible at the frontend?
Best Regards Marc
-
This reply was modified 10 years, 1 month ago by
L-mobileGroup.
March 22, 2016 at 9:57 pm #602151In reply to: Show "big play button" as video overlay
Hey L-mobileGroup!
This is more a youtube issue than anything to do with a theme but as always we are more than happy to help you please setup a custom thumbnail image for the video in youtube as mentioned in this link https://support.google.com/youtube/answer/72431?hl=en
Best regards,
Vinay KashyapMarch 22, 2016 at 2:17 pm #601858Topic: Masonry gallery straight lines thumbnails
in forum EnfoldMathiaslarsson
ParticipantHello,
I would like the Mansonry gallery to show straight lines. In the pic below you can see that the second line with pics is in a straight line (red line). It is like that because you see 2 Mansonry gallerys there (4 images, 4 columns). If it is just one gallery (8 images, 4 columns) the second image in the line below will jump up (red arrow). And it won´t be a “straight line”.
I would like to be able to just use 1 gallery and the behavior by default will show straight lines between the rows.

I think this could be fixed in the Quick CSS?
Any suggestions is most appriciated.
-
This topic was modified 10 years, 1 month ago by
Mathiaslarsson.
March 22, 2016 at 10:04 am #601775In reply to: Gallery Thumbnails Size
Hey!
I see. Did you choose a thumbnail in the “Gallery Big Preview Image Size” option? Note that the size of the images in a specific thumbnail size may differ if the original source or image have different sizes. Please upload images with the same size and aspect ratio as much as possible.
Cheers!
IsmaelMarch 22, 2016 at 8:26 am #601739In reply to: Single Latest Blog Post On Homepage
Hi!
If you want the blog grid style, use images with this dimension: http://kriesi.at/themes/enfold/files/2014/04/sportscar-speedometer-710×270.jpg
For the masonry style, an image like this will suffice: http://kriesi.at/themes/enfold/files/2013/04/dash-iphone2.jpg
The theme will automatically set the appropriate thumbnails for specific elements but in order to get a consistent grid, use images with the same size and aspect ratio as much as possible.
Cheers!
IsmaelMarch 21, 2016 at 1:38 pm #601207In reply to: Styling blog articles with css | article div problem
ok, got the problem described above here:
should look like this:
another question is why the thumbnail for the post is not 100% width. It get reduced by some inline css with a width 845px. but should be 883px? Enfold is picking the wrong thumbnail size. How get i managed that the Thumbnail is width:100% ??? see attached screenshot:

thanks!
March 21, 2016 at 7:24 am #601070In reply to: Gallery Thumbnails Size
Hey Stéfano!
Thank you for using Enfold.
Why did you use the gallery element? Please use the image element then select the thumbnail size. To have a more consistent grid, upload images with the same size and aspect ratio.
Regards,
IsmaelMarch 21, 2016 at 7:04 am #601062In reply to: youtube thumbnail EasySlider
Hi!
I’m not sure if it is a theme issue or youtube issue but let’s figure this out… have you set the thumbnails in youtube following these instructions?
https://support.google.com/youtube/answer/72431?hl=en
When you embed the youtube video on a page are you able to view the thumbs?
Regards,
Vinay KashyapMarch 21, 2016 at 3:53 am #600957In reply to: Image managment
Hi!
Will there be instances of broken links or will the original image display in all instances?
Yes, that will be the case specially for image element with a specific thumbnail selected. Make sure to select the original size.
Last question… Will the code remove existing duplicates or just new images added to the media library?
It will only prevent new thumbnails from being generated. If you want to remove existing thumbnails, use the following plugin: https://wordpress.org/plugins/force-regenerate-thumbnails/
Regards,
IsmaelMarch 20, 2016 at 5:08 pm #600856In reply to: What's new in 3.5?
Chngelog is in package ;)
2016 March 18th – Version 3.5
– new demo content:
– Hotel demo
– Spa demo
– Travel demo
– Consultant demo
– Résumé demo– style.css – new version number
– functions-enfold.php – several small improvements to generated css styles
– header.php – added a new filter function
– index.php + other default template files: abort script if directly loaded in the browser to prevent crawling errors
– page.php – fixed a thumbnail size bug– folder css:
– fixed: a css error that was caused by setting a column background to “stretch fullwidth”
– fixed: a slideshow bug that caused buttons to slide in when they should fade
– fixed: a display issue with iconbox titles and some specific fonts
– fixed: an issue with some default css font sizes not adapting properly on smaller screens
– fixed: an issue with slideshow capations on small devices when
– fixed: an issue with blank pages not aligning properly on mobile devices
– fixed: an issue with color section background colors not beeing applied to Left Sidebar Layouts
– fixed: an issue with transparent headers and custom menu colours
– fixed: an issue with mobile menu display on tablets– folder config-templatebuilder:
– added: background images for sections, cells and columns can now be set to “scale to fit” so the whole background image is always visible
– added: font size selection for accordion slider
– added: option to center accordion text
– added: new styling option for masonry and masonry gallery element: caption overlay
– fixed: issue with accordion slider php notice
– fixed: a problem with product grid item count
– fixed: a display bug with the Fullwidth Easy slider that was caused by choosing original image size
– fixed: a pagination bug with the woocommerce grid element
– fixed: an issue that prevented mailchimp to fetch more than 10 lists
– fixed: an issue that prevented some servers from connecting with mailchimp
– fixed: an issue with html elements added to the table element
– fixed: an issue with the class of the events calendar upcoming events heading
– fixed: an issue with the feature image slider not accepting disabled autorotation
– fixed: an issue with the magazine element throwing a php error on subpages
– improved: masonry filter display when loading new elements via “load more” button
– added: various title filters– folder framework:
– added: new filter for framework related css body classes
– added: new google fonts
– improved: some google fonts now come with more weights
– improved: dynamic styling generator accepts array values now
– fixed: an error with form success message
– fixed: an issue with contact form dropdowns when the “hide label” option was selected
– fixed: an issue with the import script not working properly with PHP7 and dropping the demo menu
– fixed: an issue with the contact form autoresponder not working when more than one mail address is added
– fixed: an issue with google author and publisher rel tag
– fixed: a multi language issue with the facebook plugin and wpml– folder config-woocommerce:
– added: new product style: minimal overlay
– added: support and styling for woocommerce bookings
– fixed: a css notice in the backend when woocommerce is active
– fixed: an issue with the woocommerce quantity selector
– fixed: an issue with the dark default themes– folder js:
– fixed: an issue with sidebar main menu sticky calculation
– fixed: a problem with google map tooltips
– fixed: an issue with the feature image slider not working in Firefox
– fixed: a syntax error in the autorotation setting of the slideshow– folder includes:
– added: new design – bright blue
– added: new layout feature. Instead of stretched and boxed you can now chose “framed” which displays a fixed frame around the site
– added: new advanced styling element to customise: Slideshow Titles
– added: new advanced styling element to customise: Slideshow Captions
– fixed: a bug with the wedding demo that prevented correct image import
– fixed: missing translation strings in Portfolio.
– fixed: the advanced styling selector of main menu hover items when the logo is displayed above the menu
– improved: automated schema.org markup for blog posts.– folder config-layerslider:
– fixed: an issue with a javascript file not being loaded properly
– updated: layerslider to the latest version (5.6.3)– folder config-wpml:
– added: an XML file for languages, available for the facebook page widget
– fixed: an issue with php notices caused by the grid layout– folder lang:
– updated several translation filesMarch 20, 2016 at 4:44 pm #600849In reply to: Contactform is not working any more
Hello Dominique,
here is the changelog:
2016 March 18th – Version 3.5
– new demo content:
– Hotel demo
– Spa demo
– Travel demo
– Consultant demo
– Résumé demo– style.css – new version number
– functions-enfold.php – several small improvements to generated css styles
– header.php – added a new filter function
– index.php + other default template files: abort script if directly loaded in the browser to prevent crawling errors
– page.php – fixed a thumbnail size bug– folder css:
– fixed: a css error that was caused by setting a column background to “stretch fullwidth”
– fixed: a slideshow bug that caused buttons to slide in when they should fade
– fixed: a display issue with iconbox titles and some specific fonts
– fixed: an issue with some default css font sizes not adapting properly on smaller screens
– fixed: an issue with slideshow capations on small devices when
– fixed: an issue with blank pages not aligning properly on mobile devices
– fixed: an issue with color section background colors not beeing applied to Left Sidebar Layouts
– fixed: an issue with transparent headers and custom menu colours
– fixed: an issue with mobile menu display on tablets– folder config-templatebuilder:
– added: background images for sections, cells and columns can now be set to “scale to fit” so the whole background image is always visible
– added: font size selection for accordion slider
– added: option to center accordion text
– added: new styling option for masonry and masonry gallery element: caption overlay
– fixed: issue with accordion slider php notice
– fixed: a problem with product grid item count
– fixed: a display bug with the Fullwidth Easy slider that was caused by choosing original image size
– fixed: a pagination bug with the woocommerce grid element
– fixed: an issue that prevented mailchimp to fetch more than 10 lists
– fixed: an issue that prevented some servers from connecting with mailchimp
– fixed: an issue with html elements added to the table element
– fixed: an issue with the class of the events calendar upcoming events heading
– fixed: an issue with the feature image slider not accepting disabled autorotation
– fixed: an issue with the magazine element throwing a php error on subpages
– improved: masonry filter display when loading new elements via “load more” button
– added: various title filters– folder framework:
– added: new filter for framework related css body classes
– added: new google fonts
– improved: some google fonts now come with more weights
– improved: dynamic styling generator accepts array values now
– fixed: an error with form success message
– fixed: an issue with contact form dropdowns when the “hide label” option was selected
– fixed: an issue with the import script not working properly with PHP7 and dropping the demo menu
– fixed: an issue with the contact form autoresponder not working when more than one mail address is added
– fixed: an issue with google author and publisher rel tag
– fixed: a multi language issue with the facebook plugin and wpml– folder config-woocommerce:
– added: new product style: minimal overlay
– added: support and styling for woocommerce bookings
– fixed: a css notice in the backend when woocommerce is active
– fixed: an issue with the woocommerce quantity selector
– fixed: an issue with the dark default themes– folder js:
– fixed: an issue with sidebar main menu sticky calculation
– fixed: a problem with google map tooltips
– fixed: an issue with the feature image slider not working in Firefox
– fixed: a syntax error in the autorotation setting of the slideshow– folder includes:
– added: new design – bright blue
– added: new layout feature. Instead of stretched and boxed you can now chose “framed” which displays a fixed frame around the site
– added: new advanced styling element to customise: Slideshow Titles
– added: new advanced styling element to customise: Slideshow Captions
– fixed: a bug with the wedding demo that prevented correct image import
– fixed: missing translation strings in Portfolio.
– fixed: the advanced styling selector of main menu hover items when the logo is displayed above the menu
– improved: automated schema.org markup for blog posts.– folder config-layerslider:
– fixed: an issue with a javascript file not being loaded properly
– updated: layerslider to the latest version (5.6.3)– folder config-wpml:
– added: an XML file for languages, available for the facebook page widget
– fixed: an issue with php notices caused by the grid layout
– folder lang:
– updated several translation filesMarch 20, 2016 at 3:33 am #600797In reply to: After using the CND, featured image is not displayed
Hey!
Thanks for getting in touch!
It seems the image links may be broken. Please try the following plugin to regenerate the images https://wordpress.org/plugins/regenerate-thumbnails/
If that does not help, please provide login details to your site. You can place the details in the Private content section of your reply.
Best regards,
JordanMarch 19, 2016 at 9:36 am #600641In reply to: Preview images in Gallery module
Hi!
The option “Gallery Preview Image Size” option refers to the size of the small gallery thumbnails and the “Gallery Big Preview Image Size” option will affect the big preview image above the small thumbnails. These options have nothing to do with the lightbox preview. If you want to have a consistent lightbox preview, please upload images with the same size and aspect ratio.
Regards,
IsmaelMarch 18, 2016 at 8:10 pm #600533Topic: Layer Slider Thumbnails Display Background Image Only
in forum Enfoldgalpinr
ParticipantThe thumbnails that display in the navigation for the layer slider display my background image only. Is there a way to get the thumbnail to display all layers?
March 18, 2016 at 4:41 pm #600383In reply to: AJAX-Portfolio change image size
Hi!
Thank you for coming back.
As far as I see you are using the Avia Layout Builder and a Portfolio Grid 3 colums.
When editing the grid (in the popup) you have a selectbox “Portfolio Grid Image Size”.
Select “Choose the Portfolio Grid image size manually (select thumbnail size)” opens a selectbox below with all available sizes.If you need additional image sizes you can add/modify them using the following filter found in \enfold\functions.php line 129:
$avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);If you have problems using a filter give us a feedback and we provide you with the code.
Hope, this solves your problem.
Regards,
GünterMarch 18, 2016 at 3:28 pm #600317March 18, 2016 at 12:48 pm #600256Topic: After using the CND, featured image is not displayed
in forum Enfoldibolee
Participanthi~
Demo:http://goo.gl/wwt8OI
When I use the CDN server image after image thumbnail does not show how to solve neighborhoods.
Image CDN server:http://goo.gl/KUMStt
web url:http://goo.gl/U8WNg6

please help me~
-
This topic was modified 10 years, 1 month ago by
ibolee.
March 18, 2016 at 12:01 pm #600232In reply to: Product Catalog Images Resize Issue
Hey!
Product thumbnails are being resized to 450×450, is that correct or do you want to use a different size?
Regards,
JosueMarch 18, 2016 at 6:47 am #600102Topic: Gallery Thumbnails Size
in forum Enfoldsbarino
ParticipantHello there!
I need to change all thumbnails in the page shown in private to the same height (crops should be in the botton of the images). Could you please help me?
Thank you!
PS: I’m using shop single setting, the only one that really worked almost fine. Now I have only the height issue.
-
This topic was modified 10 years, 1 month ago by
sbarino.
March 18, 2016 at 4:44 am #600056In reply to: WooCommerce Product Widget Styling
Hey Gekko101!
Please use the below css in Quick CSS to increase the font size
.products .product h3 { font-size:22px!important; }please share the link to the page where we can inspect the thumbnails so we can help you better.
Cheers!
Vinay KashyapMarch 18, 2016 at 12:46 am #600012Topic: WooCommerce Product Widget Styling
in forum EnfoldGekko101
ParticipantHi Guys,
On the ‘ WooCommerce Product Widget ‘ how do I change the size of the text and also the product thumbnail sizes.
Enfold seems to be formatting this widget and I would like the text and thumbnails a little bigger…
Thanks in advance. :)
-
This reply was modified 10 years, 1 month ago by
-
AuthorSearch Results
-
Search Results
-
I have found that the default thumbnail size is coming up as 80 x 80. All the WordPress I’ve seen identifies 150 x 150 as the default thumbnail size. Does Enfold change the size to 80 x 80?
Hello,
I would like the Mansonry gallery to show straight lines. In the pic below you can see that the second line with pics is in a straight line (red line). It is like that because you see 2 Mansonry gallerys there (4 images, 4 columns). If it is just one gallery (8 images, 4 columns) the second image in the line below will jump up (red arrow). And it won´t be a “straight line”.
I would like to be able to just use 1 gallery and the behavior by default will show straight lines between the rows.

I think this could be fixed in the Quick CSS?
Any suggestions is most appriciated.
The thumbnails that display in the navigation for the layer slider display my background image only. Is there a way to get the thumbnail to display all layers?
hi~
Demo:http://goo.gl/wwt8OI
When I use the CDN server image after image thumbnail does not show how to solve neighborhoods.
Image CDN server:http://goo.gl/KUMStt
web url:http://goo.gl/U8WNg6

please help me~
Topic: Gallery Thumbnails Size
Hello there!
I need to change all thumbnails in the page shown in private to the same height (crops should be in the botton of the images). Could you please help me?
Thank you!
PS: I’m using shop single setting, the only one that really worked almost fine. Now I have only the height issue.
Hi Guys,
On the ‘ WooCommerce Product Widget ‘ how do I change the size of the text and also the product thumbnail sizes.
Enfold seems to be formatting this widget and I would like the text and thumbnails a little bigger…
Thanks in advance. :)
