Viewing 30 results - 4,831 through 4,860 (of 10,101 total)
  • Author
    Search Results
  • #690793

    Hi Josue,
    I removed that code and changed the the “entry_with_sidebar” image size with the suggested plugin.
    It’s curious because it listed that image size in my applications page accordion slider ONCE, then after regenerating the thumbnails with simple image size, the “entry_with_sidebar” is not available for any accordion slide any longer.
    Any page such as http://mrf-furnaces.com/wp4/products/extra-large-heat-treat-furnace/ or even inserting the accordion in a new page, the ‘entry_with_sidebar’ image option is not available. New image sizes made with the simple image size plugin also do not list in the accordion… how can this be fixed?
    As mentioned before, if using a gallery, ‘entry_with_sidebar’ as well as newly created image sizes are available…
    Can you have another look at this issue? thank you.

    • This reply was modified 9 years, 7 months ago by dannywouters21. Reason: updated issue description based on further testing
    #690768

    Thank you Vinay, but I already changed settings for h2.

    What I want to change ist the size of the single preview grid items – actually they do not have the same size (height). Some are very large others very small. I already chose a certain thumbnail size but nothing changes…

    #690762

    In reply to: Woocommerce images

    Hey Peter,

    Please go to WooCommerce > Settings > Products > Display and adjust “Catalog Images” sizes then regenerate thumbnails using this plugin – https://wordpress.org/extend/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    #690667

    Hi,

    you need to change the correct thumbnails. You can also change them manually, see here: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Best regards,
    Andy

    #690660

    I have purchased and installed the Theia Smart Thumbnails plugin and this works for thumbnails.
    But the avia masonry gallery does not take the changed thumbnails!

    #690335

    Hi there,
    I have the same question. How to add custom links to the thumbnails of a gallery?
    I tried the plugin “WP Gallery Custom Links” but this worked only for native wordpress galleries.
    Is it possible to add a link to a enfold gallery?

    #690332
    NicomIT
    Participant

    I’d like to have the featured image that displays beside my posts to be the same size as it appears where the post is listed on the blog page (using the grid layout). Is there a way to change that?

    I was able to change the width of the area where the image is displayed (see the first link below), but the thumbnail is still the same size. I updated the settings/size for thumbnails under the WP dashboard as well.

    Ideally I would like the thumbnails for the featured images to be the same size on the individual posts as they are on the main blog page (see the second link). That way they aren’t getting cropped.

    #690054

    In reply to: Media Quries

    Hey!

    1.) Could you please provide a link to the actual page with the columns or provide a screenshot of the section?

    4.) Please add this in the Quick CSS field:

    #top .related .thumbnail_container:hover img {
        transform: scale(1.2);
        transition: all 0.5s;
    }

    If possible, please create a single thread for each inquiry. Thank you.

    Best regards,
    Ismael

    #690032

    Hi Deb!

    Thank you for using Enfold.

    Install the following plugin then go to the Settings > Media panel. Adjust the size of the widget thumbnail, update, save then regenerate the images. https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #689930
    onelocation
    Participant

    I’m using Enfold theme.
    And I’ve added a ‘Gallery’ to a page.
    Gallery style = Small Thumbnails
    Gallery Preview Image Size = Portfolio (495×400)

    I’ve installed: WP Retina 2x

    BUT for some reason the Thumbnails and Lightbox aren’t displaying the Retina images?

    I’ve also added this to the Child Theme functions.php file.
    add_filter(‘avf_avia_builder_masonry_lightbox_img_size’, ‘avia_change_gallery_thumbnail_link’, 10, 1);
    function avia_change_gallery_thumbnail_link($size)
    {
    return “full”;
    }

    • This topic was modified 9 years, 7 months ago by onelocation.
    #689852

    Hi,
    so far I haven’t insert the new gallery of “Rio Tinto” with Nextgen, if you pass mouse pointer over thumbnails, you can see that them are deploying in a single column (this problem occurs only with “Photo gallery” plugin).
    A little at a time I reinsert galleries and this problem disappears because with Nextgen all work correctly.
    Thanks
    Adriano

    #689650

    We have had the automatic updates going already. Currently it says “No Updates available. You are running the latest version! (3.7.1)”.
    Login credentials are below as requested.

    Is this to fix the hover affect not working on thumbnails or the bug described or both?

    Thank you!

    #689542

    Hi,

    Please use following code instead

    .avia-content-slider .fake-thumbnail .slide-image { display: none; }

    Best regards,
    Yigit

    #689488
    dalen550
    Participant

    Hi guys,

    i have an issue here. My url is http://www.1commercialspace.com/offices-for-sale/.

    At the last row of pictures, there is a particular picture called “Axa tower”.

    I tried my best to but i am unable to make it follow the alignment of the picture beside it.

    Please advise how I can do this.

    Thank you!

    Dalen

    #688912

    Hi,

    Thank you for the info. Please try this in the functions.php file:

    add_filter('wp_nav_menu_objects', 'avf_wp_nav_menu_objects', 10, 2);
    function avf_wp_nav_menu_objects($sorted_menu_objects, $args) {
    
        // check menu name
        if ($args->menu->name != 'Main Menu') return $sorted_menu_objects;
    
        // edit the menu objects
        foreach ($sorted_menu_objects as $menu_object) {
            // searching for menu items linking to posts or pages
            // can add as many post types to the array
            if ( in_array($menu_object->object, array('post', 'page', 'portfolio', 'products')) ) {
                // set the title to the post_thumbnail if available
                // thumbnail size is the second parameter of get_the_post_thumbnail()
                $menu_object->title = has_post_thumbnail($menu_object->object_id) ? $menu_object->title . get_the_post_thumbnail($menu_object->object_id, 'thumbnail') : $menu_object->title;
            }
        }
    
        return $sorted_menu_objects;
    }

    Change the menu name from “Main Menu” to the name of your main menu set in the Appearance > Menus panel. It will return the menu title plus the featured image. It will require a few style adjustments.

    Best regards,
    Ismael

    #688872

    In reply to: What is this element?

    hello Vinay,

    just added a couple of temporary pictures here. Ill be removing them and replacing them with others in the next couple days.

    But i would just like to know how I would go about making the picture thumbnails slightly larger..

    thanks
    brett

    #688837

    Hi Josue,
    Thanks for the plugin link.
    The issue is also that the accordion slider has a limited list of image sizes that it lets you select for the slider. The above “entry_with_sidebar” is now gone from the available size options after I added the different size and regenerated the thumbnails with the suggested plugin.
    How can custom image sizes be added to the accordion or how can I get the “entry_with_sidebar” back into the selection list?

    Thanks.

    #688817
    dbvdb
    Participant

    Hello,
    The site is: http://www.moobuzz.net/ and we want bigger thumbnails in the footer.
    WordPress setting is 80×80
    The CSS is working great but the images are still 36px and are just being stretched to 48px so they look fuzzy. Could you please tell me what I’m missing?

    I followed other forum posts and added this to my child theme’s functions.php and ran regenerate thumbnails.

    Here it is functions.php in it’s entirety:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    /* make thumbnails bigger */
    function my_image_size()
    {
    global $avia_config;
    
    $avia_config['imgSize']['widget'] 			 	= array('width'=>48,  'height'=>48);
    }
    
    add_action('init', 'my_image_size', 1);
    ?>

    wordpress version is up to date 4.6.1, Enfold version is 3.7.1

    Thanks!

    #688725
    Jojo_W
    Participant

    On the home page I have a gallery (Big Image with Thumbnails) All images are 1000 px X 743px
    The gallery is set to Portfolio 495×400
    No to forcing size

    All images including the big image are blurry.

    What do you think?

    THANK YOU!!!!

    #688267

    In reply to: Change Blog Layuot

    Hi,

    1. Use this CSS code:

    .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
        padding-bottom: 50%;
    }

    2. Can you post a screenshot of the issue?

    3. Open includes/loop-index.php and replace this line:

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], $size);
    

    With:

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], 'full');
    

    Best regards,
    Josue

    #688178

    In reply to: What is this element?

    ok, I tried the copy and paste short code technique and it works very well.

    The only thing I need to fix is the fact that there are only 3 options for size: “small thumbnails”, “big image with thumbnail below”, and “big images only”.

    I clicked on the small thumbnail option (as it suits it the best), but they are still a little small. Is there a way to make thumbnails a bit bigger, and possibly shorten the spacing between thumbnails also.

    thanks vinay
    brett

    #688067

    In reply to: Result Page

    Hi,

    I tried to access the site via FTP but I can’t get in. Are you sure the ftp url is correct? Replace the code with this line:

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
     echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";
    

    Best regards,
    Ismael

    #688063

    Hi!

    The lightbox script is using the large thumbnail. You adjust the size of the thumbnail in the Settings > Media panel. Don’t forget to regenerate the thumbnails afterwards. https://wordpress.org/plugins/force-regenerate-thumbnails/

    Cheers!
    Ismael

    #687737

    Topic: Product Thumbnail

    in forum Enfold
    Lisa
    Participant

    Good afternoon!! I have 2 questions for you. How do I add a thumbnail to a product item? When I search for an item, if I hit Enter after I type the search item name…it brings up the items with each one being numbered. It does not bring up a picture of the items. Instead of 1 with a circle around it, I would like to have a thumbnail. Also, how do I delete the date that shows when the item was published from the searched items?

    #687489

    hi,
    i tested both wifi and G and i didn’t load the thumbnail. Also the client said, that some of his clients do not see the videothumbnail on mobile devices. my version is 9.3.5 (13G36).

    bye

    elisabeth
    Participant

    Dear Enfold-Team,

    In brief, I want to stick with the default medium, medium-large, large and add some custom thumbs. I am using an Enfold Chiild and below is a part of my functions.php.
    In fact, the code works, the enfold sizes such as widget, square, … are not generated any more, however, it fails on the three shop-thumbs.

    Could you please assist on how to remove shop_catalog, shop_single, shop_thumbnail in an enfold child theme?

    Cheers,
    Elisabeth

    `add_filter( ‘avf_modify_thumb_size’, ‘my_enfold_customization_modify_img_size’, 10, 1 );
    function my_enfold_customization_modify_img_size( $size ) {
    $size[‘widget’] = array(‘width’=>0, ‘height’=>0); // small preview pics eg sidebar news
    $size[‘square’] = array(‘width’=>0, ‘height’=>0); // small image for blogs
    $size[‘featured’] = array(‘width’=>0, ‘height’=>0 ); // images for fullsize pages and fullsize slider
    $size[‘featured_large’] = array(‘width’=>0, ‘height’=>0 ); // images for fullsize pages and fullsize slider
    $size[‘extra_large’] = array(‘width’=>0, ‘height’=>0 , ‘crop’ => false); // images for fullscrren slider
    $size[‘portfolio’] = array(‘width’=>0, ‘height’=>0 ); // images for portfolio entries (2,3 column)
    $size[‘portfolio_small’] = array(‘width’=>0, ‘height’=>0 ); // images for portfolio 4 columns
    $size[‘gallery’] = array(‘width’=>0, ‘height’=>0 ); // images for portfolio entries (2,3 column)
    $size[‘magazine’] = array(‘width’=>0, ‘height’=>0 ); // images for magazines
    $size[‘masonry’] = array(‘width’=>0, ‘height’=>0 , ‘crop’ => false); // images for fullscreen masonry
    $size[‘entry_with_sidebar’] = array(‘width’=>0, ‘height’=>0); // big images for blog and page entries
    $size[‘entry_without_sidebar’]= array(‘width’=>0, ‘height’=>0 ); // images for fullsize pages and fullsize slider
    $size[‘shop_thumbnail’] = array(‘width’=>0, ‘height’=>0);
    $size[‘shop_catalog’] = array(‘width’=>0, ‘height’=>0);
    $size[‘shop_single’] = array(‘width’=>0, ‘height’=>0, ‘crop’ => false);

    // now define our own sizes for the gallery
    // $size[‘gallery3’] = array(‘width’=>640, ‘height’=>640, ‘crop’ => false); // images for portfolio entries (3 columns in our style)

    return $size;
    }

    #687217

    I’m finding a bug that I think is being caused by: var newImg = big_prev.find('img').attr('src'),
    Sometimes when you select the large image it opens the last image loaded instead of the large image shown.
    To see this bug go to: http://chrisgallop.com/blog/portfolio-item/avian-boson-shaft/
    >>Click on the second thumbnail (or 3rd or 4th)
    >>Click outside of lightbox to go to main screen
    >>Click on large image – the last image opens instead of the large image on seen on screen

    Please help, thank you!

    #687197

    Hi Ismael,
    I’m sorry but it’s not working for me. I updated the file but the thumbnails still do not show the hover effect. I want to ADD the hover, not remove it. Is that why its not working?

    Thanks again!

    • This reply was modified 9 years, 7 months ago by raylay.
    #686994

    Hi,

    1- Try the following:
    a. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    b. Go to Settings > Media
    c. Change the entry_without_sidebar image size (increase its width / height).
    d. Regenerate the thumbnails by clicking the button at the bottom.

    2&3- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-post .big-preview.single-big {
        pointer-events: none;
    }
    @media only screen and (min-width: 1024px) {
    .single .big-preview.single-big {
        margin-bottom: -190px;
        z-index: -1;
    }}
    

    Best regards,
    Yigit

    #686826

    In reply to: Stop image downsizing?

    @raylay: first there are some imgSize Settings in WordPress itself (media.php) thumbnail, medium, large, full
    You can set up those sizes (full is the uploaded image itself) on dashboard/settings/media

    The other settings come from Enfold functions.php from line 136 (Register additional image thumbnail sizes)

    $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']);

    on avia-template builder / shortcodes / there are av-helper-masonry.php line 511 set image-size of lightbox to “large”
    on gallery.php line 173 set image-size to “large”

Viewing 30 results - 4,831 through 4,860 (of 10,101 total)