Viewing 30 results - 5,431 through 5,460 (of 10,101 total)
  • Author
    Search Results
  • #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.

    #603813

    In 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,
    Andy

    Hi 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ünter

    #603596

    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,
    Ismael

    #603581

    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,
    Ismael

    #603556

    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!
    Ismael

    #603519
    BeeCee
    Participant

    Hi,

    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.

    #603010

    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!
    Ismael

    missouriartscouncil
    Participant

    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?

    #602389

    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.
    #602151

    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 Kashyap

    #601858
    Mathiaslarsson
    Participant

    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.

    #601775

    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!
    Ismael

    #601739

    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!
    Ismael

    #601207

    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:
    wordpress themes 2016

    thanks!

    #601070

    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,
    Ismael

    #601062

    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 Kashyap

    #600957

    In 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,
    Ismael

    #600856

    In 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 files

    #600849

    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 files

    #600797

    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,
    Jordan

    #600641

    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,
    Ismael

    #600533
    galpinr
    Participant

    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?

    #600383

    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ünter

    Hey!

    Yes, it is safe. It will regenerate the preset thumbnails.

    Regards,
    Ismael

    #600256
    ibolee
    Participant

    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~

    • This topic was modified 10 years, 1 month ago by ibolee.
    #600232

    Hey!

    Product thumbnails are being resized to 450×450, is that correct or do you want to use a different size?

    Regards,
    Josue

    #600102
    sbarino
    Participant

    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.

    • This topic was modified 10 years, 1 month ago by sbarino.
    #600056

    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 Kashyap

    #600012
    Gekko101
    Participant

    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. :)

Viewing 30 results - 5,431 through 5,460 (of 10,101 total)