Viewing 30 results - 2,311 through 2,340 (of 10,096 total)
  • Author
    Search Results
  • #1100036

    In reply to: Author's name

    Hi Mike,

    Thank you for your reply.
    I’ve updated the theme to 4.5.7. It doesn’t work. No author name.
    Here is the code in includes/loop-index.php:
    //$blog_meta_output = “<span class=’rounded-container’>”.$gravatar.$icon.”</span>“;
    $blog_meta_output = “<span class=’rounded-container’>”.$gravatar.$icon.”</span>”.$author_name.”“;
    Another thing. In the category list of posts there are two similar pictures, one thumbnail and one from the post. How can I get rid of the thumbnail in the category list of articles?

    Thank you.

    #1099846
    This reply has been marked as private.
    #1099610

    I already use this plugin to set the widget size to 80×80, but the thumbnail on Single Post Navigation is the size of the original image.

    #1099571
    Bexyboo
    Participant

    Hi,
    I recently reset stying (foolishly) and also updated enfold so not sure if the current problem is due to one or both of these activities.

    I am not able to view images on some of my Avia built product pages, although I am able to see them when I go into edit and preview mode.
    I also lost all of the featured images in my blog posts. Please see the second page of blog posts (I changed the first page) as this will show that they are missing as thumbnails on the posts page.

    Also, although I have edited the H1-H6 fonts and the main menu font, this is not always reflected on the site – sometimes it is working and other times it is not. I have repeatedly cached images and files and this has not made a difference.

    I am not able to upload the backup so need to sort this out another way. Website is below.

    oscarluque
    Participant

    Hola,

    I’m trying to setup my masonry element to open the thumbnail in a lightbox. I don’t want it to open the the portfolio page, just a lightbox of the image.

    I see this but do not see an option for links only video screenshot

    • This topic was modified 6 years, 10 months ago by oscarluque.
    #1098803

    In reply to: Resize Shop Thumbnail

    Hi Ismael,
    please see below in privat area the error by adding the code in the child theme functions.php via WP-Backend. By adding the same via FTP, the code is being accepted, but site and WP-Login brakes, white screen. The code is taken directly from Forum.
    Example product thumbnail regenerated: https://test.brandgeister.de/shop/luchs-harzer-kaffee-liqueur/
    best regards, joerg

    #1098688
    debra15
    Participant

    Can I change the thumbnail on Single Post Navigation?
    It will be a smaller size if I can set it to widget size which is 80×80.
    Thanks!

    Resolved to referred following threads;
    https://kriesi.at/support/search/?bbp_search=Thumbnail

    #1098028

    Topic: Resize Shop Thumbnail

    in forum Enfold
    brandgeist17
    Participant

    Hi Ismael,
    this is the requested new topic based on #1097928.
    I added the code you sent yesterday and it broke my site. I put in the complete child theme functions.php in the private area below. It was impossible to add to add the concerning snippet
    add_filter( 'wp_calculate_image_srcset', 'av_disable_srcset' );
    function av_disable_srcset( $sources ) {
    return false;
    }
    via the WP-Backend, so I had to use FTP. After saving the file the site broke.

    Earlier in march / april someone recommended:
    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘shop_catalog’] = array(‘width’=>200, ‘height’=>300);
    return $size;
    }
    but it failed as well.

    We also tried CSS in the quick css-container of enfold-child:
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>200, ‘height’=>300);
    Failed.

    I use to regenerate thumbnails each time after editing.

    Best regards, Joerg

    Hi,

    Please open a new ticket or thread because this one is getting a bit too long. We will continue there.

    Did you regenerate the thumbnails after adding the snippet that we provided previously? The theme didn’t generate that thumbnail size as you can see in the following list. It’s a list of thumbnails generated by the theme. As you may notice, 340x540px isn’t one of them.

    $avia_config['imgSize']['shop_thumbnail'] 	= array('width'=>120, 'height'=>120);
    $avia_config['imgSize']['shop_catalog'] 	= array('width'=>450, 'height'=>450);
    $avia_config['imgSize']['shop_single'] 		= array('width'=>450, 'height'=>999, 'crop' => false);
    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
    

    We will close this thread now. Let’s continue in your own thread.

    Best regards,
    Ismael

    #1097805

    Topic: layerslider thumbnails

    in forum Enfold
    whtmsting1
    Participant

    I can’t seem to find any docs on this. I have a layerslider on a product page and thumbnails appear below the slideshow images – but thumbnails appear on top of next section. I have the layerslider in a shortcode in a 2/3 block.

    Why is layerslider not clearing after thumbnails? Thanks for your help!

    Hi,
    you mean the child theme functions.php? Done, but no effect.
    Of course they all are this size, it is the woocommerce and /or Enfold default. And I would be extremely lucky if there was any thumbnail of 200 px width.
    Why the hell do all efforts to resize them down to what is really needed fail?

    adotopanuga
    Participant

    Hi,

    I would like to show product thumbnails underneath each product loop on shop or category page. I would also like to enable the main product to change when any of the thumbnails is clicked on.

    In the private content, I have put a plugin that does it but I really don’t want to use a plugin. Any help or direction to achieve this with functions etc, would be very helpful.

    Hi,

    Thanks for the update.

    That thumbnail size is not available in your installation. Please look at the size of these images.

    // https://test.brandgeister.de/wp-content/uploads/2019/01/Glen-Els-Port-Casks-Bild-360×540.jpg
    // https://test.brandgeister.de/wp-content/uploads/2019/01/Glen-Els-Rum-Agricole-Casks-Bild-360×540.jpg
    // https://test.brandgeister.de/wp-content/uploads/2018/11/finch-rye-edition-bild-360×540.jpg

    They are all 360x540px. Could you check if there is a thumbnail in the uploads directory that is 200px in width?

    You may also need to add this filter in the functions.php file to remove the srcset attribute.

    add_filter( 'wp_calculate_image_srcset', 'av_disable_srcset' );
    function av_disable_srcset( $sources ) {
        return false;
    }

    Please open your own ticket so that you can see the content of the private field. We’ll close this thread for now. Don’t forget to include it on your own thread for reference.

    Best regards,
    Ismael

    #1097027
    GWS
    Participant

    Hi, there–

    We have two websites that are using the Enfold theme and we want the featured images to show in RSS feeds. I found your tips for this at https://kriesi.at/support/topic/featured-image-in-rss-feed/ and applied the suggested script below to functions.php, but I don’t see any images feeding through. In fact, the one or two images that for some reason were showing in the feed no longer are there. I’m using feedly.com by the way. Any suggestions?

    function featuredtoRSS($content) {
    global $post;
    if ( has_post_thumbnail( $post->ID ) ){
    $content = ‘<div>’ . get_the_post_thumbnail( $post->ID, ‘medium’, array( ‘style’ => ‘margin-bottom: 15px;’ ) ) . ‘</div>’ . $content;
    }
    return $content;
    }
    add_filter(‘the_excerpt_rss’, ‘featuredtoRSS’);
    add_filter(‘the_content_feed’, ‘featuredtoRSS’);

    #1096089

    Hi,

    Thanks for the update.

    It seems to be an issue with the srcset attribute. We disabled the attribute and adjust the thumbnail width from 75 to 300.

    Best regards,
    Ismael

    Burnt Pixel
    Participant

    While troubleshooting product category images being cropped when larger than 423px, I discovered that Enfold is using the [entry_without_sidebar] image for product category images. I was able to find this code to modify the image size, which prevented it from cropping:

    
    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>1210 );						// images for fullsize pages and fullsize slider
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    However, I would rather use another image size altogether that seems more appropriate for my category images, like the Woocommerce catalog size, or single product size. Is there a way to redefine which image resize is used for the product category image?

    Thanks!

    #1095751

    Hi,

    Thanks for the update.

    The product thumbnails are resized to the specified dimension, 360x540px. (see private field)

    You may need to decrease the number of columns in the product page and increase the maximum width container of the site if you want the exact size of the product images to display in the shop page.

    Best regards,
    Ismael

    #1095504
    mauro orru
    Guest

    Hi
    I volunteer for a UK charity. the site is built using your theme which a volunteer who is no longer available had purchased. His themeforest username is jonathan_lees and he is not replying to any messages. I need some support with the theme for a problem I am having and I cannot register to the forum without the product key. Could you please help me?
    When I create a new page (ie. http://romanianrescueappeal.uk/?page_id=28101&preview=true&_thumbnail_id=-28101 / The New Barcea (Tecuci) Shelter) the image from the first “Media & Text” content block is replicated above all other content. I need to be able to remove that picture

    #1095234

    Hi,

    Thanks for the update.

    The size of the product thumbnail is only 100x75px. Did you try the suggestion above? You have to adjust the default product thumbnail size in the Customizer.

    Best regards,
    Ismael

    #1094938
    whiteshanty
    Participant

    Using enfold shop demo – please see links in private content. The product page images look good to me, but at the category level they appear to be cropped or cut off. I want to show the entire product image at the category level, how do i do this?

    #1094860

    Ismael,

    Thanks! That plays now. I have a couple of more questions if you don’t mind.

    1) I tried making the slider smaller, but couldn’t figure out how. When I tried putting it inside a content element that was 3/5 the size of the page it wouldn’t allow me to. Is there a way to make it smaller on desktop. The size is perfect on mobile.

    2) When the video comes up on mobile, it comes up a little below the static thumbnail. Is there a way to layer it so it comes up right over the static thumbnail? See attached image.

    This reply has been marked as private.
    matthleif
    Participant

    Hi guys,
    is it possible to place the thumbnail right after the title in the catalogue element?
    Thanks,
    matthleif

    #1093851

    Hi,

    Thanks for the update.

    Have you tried to adjust the size of the product thumbnails from the Appearance > Customize > Woocommerce > Product Images panel? You have to regenerate the product images after the adjustment.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Please let us know once the site is live or moved to a staging domain so that we can inspect the product images.

    Best regards,
    Ismael

    #1093777
    darrenwise
    Participant

    Hi Team,
    I’ve installed the WordPress gallery widget in my footer and the images are fairly small and it won’t actually let me change the size of the images if I use the widget functionality from thumbnails to the other sizes as indicated in the widget. Are the image sizes set by the theme for the gallery widget? If so, how do I change them to make them slightly larger please? as they are pretty small. Or do you recommend I use another plugin with more functionality?
    This is my website. http://www.peakpotential.net.au
    Cheers
    Darren

    #1093674

    Excellent thank you
    The only thing which are not correct are the small remove x button that is visible only under 480px and not between 480 and 767px and that the product price is shown twice, once in grey and once in red and it is not clear that one is the price of the product and the second is the total of the product price x quantity

    I changed from 100% to 30% the image size
    tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img { width: 30%; }
    because otherwise the product image was too big. There is a way to add natively a smaller size image without load a big (and heavy) image and then squeeze it?

    I hope that you will integrate this code in a future update and in that case you could also show only once the price if ordered quantity is 1

    Please see screenshots
    Thank you
    Mauro

    #1093227

    Hi,

    Thanks for the update.

    Looks the resized image’s or thumbnail’s color quality has been adjusted during the upload. Did you compress the images using a plugin?

    Best regards,
    Ismael

    #1092820

    Hi Mauro,

    Try adding this css code as well (you can merge the last code I gave since they are both using media query of max-width 767px):

    @media only screen and (max-width:767px) {
        #top .shop_table, 
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item, 
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
            display: block !important;
            width: 100% !important;
            text-align: center !important;
        }
    
        #top .shop_table {
            border: none;
        }
    
        #top .shop_table thead {
            display: none;
        }
    
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item {
            padding-top: 50px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
            position: relative;
        }
    
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
            box-sizing: border-box;
            border: none;
        }
    
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
            position: absolute;
            top: 15px;
            right: 10px;
            width: 26px !important;
        }
    
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
            width: 100%;
        }
    
        #top .shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
            font-weight: bold;
            color: red;
        }
    }

    Best regards,
    Nikko

    #1092160

    Hi,

    You have to regenerate the thumbnails or upload the product images again. Have you done that? Use this plugin if you haven’t already.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

Viewing 30 results - 2,311 through 2,340 (of 10,096 total)