Viewing 30 results - 2,881 through 2,910 (of 10,097 total)
  • Author
    Search Results
  • #991735

    HI,
    I can give you access to the test site but will need your IP number -so I can unblock.
    The theme’s video element works for single video, but single video is not suitable for my purposes. I need to show six thumbnails with titles and descriptions same as on my live site. We build a custom player, but it no longer works with recent theme updates. We tried four different YouTube player plugins – none of them worked across all browsers.
    Please help

    #991015
    luisfelipealmeida
    Participant

    I’m trying to link images with variations in the single product page of a WordPress site. Right now, using a plugin, it works that when you press one color swatch (which is the variation), the image corresponding to that color changes in the gallery. I want the opposite to work the same way: whenever I click an image the corresponding color is automatically selected. Right now if I click on another image the previous variation is still selected.

    Is there a way to do that? I’m very lost at the moment.

    This is one of the products in the site: https://www.blawsomes.com/producto/achillea-2/

    I also downloaded this plugin: https://codecanyon.net/item/woocommerce-multiple-images-per-variation/22085214 But it seems that it doesn’t work with Enfold’s theme. When I activate it the gallery loses its functions and look (like zoom, lightbox, etc.) All of the thumbnails shows the same as the featured image.

    #990931

    Hey KelseyCurran,
    Please try using the Simple Image Sizes plugin, it will allow you to set custom sizes for each image type and turn off cropping right in the WordPress > Dashboard > Settings > Media > Media Settings panel. After saving your changes, please use the Thumbnail regeneration option at the bottom of the options panel.

    Best regards,
    Mike

    #990859
    KelseyCurran
    Participant

    Hi! How can I make it so my post’s featured image doesn’t pull the cropped/thumbnail image?

    It’s pulling this image: https://www.habitatbroward.org/wp-content/uploads/2018/07/James-Family-845×321.jpg

    #990090

    Hi,

    Thanks for the screenshot.

    Are you using the default WP gallery? Please use the theme’s Media Element > Gallery element or shortcode instead. Set the “Gallery Style” to “Big image with thumbnails below”.

    Best regards,
    Ismael

    Daniel Kamman
    Guest

    In Enfold can I create a page similar to http://savoy.nordicmade.com/product/solo-headphones/ (preferably without the WooCommerce tab headings “Description Additional Information Reviews 0”)? I ask because I like that layout but see advantages to the Enfold theme.

    In your demos I see https://kriesi.at/themes/enfold-shop/product/grouped-custom-product/ which is somewhat similar to the Savoy example but doesn’t include the large-image-plus-thumbnails and the add-to-cart button of the Savoy example above or of the Enfold example at https://kriesi.at/themes/enfold-shop/product/lekis-jeans/

    #989712
    decode
    Participant

    after click load more

    Thumbnail:
    https://screencast.com/t/CwU1f03Jm

    #989601

    Hey Jason,

    Thank you for using Enfold.

    1.) Add this script to move the date after the title.

    add_action('wp_footer', 'ava_move_date_after_title');
    function ava_move_date_after_title(){
    	?>
    	<script type="text/javascript">
    		(function($) {
    			$('.av-magazine-entry').each( function() {
    				var date = $(this).find('.av-magazine-time');
    				var title = $(this).find('.av-magazine-title');
    
    				date.insertAfter(title);
    			});
    		})(jQuery);
    	</script>
    	<?php
    }
    

    2.) Add this css code to create space below the excerpt.

    .av-magazine-content.entry-content {
        padding-bottom: 20px;
    }

    3.) Use this to adjust the size of the thumbnail.

    .av-magazine-thumbnail {
        width: 120px;
        min-height: 120px;
    }
    
    .av-magazine-thumbnail img {
        width: 100%;
    }

    4.) And this css code to move the border below the thumbnail.

    .av-magazine-entry {
        border-bottom: 1px solid;
        padding-bottom: 20px;
    }
    
    .av-magazine-content-wrap {
        border-bottom: 0;
    }

    We don’t usually entertain multiple questions on a single page, so it’s better if you create a single thread for each inquiry.

    Best regards,
    Ismael

    #989048

    I have added this

    
    			if($style == 'small')
    			{
    				if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    
    				}
    /* add excerpt magazine */
    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');				
    			}
    			else
    			{
    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
    
    #988588

    In reply to: Image size blog

    Hi,

    Thank you for the update.

    You can adjust the blog posts element’s “Preview Image Size” size to the second option so that you can manually select a specific thumbnail. You should upload an image not less than 1210px in width and not shorter than 426px because that is the default size of the “entry_without_sidebar” thumbnail which is what is going to be used once you’re on the single post page. If you want to adjust the default size of that thumbnail, use the following plugin.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    Hey tankerhq,

    Thank you for using Enfold.

    1.) You have to upload product images with the same size as much as possible in order to create a consistent grid. You can also set a minimum height to the product container and product images but it may distort the images a bit.

    #top .shop_columns_3 .products .product {
        min-height: 671px;
    }
    
    #top .shop_columns_3 .products .thumbnail_container img {
        min-height: 425px;
    }

    You may need to add css media queries to adjust these values on smaller screens.

    2.) The margins look consistent. Please provide a screenshot using imgur or dropbox.

    Best regards,
    Ismael

    #988431

    Hi,
    When I looked at your page I found a magazine element on the bottom half of your page so I assume it is the section you are working on. To make the images larger try this code in the General Styling > Quick CSS field:

    .av-magazine .av-magazine-thumbnail,.av-magazine .av-magazine-thumbnail img  {
    width: 180px !important;
    }

    I also assume that you will want the text larger too, so try this css:

    .av-magazine .av-magazine-content-wrap h3.av-magazine-title{
    font-size: 3em!important;
    }

    Please feel free to adjust both to suit.

    You may notice that the images are blurry because the magazine thumbnails are actually half the size and then scaled up to fit, to correct this please install the plugin Simple Image Sizes and go to WordPress > Dashboard > Settings > Media > Media Settings and change the size of the thumbnail size to your new size. Then use the “Thumbnail regeneration” option lower on the same page.

    Best regards,
    Mike

    #988425

    Hey gemmajestico,
    If I understand correctly, you want to display your portfolio grid as an “Ajax Portfolio” but you don’t want to show the portfolio thumbnails that make the “Ajax Portfolio Preview”?
    In that case please try this code in the General Styling > Quick CSS field:

     .portfolio_preview_container .avia-gallery-thumb {
    display: none !important;
    }

    To create the portfolio “Classic Single Entry” layout I recommend using the “Portfolio Items” post type.

    Best regards,
    Mike

    Hi Ismael,

    Thank you for your reply.

    b.) I removed the code to re-align the main image and the gallery thumbnails. It worked fine.

    c.) I uploaded the largest version of the jpg:

    File size: 9 MB
    Dimensions: 5208 × 3648

    Unfortunately, the big image of the gallery still is blurry. In the lightbox, the image is sharp no matter I uploaded the smaller or the larger version.

    So I tried this workaround:

    Instead of a gallery, I used a “1/1 Layout Element”, added an “Image Media Element” to it, inserted the jpg (1200 × 800 px, 356 KB). Now, the image is sharp. I also activated the lightbox ( Edit Element > Link Settings > Image Link > Lightbox).

    Below, instead of the two thumbnails, I added two 1/2 layout elements, added an “Image Media Element” to each of it, inserted a jpg (1200 × 800 px) to each of it and activated the lightbox.

    Now I would like to:

    – align the first image to the two images below
    – reduce the white space between the first image and the two images below
    – reduce the white space between the second and the third image

    How can I achieve this?

    Best regards,
    zizibe1

    #988307

    Thank you Victoria … fantastic, that’s basically what I wanted to achieve, I just hadn’t realised I could look beyond the ‘blog’ section of Enfold!!

    Much appreciated!

    Is it easy to make the thumbnail a little larger with CSS please?

    Mike

    • This reply was modified 7 years, 8 months ago by harmonyfm.
    #988300

    Hey esidesigns,

    Here are some threads to consider:

    https://kriesi.at/support/topic/show-featured-images-in-search-results-page/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #988163
    krzysztofkosz
    Participant

    Hello guys. Great theme!

    I have one simple question that I’m surprised that can’t find on that forum. I’m working on my video portfolio, and would like to have few video loops / large video thumbnails on homepage that behave like hotspots/buttons and links to specific subpages with full Vimeo videos, descriptions etc.

    As far as I experimented Easy Slider would be perfect, but when I change slide type from image to video, “Apply a link to the slide” option disappears. Is there any other solution for that issue, or quick code change to still keep it?

    Thanks!
    Krzysztof

    #987903

    Topic: Thumbnail image size

    in forum Enfold
    bruwa
    Participant

    Hi

    According to the code below (in enfold-child/functions.php) images in portrait orientation (vertical) should be displayed as 300 x 450 px.
    Why are they displayed as only 200 x 300 px instead? How can I change this?

    function custom_woocommerce_gallery_thumbnail_size() {
    return ‘thumbnail’;
    }
    
    function ratio_check_by_image_size($attachment)
    {
    	$img_size = ' square';
    	
    	if(!empty($attachment[1]) && !empty($attachment[2]))
    	{
    		if($attachment[1] > $attachment[2]) //landscape
    		{
    			//only consider it landscape if wider than high
    			if($attachment[1] > $attachment[2]) $img_size = 'landscape';
    		}
    		else //same check with portrait
    		{
    			if($attachment[2] > $attachment[1]) $img_size = 'portrait';
    		}
    	}
    	
    	return $img_size;
    }
    
    add_filter('woocommerce_get_image_size_thumbnail', 'woocommerce_get_image_size_thumbnail_mod', 10, 2);
    function woocommerce_get_image_size_thumbnail_mod($size) {
    	global $product;
    	$image = wp_get_attachment_image_src( $product->image_id, 'full' );
    	$orientation = ratio_check_by_image_size($image);
    
    	if($orientation == 'portrait') {
    		$size['width'] = 300;
    		$size['height'] = 450;
    	} else {
    		$size['width'] = 450;
    		$size['height'] = 300;
    	}
    	
    	$size['crop'] = 0;
    	return $size;
    }

    In my active Flashlight website the following codes (custom.css) helped. In Enfold Child (styles.css) they have no effect:

    .template-shop-single .product {
    overflow: visible;
    }
    
    #top .panel.entry-content {
    width: initial;
    }
    
    #top .thumbnail_container img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    }
    
    #top .thumbnail_container img {
        min-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    Thanks
    Bruno

    • This topic was modified 7 years, 8 months ago by bruwa.
    #987830
    projectt_co_uk
    Participant

    Hi,

    I have embedded a video into my website.

    I used the following code to embed the video.

    <div class=”video-responsive” style=”text-align: center;”><iframe src=”https://www.youtube.com/embed/bGwXsURLqmg?rel=0&controls=0&showinfo=0&#8243; width=”560″ height=”315″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe></div>

    The video looks fine and work fine on Desktop however the Thumbnail of the video doesn’t show properly on Mobile.

    It is not responsive.

    Please can you let me know how can I make the video embedding responsive so that it fits to the screen.

    Thank you,

    http://www.projectt.co.uk

    #987791

    Hey daropress,

    You might want to use some plugin to crop or resize images to be the same size.

    Here are some articles for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 479px) {
    .responsive table.shop_table.cart .product-thumbnail {
        display: block !important; 
        width: 180px !important; 
    }
    }
    @media only screen and (max-width: 767px) {
    .responsive table.shop_table .product-thumbnail {
        display: block !important; 
        width: 180px !important; 
    }
    }

    Please adjust image width to suit.

    Best regards,
    Mike

    Liz
    Participant

    hi,
    I’m having issues with the Image size drop-down box in the Attachment Display Settings. My only option is full size. (before I could choose medium, small, thumbnail, etc)
    I’ve tried following the advice of the other threads open with the same issue, however, their solutions are not working for me.
    I’ve already downloaded the simple image sizes plugin and added the following code:

    / New thumbnail size
    $avia_config[‘imgSize’][‘newthumbnail’] = array(‘width’=>200, ‘height’=>200);

    function avia_change_image_size_array($sizes) {
    global $avia_config;

    $avia_config[‘selectableImgSize’] = array(
    ‘square’ => __(‘Square’,’avia_framework’),
    ‘featured’ => __(‘Featured Thin’,’avia_framework’),
    ‘featured_large’ => __(‘Featured Large’,’avia_framework’),
    ‘portfolio’ => __(‘Portfolio’,’avia_framework’),
    ‘gallery’ => __(‘Gallery’,’avia_framework’),
    ‘entry_with_sidebar’ => __(‘Entry with Sidebar’,’avia_framework’),
    ‘entry_without_sidebar’ => __(‘Entry without Sidebar’,’avia_framework’),
    ‘extra_large’ => __(‘Fullscreen Sections/Sliders’,’avia_framework’),
    // New thumbnail size selection
    ‘new_thumbnail’ => __(‘New Thumbnail’,’avia_framework’),
    );

    $sizes = array_merge($sizes, $avia_config[‘selectableImgSize’]);

    return $sizes;
    }
    add_filter( ‘image_size_names_choose’, ‘avia_change_image_size_array’, 10, 1);

    Thanks so much for your help,

    #987480

    Hey npcf,

    Please try following

    Best regards,
    Yigit

    #987464
    npcf
    Participant

    Hi Team,

    The featured image for the single post big image preview is being cropped on the top and bottom. I’ve included a screen shot in the private content.

    – I’ve tried the Inspect Element looking for the CSS to adjust but no luck
    – I’ve tried the functions.php and then did a regenerate thumbnail and no luck either

    How do I adjust the image for the big image preview on the single post? Is there CSS I can apply or a setting somewhere?

    Hi,

    b.) You should remove this css code because it doesn’t seem to help in making the image sharper.

    #top div .avia-gallery .avia-gallery-big {
        padding: 0; 
    }

    It will re-align the main image and the gallery thumbnails.

    What file size would you recommend to get a sharp but still fast-loading image?

    c.) You should consider the standard screen resolutions when deciding what image size to use.

    // https://www.w3schools.com/browsers/browsers_display.asp

    Best regards,
    Ismael

    #987310
    harmonyfm
    Participant

    I have what I think is a simple request, but cannot fathom out how to get the Blog Post feature to achieve what I want.

    I’ve attached a link to a mock up, quite simply a thumbnail image to the left, with an excerpt of the blog text to the right of the image …

    So it could be just one post … or a quantity, in a vertical column display.

    Is this possible or am I looking beyond the scope of Enfold in this aspect?

    Many thanks

    Mike

    Blog Idea

    #987301

    Hi Victoria!

    1.Thank you, everything worked fine in the test area.
    What do I have to do for the online-site? Can you please help me there? Do I have to add code in the php?

    2. I found out, that on the online-site there are no longer the image buttons in the menu visible, when clicking “Ihre Wünsche”, there should be thumbnail images, which have disappeared. Has this something to do with the necessary update of the theme?

    Thank you in advance and best regards

    Gerhard

    #987234

    Hi Rikard,

    Thanks for getting back to me. Yes it is the one on the right with the little blue arrows on it is the issue. The thumbnail on the left is an image.

    I have supplied login details for our site.

    Thanks for your help! Joel :)

    #987183
    Raphael
    Participant

    Hi, I have a problem and can not use the lightbox on own template pages and in the products.

    I used the Shortcode:

    
    do_shortcode("[av_image src='https://www.cmc-modell-autos.de/wp-content/uploads/2018/07/2015-supermodell-des-jahres-m107.jpg' attachment='316' attachment_size='large' align='center'  hover='' link='lightbox' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='animation' ][/av_image]"); 

    or tried it with copying the code out of the html

    
    <div class="avia-image-overlay-wrap"><a href="https://www.cmc-modell-autos.de/wp-content/uploads/2018/07/2015-supermodell-des-jahres-m107.jpg" class="avia_image lightbox-added"><img class="avia_image " src="https://www.cmc-modell-autos.de/wp-content/uploads/2018/07/2015-supermodell-des-jahres-m107.jpg" alt="2015 supermodell des jahres" title="" itemprop="thumbnailUrl"><span class="image-overlay overlay-type-image" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 800px; width: 610px;"><span class="image-overlay-inside"></span></span></a></div>

    In a standard page it is working:
    https://www.cmc-modell-autos.de/contact

    Hi Ismael

    Thank you for your reply.

    a) I found the mistake. I had the following code in my Quick CSS:

    /* no border around gallery thumbnails */
    #top div .avia-gallery img {
        border-style: none;
        padding-top: 0px;
    }

    I removed “padding-top: 0px;”. Now the white space between the big image of the gallery and the thumbnails below is the right size.

    b) I removed the code you’ve mentioned in your previous post. Now the thumbnails below the big image are all the same size.

    But now the big image isn’t left-aligned and right-aligned to the thumbnails below anymore. Now the big image is wider then the thumbnail row below. It’s the same problem I’ve already described above in my post of July 13, 2018 at 12:08 pm, #985121.

    c) Yes, I have a larger version of the image.

    The original details of the image are:
    File type: image/jpeg
    Dimensions: 5000 × 3333 px
    File size: 18.2 MB

    Here are the details of the uploaded image which is blurry:
    File type: image/jpeg
    Dimensions: 1200 × 800 px
    File size: 356 KB

    What file size would you recommend to get a sharp but still fast-loading image?

    I’ve read online that the file size should be smaller than 200 KB because of the visitors of the website who have a slow internet connection. Is that true?

    Best regards
    zizibe1

Viewing 30 results - 2,881 through 2,910 (of 10,097 total)