Viewing 30 results - 8,671 through 8,700 (of 10,095 total)
  • Author
    Search Results
  • #227649

    Hey miso00!

    You’ll set the image size using WooCommerce as you’ve done. After you must regenerate all of your images thumbnails however to use this new size. You can use this plugin to do that: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,
    Devin

    #227646
    miso00
    Participant

    Hi,
    How do I have to change size of images in porduct catalog ? If I change resolution in woocommerce product options it has no effect. I tryed thumbnail restore and browser cache deletion. Now I have set catalog resolution to 450×450, because in other resolutions images are blurry. But size in catalog is definitely not 450p.
    Please help. I would prefer 200×200 catalog images.

    #227600

    Hello.

    I’m sorry but I’ve viewed the site from multiple computers and devices and am still not seeing the styling in your screenshots. Wondering what if anything additional we could do? On the homepage, we are displaying recent blog posts. http://visiteldorado.wpengine.com/ (hosted on WPengine) We would also like the blog thumbnail to have the same styling we’ve applied to the images. Could you help us with the css to make that happen? Maybe focusing on this other area can help shed some light on the first one.

    Thanks
    J

    #227542
    This reply has been marked as private.
    #227540
    sundialstudios
    Participant

    Hi – I just noticed that product thumbnail images are no longer a consistent size.

    The site is still under development, and I have recently imported many items, but I hadn’t seen this inconsistency before.

    link:

    #227377
    This reply has been marked as private.
    #227134

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #227102
    BeeCee
    Participant

    Hi,

    I use within my portfolio item the version with Gallery (like in the demo theme here).

    I use the plugin “Simple Image Size” to add my own size for the little thumbnails below the big image, it’s a size of 118×58 px JPG and yes, I regenerated the thumbnails:

    When I open the thumbnail in a new browser window, then it is really sharp and not blurry.
    But the same size within the gallery is blurry. Is somewhere a compression or what could cause this?

    See the comparison at its real size here:
    http://screencloud.net/v/6OGk

    Thanks.

    #226916

    Hi David!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    #top .fullsize .template-blog .post .entry-content-wrapper > * { float: left; }

    2-

    #top .fullsize .template-blog .blog-meta { margin: 0; }

    3- Please go to Settings > Media and increase thumbnail image size and regenerate thumbnails using http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

    #226899
    TheodoraPhotography
    Participant

    Hi I really love this theme as always… I was wondering if there is any way I can change the gallery layout to something like this….http://www.jennymorganart.com/gallery.html…
    I would love to have the Thumbnails on the right and the images displayed at a fitted size in the center with the name below it.
    Any thoughts or Ideas is much appreciated . Thanks!

    #226683

    Hi!

    Das “Facebook Like Thumbnail” Plugin zerstört das Seiten-Layout. Ich habe es deaktiviert und nun geht die Masonry-Sektion.

    Best regards,
    Peter

    #226584

    Hey erwanpia!

    The theme’s css will always override the wordpress core styling if there is any. Actually, the css that you mentioned does not affect anything because the width of the gallery thumbnails is controlled using this selector:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 20%;
    }

    Cheers!
    Ismael

    #226523

    Hi!

    Fixed.
    http://www.matt-morse.com/

    I did regenerate your thumbnails, you can do it yourself if you encounter this issue again:
    http://www.matt-morse.com/wp-admin/tools.php?page=regenerate-thumbnails

    Cheers!
    Josue

    #226520

    Have you had any luck with this after creating an administrator account?

    #226394

    Devin…
    Here’s my CPT declaration in function.php of my child theme

    Many thanks for your help

    // CPT Exposition
    	
    	$labels = array( 
            'name' => _x( 'Exposition', 'exposition' ),
            'singular_name' => _x( 'Exposition', 'exposition' ),
            'add_new' => _x( 'Ajouter', 'exposition' ),
            'add_new_item' => _x( 'Ajouter une nouvelle exposition', 'exposition' ),
            'edit_item' => _x( 'Editer exposition', 'exposition' ),
            'new_item' => _x( 'Nouvelle exposition', 'exposition' ),
            'view_item' => _x( 'Afficher une exposition', 'exposition' ),
            'search_items' => _x( 'Rechercher les exposition', 'exposition' ),
            'not_found' => _x( 'Aucune exposition trouvée', 'exposition' ),
            'not_found_in_trash' => _x( 'Aucune exposition trouvée dans la corbeille', 'exposition' ),
            'parent_item_colon' => _x( 'exposition parent', 'exposition' ),
            'menu_name' => _x( 'Exposition', 'exposition' ),
        );
    
        $args = array( 
            'labels' => $labels,
            'hierarchical' => true,
            'description' => 'Exposition féline',
            'supports' => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes' ),
            'taxonomies' => array( 'category', 'post_tag', 'page-category', 'Portfolio Categories  ' ),
            'public' => true,
            'show_ui' => true,
            'show_in_menu' => true,
            
            'menu_icon' => get_bloginfo('stylesheet_directory') . '/image/exposition-fff.png',
            'show_in_nav_menus' => true,
            'publicly_queryable' => true,
            'exclude_from_search' => false,
            'has_archive' => true,
            'query_var' => true,
            'can_export' => true,
            'rewrite' => true,
            'capability_type' => 'post'
        );
    	
    	register_taxonomy("Exposition",
    		array("Exposition"),
    		array(	"hierarchical" => true,
    		"label" => __('Expositions'),
    		"singular_label" => __('Exposition'),
    		"rewrite" => true,
    		"query_var" => true
    	));
    
        register_post_type( 'exposition', $args );
    • This reply was modified 12 years, 1 month ago by Ikyo.
    #226283
    This reply has been marked as private.
    #226226

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #226195
    dxbizzle
    Participant

    I found a previous post that goes into this in detail but the outcome is somewhat an incomplete fix.

    https://kriesi.at/support/topic/lightbox-images-on-iphone-or-ipad-dont-resize/

    Basically, when I open my thumbnails on iphone, the bottom banner under the lighbox image does not show correctly (see the link above).

    The CSS given by the moderator fixes this issue but I dont need a transparent banner here, it should be like the original Enfold demo with a white box and the page numbers and close symbol. I have tested this on the demo and there seems to be no issue here.

    Can anyone help, am i missing something from my theme or css?

    Thanks

    #225974

    I changed the featured image to a 1200 x 1200 image and the thumbnail in Recent Blog Posts is still smaller than all of the others.

    http://www.matt-morse.com/

    #225971

    Any advice on how to fix this issue?

    #225945

    Hey!

    Aside from the changes above, please edit the same file then find this code on line 411:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";
    

    Replace it with:

     $output .= "<a class='grid-image avia-hover-fx'>".$custom_overlay.$image."</a>";
    

    This should remove the link from the portfolio thumbnails.

    Best regards,
    Ismael

    #225935

    Hi!

    You should use the WP Gallery Custom Links plugin. Add Dude’s code at the very bottom of functions.php. Make sure you have the latest version of Enfold.

    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
        if(!empty($custom_url))
        {
            $link[0] = $custom_url;
            $link['custom_link_class'] = 'aviaopeninbrowser';
        }
        return $link;
    }

    This works on our end. As you can see on the screenshot the link of the hovered image is google.com, which is the url that we set for the image.

    Cheers!
    Ismael

    #225882

    Hi!

    The last update ( 2.5.2 ) was released on 13th of February.
    This is called breadcrumbs https://dl.dropboxusercontent.com/u/14975671/bread.JPG
    Would you like to remove thumbnails, post title or post date? :)

    Best regards,
    Yigit

    #225859
    stardrive
    Participant

    Please, I would like to have testimonial thumbnails within the home slides or by the left hand side of the home slides. Please, how can you assist here?

    #225813

    For the second time.. awesome :)
    The only minor issue that’s now appeared in is when viewing on a medium sized browser window, some testimonial names no longer aligned with the quote text.
    To demonstrate please see:
    http://smtylecdesigns.com/private/ed/?page_id=891

    For example, Laura at the end. Your demo page doesnt suffer this so I presume it’s due to my larger thumbnails.. but is there any way to fix ?

    #225809

    Hi!

    Please go to Settings > Media and change thumbnail sizes to 135x135px and regenerate thumbnails using http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #225725
    This reply has been marked as private.
    #225552

    Hey Stingery!

    Please edit includes > loop-index.php, find this code on line 70:

    $featured_img_desc = get_post_field('post_content', get_post_thumbnail_id());
    

    Replace it with:

    $featured_img_desc = get_post_field('post_title', get_post_thumbnail_id());
    

    Best regards,
    Ismael

    #225483

    Hey!

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 425:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    

    Replace it with:

    $output .= "<a class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</a>";
    

    Regards,
    Ismael

    #225460

    Hey!

    Please go to Settings > Media and increase tumbnail sizes, then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

Viewing 30 results - 8,671 through 8,700 (of 10,095 total)