Viewing 30 results - 7,201 through 7,230 (of 10,097 total)
  • Author
    Search Results
  • #380076

    In reply to: Shop image problem

    Great. I did regenerate thumbnails several times.

    #380055

    In reply to: Shop image problem

    Hey!

    Your page loads on my end. Please try regenerating thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    #380020
    Gardennorm
    Participant

    Hi,
    I have installed a third party plugin to host my images.
    At the moment there are 2 lightbox effects offered when the thumbnail is hovered over.
    Is it possible to remover what I think is the enfold lightbox effect on a single page only?
    The plugin is triggered by adding shortcode to a text element.
    Below is a link to the page in question;
    http://kayak.users40.interdns.co.uk/sea-kayaking-photos
    Thanks
    Norm

    #380010
    isaackumer
    Participant

    I’m using the fullwidth easy slider to insert a video onto a page with autoplay disabled. I would like to see my video’s featured thumbnail as well as a play button on screen, but instead I’m left with a black box without a play button or timeline. If I click on the box the video will play beautifully as expected, but I can’t assume my audience will know to do that. Any help on this matter would be appreciated.

    Thanks!

    #379930

    Hey!


    @Sigmund
    : Please give us a link to the actual page. Try to use the Simple Image Sizes plugin then adjust the thumbnail sizes. Regenerate the thumbnails.

    Best regards,
    Ismael

    #379677

    In reply to: Shop image problem

    Hmmmm strange…something is going on with the server I guess. Yes I cleared cache, Yes I regenerated thumbnails.

    #379660

    Thank you, Elliot.

    Here’s a link to the page Photography.

    My screen is 1920 x 1200. If you maximize the browser window and scroll down the page, you can see where portrait oriented images stop stretching to the width of the column. It seems that each thumbnail has its max-width set to 100%. I’m thinking if I could pull in larger images, the problem would go away.

    Thanks!

    #379592

    In reply to: Shop image problem

    Hi!

    did you already clear your browser cache? How did you regenerate your thumbnails? Try to use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    I can’t open your website:

    Regards,
    Andy

    #379421

    Hey Yigit,
    the 136×136 / 660x660px / regenerate Thumbnail trick helps. Thanks. But now the images in the Katalogbilder Übersicht are blurry. Any idea?

    Regards

    #379420

    Hey Yigit,
    the 136×136 / 660x660px / regenerate Thumbnail trick helps. Thanks. But now the images in the Katalogbilder Übersicht are blurry.

    #379380

    I have used this to remove the border on the thumbnails but for some reason the border stays on the larger image when you have the gallery set up with big image and thumbnails under?

    #379371
    This reply has been marked as private.
    #379242

    Hey!

    you need to make sure that all your thumbnails are the same size. After you have uploaded them with exactly the same size use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Andy

    #379179

    Topic: Shop image problem

    in forum Enfold
    elames
    Participant

    On this page: http://sharprockvineyards.com/wp/product/cabernet-franc/

    The code for the image shows this style. But I set the image size in Woo Commerce as 300 x 300. I regenerated my thumbnails. Why is it still the this size. It is too large.
    What else should I do?
    Thank you!

    element.style {
    left: 0px;
    top: 5px;
    overflow: hidden;
    display: block;
    height: 387px;
    width: 397px;
    }

    #379004
    richardupshur
    Participant

    I have certain portrait layout images that don’t fill the width of the gallery columns when the browser width is stretched out. Is there a way to change the thumbnail sizes loaded into the gallery?

    Example:
    here

    Works okay when the browser is narrower:
    here

    • This topic was modified 11 years, 2 months ago by richardupshur.
    #378741
    czaz
    Participant

    Hallo Zusammen,

    wir würden gerne das “Große” Beitragbild deaktivieren da unsere Bilder im Beitrag angezeigt werden sollen.
    Somit soll das Beitragsbild nur als “Thumbnail” verwendet werden
    Bild Website

    Viele Grüße
    czaz

    #378615

    Thank you for your answer!

    The code works, but the result is that the gap for the rightmost thumbnails also increase.
    But I’ve got the solution already. Since i also posted my question on the comment page on themeforest.net, your colleagues gave me the following code which does the job.

    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-right: 30px;
    margin-bottom: 30px;
    }

    .av-masonry-container {
    width: 103.5%;
    }

    Thank you for your help anyway :)

    Max

    • This reply was modified 11 years, 2 months ago by maxluijben.
    #378579
    anitademla
    Participant

    Hi, I want to grab the first image from the blog post entry if there is no featured image associated with the blog article.

    How can I do this?

    #378438

    At Green Cup Design (go to http://greencupdesign.com/portfolio and select for Graphic Design) I’m replacing small images with images at least 500px sq, if not 2000 px. Still, the thumbnail is cut off. What gives?

    #378416

    http://veronicakirin.com

    You shouldn’t have a problem. What’s your IP?

    Also, I’m having similar trouble with http://greencupdesign.com/portfolio – I’m replacing small featured images with larger ones, but the thumbnail grid is still off. I tried regenerating. Is there a way to force the thumbnail grid to be a certain size?

    #378189

    I tried adding the code but when I do that, it hid the featured image.
    This is what I did:

    /*
    * retrieve slider, title and content for this post,…
    */
    $size = strpos($blog_style, ‘big’) ? (strpos($current_post[‘post_layout’], ‘sidebar’) !== false) ? ‘entry_with_sidebar’ : ‘entry_without_sidebar’ : ‘square’;

    if(!empty($avia_config[‘preview_mode’]) && !empty($avia_config[‘image_size’]) && $avia_config[‘preview_mode’] == ‘custom’) $size = $avia_config[‘image_size’];
    $current_post[‘slider’] = featuredImgAttribution(); get_the_post_thumbnail ($current_post[‘the_id’], $size);

    if(is_single($initial_id) && get_post_meta( $current_post[‘the_id’], ‘_avia_hide_featured_image’, true) ) $current_post[‘slider’] = “”;

    $current_post[‘title’] = get_the_title();
    $current_post[‘content’] = $blog_content == “content” ? get_the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’) : get_the_excerpt();
    $current_post[‘content’] = $blog_content == “excerpt_read_more” ? $current_post[‘content’].'<div class=”read-more-link”>‘.__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span></div>’ : $current_post[‘content’];
    $current_post[‘before_content’] = “”;

    /*

    • This reply was modified 11 years, 2 months ago by p_lo84.
    #378049
    brianwelsh
    Participant

    Hi,

    I posted this a couple of days ago and it maybe no one in Support saw it as a pile of others came in after this in a short space of time:
    ***********************************************************************************************************************************************
    Hi,

    I have a very simple Gallery where I need the individual images to link to pages on the site.

    I have downloaded the WP Gallery Custom Links plugin and that now enables me to add the URLs to the images but they don’t work? For now I have added:

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

    to the bottom of Functions.php located in the Enfold theme folder.

    I have followed a few threads about this but I haven’t seen anyone confirm that it works.

    Any help would be appreciated.

    Kind regards,
    Brian

    #378046
    maxluijben
    Participant

    Hi there,

    I was wondering if you could help me with the following question.

    I have bought the Enfold theme a while ago, and I was wondering if it’s possible to increase the gap size between the thumbnail images for the masonry portfolio. Currently i’m already using the largest gap according to the ‘gap between elements’ feature in the visual composer, but i would like it to be even larger. I’ve been trying to do it myself by using CSS, but i couldn’t figure out which code to adjust.

    Could you tell me how i increase the gap size, or even better, what CSS code is needed?

    Thanks in advance.

    #377898

    Hey bryan1976!

    Thank you for using Enfold.

    Try to increase the column count to decrease the image size on WooCommerce > Settings > Products > Column Count. Decreasing the thumbnail size alone won’t do because the image will still inherit the size of the column container.

    Best regards,
    Ismael

    #377806
    brianwelsh
    Participant

    Hi,

    I have a very simple Gallery where I need the individual images to link to pages on the site.

    I have downloaded the WP Gallery Custom Links plugin and that now enables me to add the URLs to the images but they don’t work? For now I have added:

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

    to the bottom of Functions.php located in the Enfold theme folder.

    I have followed a few threads about this but I haven’t seen anyone confirm that it works.

    Any help would be appreciated.

    Kind regards,
    Brian

    #377710

    Hi!

    Did you regenerate the thumbnails after doing the change?
    https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Josue

    #377661

    Thank you!

    It worked!

    One last thing. I’m trying to use a plugin called featured image attribution. This is necessary for me when I use CC licensed pictures. According to the instructions, I need to insert the following:

    You need to find the places in your theme’s template files where you use the Featured Image (you can probably accomplish this by searching for get_the_post_thumbnail and get post thumbnail throughout your theme). Then, right after your theme displays the Featured Image in those places, add this bit of code: <?php featuredImgAttribution(); ?>.

    Where can I find the get_the_post_thumbnail code to insert this code?

    Thank you so much for your help!

    #377546
    Renzo
    Participant

    Hello,

    I m trying to use galerie in ajax portfolio and I have the following problem.
    I don’t want the big pictures above the little preview so in my portfolio post, in “display preview images” I’m using the setting “don’t show the images at all and display the preview text only”

    In the “Add preview text” field, I put this galerie shortcode : [av_gallery ids='510,509,507,508,505,506,504,502,503,501,499,500,497,498,496,495,494,492,493,491,489,490,488,486,487,484,485,483,481,482' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='square' columns='8' imagelink='lightbox' lazyload='deactivate_avia_lazyload']

    The galerie displays in the post, but always in 5 columns, even if I change the number off columns in the shortcode… I can’t have a different number off columns. If I put the same shortcode in the main wysiwyg field of the post, it works normaly, the display bug is only with the ajax preview.

    Thanks by advance for your help.
    Best regards

    #377535

    Hey!

    Your using the Woocommerce product widget there correct? It resizes the images to 90×90 so they will all display square anyway. You can try posting on the Woocommerce support to see if there is an easy way to have the widget display images in their fullsize instead of thumbnails.

    Cheers!
    Elliott

    #377466
    Snerp
    Participant

    It seems the latest version of TinyMCE Advanced does not work with this theme. I have used TinyMCE Advanced in the past with Enfold and it has worked no problem, so I’m not sure as to why this is no longer working. I have turned all other plug-ins off to see if any of these where causing any problems but the issue persists regardless in the advanced or default editor. Do you know of any issues?

    Another mystery is when I try to add an image from the media library to a text block or any other visual editor addition, I only see a default placement thumbnail and not the image thumbnail. Yet when I go the the library itself the image thumbnail appears. I also turned off all the plug-in to see if this may be the cause, and they were not as the issue remains.

    Any ideas or suggestions.

    • This topic was modified 11 years, 3 months ago by Snerp.
Viewing 30 results - 7,201 through 7,230 (of 10,097 total)