Viewing 30 results - 3,511 through 3,540 (of 10,099 total)
  • Author
    Search Results
  • Hey Kent,

    Please try following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the entry_without_sidebar image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #874080

    In reply to: Full screen slider

    Hi!

    I found the error, the thumbnails were not generated and that’s why the message

    Thank you! You can close this thread

    #874057
    Marcus
    Guest

    Hi Yigit,

    Hmm Im not sure which version was my previous one. However only when i updated the plugin i got this shown on my gallery.

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in /home/slmcrmco/public_html/bettermaid.sg/wp-content/themes/enfold/config-woocommerce/config.php on line 1360

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in /home/slmcrmco/public_html/bettermaid.sg/wp-content/themes/enfold/config-woocommerce/config.php on line 1360

    #873975

    Hi,

    Make sure to refresh the page after adjusting the thumbnail size. You can also use the following code to override the existing thumbnails.

    add_image_size( 'square', 220, 150, true ); //  existing thumbnail size
    

    Best regards,
    Ismael

    #873966

    Hey annkaczmarek,

    Thank you for using Enfold.

    Please adjust the size of the thumbnail on the Settings > Media panel then regenerate the images.

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

    After that, add this code in the Quick CSS field.

    .small-preview {
        width: 150px;
        height: 150px;
    }
    
    .single-small .post_author_timeline {
        left: 80px;
    }

    Best regards,
    Ismael

    #873730

    In reply to: columns in gallery

    in fact, maybe it s related to this problem: if i put some words in Onderschrift, probably Caption in english, there is nothing in caption but only in
    the black box whichs appears when i put my mouse over the thumbnail. so , the text is appearing on the wrong spot!!

    • This reply was modified 8 years, 5 months ago by yampieters.
    kentkasica
    Participant

    https://kriesi.at/support/topic/enfold-image-sizes/
    I followed instructions in link above but I don’t see the image sizes displayed after I click: Functions PHP this is what is displayed. What am I doing incorrectly?
    Enfold Child: Theme Functions (functions.php)
    <?php
    function my_theme_enqueue_styles() {

    $parent_style = ‘parent-style’; // This is ‘twentyfifteen-style’ for the Twenty Fifteen theme.

    wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
    array( $parent_style ),
    wp_get_theme()->get(‘Version’)
    );
    }
    add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );

    //set builder mode to debug
    // add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    // workaround for LayerSlider background not loading
    add_filter( ‘category_description’, ‘do_shortcode’ );

    add_action( ‘wp_head’, ‘load_LayerSlider_fix’ );
    function load_LayerSlider_fix() {
    ?>
    <script type=”text/javascript”>
    jQuery( window ).load(function(){
    jQuery(window).trigger(‘resize’);
    });
    </script>
    <?php
    }

    //Enable Custom CSS
    add_theme_support(‘avia_template_builder_custom_css’);

    add_action( ‘woocommerce_after_shop_loop_item_title’, ‘my_add_short_description’ );
    function my_add_short_description() {
    global $product;
    $temp = $product->get_attribute( ‘Temperature’ );
    if ($temp != ”)
    {
    echo “<div style=’font-size:0.7em;’>”.” “.$temp.”</div>”;
    }
    }

    function get_woo_reviews(){
    $count = 0;
    $html_r = “”;
    $title=””;
    $args = array(
    ‘post_type’ => ‘product’
    );
    $comments_query = new WP_Comment_Query;
    $comments = $comments_query->query( $args );
    foreach($comments as $comment) :
    $title = ‘comment_post_ID ).'”>’.get_the_title( $comment->comment_post_ID ).’‘;
    $html_r = $html_r. “<div style=’color:#00c0ce;’>” .$title.”</div>”;
    $html_r = $html_r. “<div>” .$comment->comment_content.”</div>”;
    $html_r = $html_r.”Posted By”.$comment->comment_author.” On “.$comment->comment_date. “<br />”;
    $html_r = $html_r.”<br />”;
    endforeach;

    return $html_r;
    }
    add_shortcode(‘woo_reviews’, ‘get_woo_reviews’);

    /* Display USD for Product PRices on Shop/Product/Cart */
    function sv_change_product_price_display( $price ) {
    $price .= ‘ USD’;
    return $price;
    }
    add_filter( ‘woocommerce_get_price_html’, ‘sv_change_product_price_display’ );
    add_filter( ‘woocommerce_cart_item_price’, ‘sv_change_product_price_display’ );

    /*
    Woocommerce 3.0.0 Compatibility Fix
    Remove Enfold’s custom functions that conflict with the new image display in WooCommerce 3.0.0
    */

    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;
    }
    }

    printall
    Participant

    Hi
    How can I make the toolbox desappear on the lightbox (2.jpg) of a gallery in smartphones? It confuses because it remains the same when, using the arrow, I change the photos of the gallery
    I checked this in Iphone and android and there is the same problem in both. When I check in my desktop with google resizer seems to be ok
    The page of the site is https://papagiannoulis.gr/projects/

    the toolbox with the description of the image
    image 1. This is ok. It normaly changes the toolbox with the description of each photo for each thumbnail

    on the lightbox still remains the toolbox
    The toolbox should normaly desappear

    remains the previous toolbox even if the photo has another title
    The same toolbox remains for all the photos

    #873072
    annkaczmarek
    Participant

    Hello,

    I would like to change the size of the thumbnails of my blog list. When I inspect it, I can see it’s set up to 81x81px, but I have no idea where this is coming from. I’d like to change it to 150px, and have it displayed on the left-hand side. Would you be able to help please?

    Thank you,

    Anna

    #872967

    Hi,
    In your Portfolio grid element I changed the “Select custom image size” from thumbnail 180×180 to shop catalog 450×450.
    It seems much better now, please check & clear your cache.

    Best regards,
    Mike

    #872624

    Hi,
    Your images are showing at 262×262 but are only 180×180,
    Please try going to Settings > Media and increase thumbnail sizes to 262x262px and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Mike

    #872183
    ElkeJansen
    Participant

    Hi,
    I’ve just installed WooCommerce plugin and tested with a product. Unfortunately, the following 2 errors show at the product page:

    Warning: Missing argument 3 for avia_woocommerce_gallery_thumbnail_description() in (see private content) on line 1360

    Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() in (see private content) on line 1360

    The product image is blurry as well.

    Please assist in fixing this error, hopefully it’s fixable.

    Thanks in advance!
    Elke

    #871981

    In reply to: Blurred pictures

    Hi,

    1.) Duplicate or clone the section/elements.

    2.) Edit the original section’s/elements’ Screen Options. Set the option so that it is only visible on desktop view.

    3.) Do the same thing with the duplicated section/elements but set it to display on mobile view only.

    4.) Choose a different thumbnail size for the duplicated section/elements.

    Some browsers may still load the images even if the display property is set to “none”.

    Best regards,
    Ismael

    #871838

    after using Resizing Existing Thumbnails will the new images go up correctly? or do I need to use Resizing Existing Thumbnails?

    #871543

    Hi,

    Thanks for that, so you want to have a background behind the thumbnails? If so then please try this in Quick CSS:

    .page-id-858 .ls-thumbnail-wrapper {
        background-color: red;
        padding-bottom: 20px;
    }

    Best regards,
    Rikard

    #871481

    In reply to: Blurred pictures

    Hi,

    You can duplicate the section and use the elements’ Screen Options to toggle the display properties on different screen sizes. Select a different thumbnail for the duplicated section.

    Best regards,
    Ismael

    #870806
    rpichler
    Participant

    Hello All,
    I am using portofolio Ajax in 3 and 4 colums. Pictures are peferctly once enlarged in lightbox,
    but anyhow the previev (Main gallery pictures) pictures do look blurry.

    Here is a picture to review: http://i66.tinypic.com/9062p5.png

    Thank you for helping out on this issue.

    br
    Ronald

    #870790

    I disabled the caching.

    With Css I changed the size of the thumbnails, but now they look stretched.

    • This reply was modified 8 years, 5 months ago by Wolf.
    #870444

    I do not really need Resizing Existing Thumbnails
    I need images uploaded through event gallery, feature images, to be uploaded correctly.without being cut

    #870429

    In reply to: Blurred pictures

    I’m not sure I understand what you say. In my page, the only picture taken by enfold and wordpress is the 740×920 one. So there is no thumbnail, it’s only this picture scale down to …x… in accordance with the device. Except that when it scales down it makes the picture blurry…
    So is there a way to select a different source of picture according to the device ?
    Thank you

    Hi, just a heads up for anyone wanting to remove the automatically images, Enfold creates 3 extra image sizes in another file for it’s woocommerce template.
    So beside the ones given above by igorvavrik, add these as well:

    	remove_image_size('shop_thumbnail');
    	remove_image_size('shop_catalog');
    	remove_image_size('shop_single');

    So my function looks like this:

    //Disable loads of Enfold image sizes upon upload (to save space)
    
    add_action('init', 'remove_enfold_image_sizes');
    
    function remove_enfold_image_sizes() {
    	remove_image_size('square');
    	remove_image_size('featured');
    	remove_image_size('featured_large');
    	remove_image_size('portfolio');
    	remove_image_size('portfolio_small');
    	remove_image_size('gallery');
    	remove_image_size('magazine');
    	remove_image_size('masonry');
    	remove_image_size('entry_without_sidebar');
    	remove_image_size('entry_with_sidebar');
    	remove_image_size('shop_thumbnail');
    	remove_image_size('shop_catalog');
    	remove_image_size('shop_single');
    }

    Cheers

    #870281
    rinviz
    Participant

    After going through the various topics on this forum and indeed searching the net. I find none that will enable this feature.
    I am using enfold theme 4.0.5 installed with woocommerce 4.2.1
    I have the lightbox modal window set.
    I entered images into the gallery on the wordpress page for the product.
    I get the images thumbnails under the main feature image.
    When I hover over them they do not enlarge and show in the feature image location.
    When I click on them they do not show up in a light box or even show up in a window.
    I have used below in function.php with and without makes no difference.
    ————————————————————————–
    add_action( ‘after_setup_theme’, ‘yourtheme_setup’ );

    function yourtheme_setup() {
    add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );
    }
    —————————————————————————–

    #870196

    In reply to: Blurred pictures

    i do use this code – don’t know if both will work:

    
    add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );

    but this will affect only the upload – so if you want to handle already uploaded images you must use after the code a plugin like regenerate thumbnails – to recalculate the images.

    #870103

    In reply to: Blurred pictures

    Hi Omar,

    The small image does not look sharp itself. I think the thumbs should be of higher quality and disable WordPress image compression.

    http://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/

    Best regards,
    Victoria

    #870101

    Hi vasileandrei,

    Here are some articles for you

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    • This reply was modified 8 years, 5 months ago by Victoria.
    #870002

    Hi,
    To open a modal in Enfold you would need to use the lightbox and use the ?iframe=true
    This is how to make a link for an image to open in lightbox, use in a code block element:

    <a href="http://127.0.0.1/wp-content/uploads/2015/07/portfolio-9.jpg" rel="prettyPhoto" title="">Image</a>

    To open pages in lightbox using an iframe, create a link like this in a code block element:

    <a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Page</a>

    This is the format for opening a Youtube video in lightbox:

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>

    But since you are having compatibility issues you could try a plugin such as: Modal Window

    Best regards,
    Mike

    #869916

    So? how make as features images no longer be cut?
    Regenerate the thumbnails by clicking the button at the bottom.
    the plugin regenerates the already uploaded images.
    but how do I prevent this?

    #869591

    It is not working after all.

    I don’t know what is going wrong.

    .blog-meta, .blog-meta a, .blog-meta img {
    width: 220px !important;
    max-width: 220px !important;
    max-height: 150px;
    height: 150px;
    border-radius: 0px !important;
    }

    and

    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘square’] = array(‘width’=>220, ‘height’=>150);
    return $size;
    }

    and changed the size in the normal function.php for the square to 220 x 150

    and regenerated the thumbnails, but it doesn’t work. The size is fine but the pictures get stretched.

    Any ideas

    #869412

    In reply to: ZOOM ON LIGHTBOX

    Hi,

    The lightbox script is using the “large” thumbnail so you can adjust it in the Settings > Media panel. Increase the size, update then regenerate or upload the images again.

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

    Best regards,
    Ismael

    Hi,

    I’m not sure why it’s ignoring the child theme functions.php file. If you want to change the image size, you have to modify the archive.php and the tag.php file. Edit the avia_post_slider parameters, specifically the ‘preview_mode’ and ‘image_size’ parameters.

    // https://kriesi.at/support/topic/thumbnails-generated-as-squares-on-enfold-archive-pages/#post-719294

    Best regards,
    Ismael

Viewing 30 results - 3,511 through 3,540 (of 10,099 total)