Viewing 30 results - 2,611 through 2,640 (of 10,096 total)
  • Author
    Search Results
  • #1034159

    Hi! I have the same issue. I want to exclude or hide one specific category in my shop page. This article explain how to exclude products from a specific category, but I want to hide thumbnail and category name

    Thanks!

    #1033718
    KaISBC
    Participant

    I got this by some assistance in preavious tickets #1020442 but now, after update to 4.5 I’m not able to get the same result, little thumbnails in search result page. Now I get big one, whole image, but I’d like to get 70/80% smaller. I backed up old theme file and export customization, everything was fine except this.

    Could you help me to obtain little thumbs and not those big images?
    I’m talking about a page like this https://www.mazzucchellis.com/website/?s=superman

    #1033511
    mike.rav
    Participant

    Hi,

    I have the latest version of enfold along with the latest version of woocommerce.

    The problem i am facing is the following:

    In some cases, the thumbnail image of the product, has some kind of overlay on it.

    Please see the below example:

    http://netinfoweb.net/image.jpg

    From what i’ve noticed, is that those image that have problem are the ones with 300×300 image size (http://netinfoweb.net/tsiropoulos/wp-content/uploads/engagement_diamond_rings_24-300×300.jpg)

    The original image is ok : http://netinfoweb.net/tsiropoulos/wp-content/uploads/engagement_diamond_rings_24.jpg

    Why does this difference exist between the 2 sizes?

    Please advice.

    I am placing all site’s access details below. Feel free to investigate.

    Thank you in advance

    #1033374

    Hi Victoria
    Apologies for my impatience! You guys are normally so quick, and it was an urgent query. I find out in the end how to do it. But mainly I was looking for the elements i..e easy slider, text and accordion, which made up the style of the portfolio entry.

    I still haven’t worked out how to make the thumbnails come underneath the main image. Any tips?

    Thanks again!
    Louise

    #1033325

    Hi,

    Yes, it would affect all gallery elements. Please remove the css code and then edit the config-templatebuilder > gallery > gallery.php file. Look for this code around line 354:

    $output .= $style == "
    <div class='avia-gallery-thumb'>{$thumbs}</div>
    ";
    

    Replace it with:

    $output .= $style == 'thumbnails' || strpos($style, "lightbox") === false ? "
    <div class='avia-gallery-thumb'>{$thumbs}</div>
    " : null;
    

    Let us know if it helps.

    Best regards,
    Ismael

    #1033212

    The big image only gallery is still showing thumbnails during preview in the editor and on page display. This started happening with the 4.5 update. I do not have a page to show you because of this matter.

    #1032861

    Hi Richard,

    Thanks for the update, your site seems to be working normally now. You have this function in your child theme functions.php, what happens if you remove it?

    /**
     * unblur product images
     */
    global $woocommerce;
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    	    return $img;
    	}
    	function avia_woocommerce_post_thumbnail_description($img, $post_id){
    	    return $img;
    	}
    }

    Best regards,
    Rikard

    This reply has been marked as private.
    #1032423

    Hi,

    Did you set the “Gallery Style” to the third option? I would like to check the site but my connection is a little slow today.
    You can use this css code temporarily if you want to hide the thumbnails.

    .avia-gallery-thumb {
        display: none;
    }

    Best regards,
    Ismael

    #1032211
    Louise_Brace
    Participant

    Hi there,

    Can someone let me know what Avia element is being used to create this portfolio style? http://design-plus.co.za/projects/

    I have set up each portfolio subject, but can’t remember which styling can be used to create this: main image with thumbnails and text to the right element.

    Thanks!

    #1032208

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

    .av-masonry-entry .av-masonry-entry-title {
        font-size: 10px !important; 
    }
    div .mfp-title {
        font-size: 10px !important; 
    }

    The first rule is for the thumbnail titles, and the second rule is for lightbox titles.

    Best regards,
    Mike

    #1032124
    Richard
    Participant

    Hi
    I tried to update to the latest version of Enfold and found that the Envato API key had an issue. Looking at past support for this issue suggested manual install via FTP which I did. However it appears to have broken the Child Theme. Activating the main theme rather than the child theme helps fix that problem but I lose the customised coding from the child theme. Restoring a backup would be the last resort. I have set up an admin login for you in private content just in case.
    Regards
    Richard

    Here are some errors.

    *****Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description(), called in /home1/lickemst/public_html
    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description(), called in /home1/lickemst/public_html
    Last time we checked the token we were not able to connected to Envato:
    Purchases could not be accessed
    Username could not be accessed (needed for your information only)
    E-Mail could not be accessed (needed for your information only)*****

    #1032110

    It works, thank you!

    One more thing, how can we control the font size on the large images and the thumbnails

    #1032106

    This may be an issue with the regenerate thumbnails plugin at this point as it will not let me adjust the max pixels to 9999, as it would be ‘larger than the original.’

    How then may I tell masonry gallery and regular gallery to use the full size image as opposed to ‘large’ size thumbnails? Perhaps with a string of code to the child theme?

    • This reply was modified 7 years, 4 months ago by hizzacked.
    #1032064
    hizzacked
    Participant

    Hello

    I’m trying to get Masonry gallery (and regular gallery) linked images to open in full size. I’ve disabled the Lightbox because I do not like using it.

    My images are only opening in a maximum size of 1030px.
    I figured out that this was the “large” thumbnail, so I regenerated my thumbnails for “large” size to a max of 9999px

    Unfortunately Masonry gallery is still only showing me images at 1030px max. The only time it will show me the full size image is when I upload a new media, it has not affected the regenerated images in the galleries.

    I just noticed also that it looks like my media thumbnails will not regenerate higher. See here: https://i.imgur.com/MVpPq61.png

    Please help, as it’s very important that the images open in full size.

    • This topic was modified 7 years, 4 months ago by hizzacked. Reason: added image after I realized the thumbnails weren't regenerating
    #1031864

    Hi Mike,

    Thanks but I couldn’t get this to work. I have it running in a child theme and I think the code has been updated some since 2013. The syntax is a little bit different. This is what I have in my functions.php in my child theme:

    if(!function_exists('avia_post_nav'))
    {
    	function avia_post_nav($same_category = true, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '10';
    			$settings['wpversion'] = $wp_version;
            
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    		        
    	             $entries['prev'] = get_previous_post($same_category, '10');
    				 $entries['next'] = get_next_post($same_category, '10');
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            	$output = "";
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    
                $tc1   = $tc2 = "";
                $link  = get_permalink($entry->ID);
                $image = get_the_post_thumbnail($entry->ID, 'square');
                $class = $image ? "with-image" : "without-image";
    
    		    $output .= "</a>";
    		}
    		return $output;
     
            
            
    	}
    }
    
    #1031807

    Hey Arturo,

    Here are some threads to consider:
    https://kriesi.at/support/topic/woocommerce-product-image-blurry/

    Blurry product thumbnails in gallery on Product page (woocommerce)

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

    octamedia
    Participant

    Is it possible to have the title displayed under the large image, like it does under the thumbnails in a masonry gallery?

    Thank you

    #1031440

    Hi,
    I took a look at the 6 items, but they are set to display:none for screens under 767px
    If this is just temporary, then try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #av_section_2 .av-image-caption-overlay-center p {
    font-size: 12px !important;
    }
    #av_section_2 .av-image-caption-overlay-center {
    padding: 50px 10px 0px 5px !important;
    }
    }

    Please see the screenshot in Private Content area.

    I recommend adding a custom ID to the section to replace the #av_section_2, which has been automatically generated and could change in the future as you add more elements to the page. To add custom IDs & classes go to Enfold Theme Options > Layout Builder > Show element options for developers and enable the option, then in your element create a unique ID such as “smallportthumbnails”

    Best regards,
    Mike

    #1031377
    artlaime
    Participant

    Hello, I have an e-Shop http://shop.arturolaime.com I’m using Enfold with Woocommerce. I noticed that the product thumbnails are showing really blurry. The new update of Woocommerce put the display options in the customizer, but there is no option to edit the size for Product Thumbnails, just for Single Product Image and Catalog Images. I tried to add a custom code on the quick Css but it didn’t work. I also tried to use the plugin Simple Image Sizes, but again there is no change in the quality. I ran out of ideas. Do you have some suggestion? I would really appreciate an answer.

    #1030909
    integritive
    Participant

    Hello,

    We’ve recently noticed an issue when trying to set a featured image in a post. This happens on posts, events (tribe events) and pages. I’m using the latest version of Enfold (4.5) with WordPress 4.9.8. When trying to add a featured image to a post or page I am able to select the image from the media library, however once I click the “Set Featured Image” button and return to the page admin there is no thumbnail visible in the featured image box. There is, however an option to “remove the image” with the text “Click the image to edit or update”. Upon saving/updating the page no featured image is visible in the admin or on the front-end of the site.

    Any ideas?

    Also, while troubleshooting this issue would it be possible to download an older version of Enfold (4.3.2) possibly? I’ve tested on 4.4.1 and getting the same issue.

    Thanks!

    Hi,

    This thread should help you display thumbnails on the search results page:

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

    If you want to add a placeholder, look for this line:

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    

    Replace it with:

    
    $placeholder = "<img src='PLACE HOLDER IMAGE HERE' />";
    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    $searchthumb = $searchthumb ? $searchthumb : $placeholder;
    

    Best regards,
    Ismael

    #1030344

    Hi,

    This filter works on my installation.

    add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
        $size['width'] = 300;
        $size['height'] = 300;
        $size['crop'] = 1;
        return $size;
    }, 10, 1);
    

    Please add it in the functions.php file.

    Screenshot: https://imgur.com/a/v0HGhbk

    Best regards,
    Ismael

    #1029968
    cktanju
    Participant

    hi Leute,

    ich habe eine masonry gallery eingerichtet. jedoch gibt es Probleme bei der Darstellung der Übersichtsseiten.
    innerhalb einer Kachel werden mehrere Bilder geladen… und das endet in einem Darstellungsfehler…

    irgendeine Idee?

    bg
    tanju

    Hi,

    Again, that snippet is for the single post pages. It’s not going to work on the search results page. Did you add any modifications the search page templates? The posts thumbnails should not be displayed on the search results page by default.

    Best regards,
    Ismael

    HuxburyQuinn
    Participant

    kriesi.at/support/topic/problem-with-mobile-cart-product-table/

    This CSS code works fine , however only when it is added to the enfold-child – Quick CSS

    If add these styles to enfold-child > style.css file – they fail to override
    wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css?ver=4.9.8

    Please advise how I can effectively add the same CSS to the child style.css file.

    I added ! Important after each style, however this did not make a difference.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    	/*
    	SHOW CART COLUMNS ON MOBILE
    	================================================== */
    			  .responsive .shop_table .product-quantity, .responsive table.shop_table .product-thumbnail {
    				display: table-cell !important;
    			}
    			
    			table div.quantity {
    				width: 60px !important;
    			}
    			
    			#top div .quantity input.plus, #top div .quantity input.minus, #top div .quantity input.qty {
    				line-height: 20px !important;
    				height: 20px !important;
    				height: 20px !important;
    			}
    }

    Thanks for your advice

    #1029699

    In reply to: Blog Thumbnail spacing

    Thanks Mike,

    This is looking a lot better – can we just adjust the alignment on the left? The thumbnails should be left aligned with the wording above.

    Thanks!

    This reply has been marked as private.
    #1028922
    janhoejgaard
    Participant

    My galleri´s suddenly shows thumbsnails, underneath main picture,
    haven’t made any changes to the page.., and galleri is set to:

    Big image only, other images can be accessed via lightbox

    any ideas why ?

    Link to portfolio/galleri:
    https://furn-it.com/portfolio-item/2k-160cm/?preview_id=2353&preview_nonce=11e56d1d39&_thumbnail_id=4222&preview=true

    #1028889
    Bullfrog245
    Participant

    After updating to Enfold 4.5 the Partner/Logo element is no longer displaying images. The <img /> tag has the width and height attributes, but no source. In the admin it’s the same thing; The images are missing src attributes.

    Frontend
    <div class="slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-1 slide-parity-odd post-entry-last av_one_fourth first real-thumbnail"><img width="260" height="100"></div>

    Admin
    <span class="avia_slideshow_image" data-update_with="img_fakeArg" data-update_template="{{img_fakeArg}}"><img width="80" height="80"></span>

    If I create a new Partner/Logo element, it works, but only until it is edited. Then the images are lost again. There are no javascript console errors.

Viewing 30 results - 2,611 through 2,640 (of 10,096 total)