Viewing 30 results - 2,251 through 2,280 (of 10,096 total)
  • Author
    Search Results
  • #1108851
    Jillian
    Participant

    I’m trying to figure out how I can make the thumbnail show on a password protected page. Now I see this lock. I just want to see the featured image.

    #1108552

    I want to clarify the above after looking at the wordpress file. These are “galleries” and when you click on each image, they are supposed to open up a gallery of images.

    Additionally, I see this page (below) also isn’t functioning now: Instead of opening in lightbox, this opens to the single image file. It is set to “big images with thumbnails below” These should just be changing in large image at the time on each click. As mentioned, I changed the Yoast setting back to NO.

    #1108060
    Projectum
    Participant

    Hey guys,

    Cannot set the round image boxes of the testimonials into squared boxes.

    I added this code to Quick CSS but still won’t work:

    /* Tamaño imagen de los testimonials
    .avia-testimonial-image, .avia-testimonial-image img { width: 200px; height: 89px; }
    
    /* Forma imagen de los testimonials
    .avia-testimonial-image {
      border-radius: 0px !important;
    }
    .avia-testimonial-image img {
      border-radius: 0 !important;
    }

    I also used a plug-in to regenerate thumbnails, but wasn’t succesful. My desired size is 200 px * 89 px on squared boxes.

    Any tips more than welcome, and thanks in advance!

    #1107468
    This reply has been marked as private.
    #1107450

    In reply to: Enfold – Woocommerce

    Hi,

    Thanks for the update.

    You can change the default product image size in the Appearance > Customize > Woocommerce panel. Look for the Product Images > Thumbnail width field. The default thumbnail size is set to 300px.

    Best regards,
    Ismael

    #1107309

    Topic: Gallery not working

    in forum Enfold
    finchkelsey
    Participant

    Hey,
    Something is up with the gallery..no matter what setting I choose..nothing changes.

    I have this one set to portfolio for large image, square for thumbnail and lightbox..non of this occurring..thoughts?

    Thanks

    i have turned off plugins to now change and wp and theme are up to date.

    #1106422

    Yes, but it seems to still be pulling from the title tag — the script seems to just duplicate the alt tag to the title field, and the captions still pull from the title — I was asking if you had a snippet that would actually pull from the alt tag, so I could maybe get rid of the titles and thereby avoid having the tooltips pop up over the thumbnails.

    #1106179
    Autostopowicz
    Participant

    Hi

    Is it possible to have one image (not thumbnail but a regular picture) opening (after clicking) a lightbox gallery that does not include that image? The gallery should not be visible anywhere on the page.

    I have found some posts in similar topic:
    https://kriesi.at/support/topic/open-gallery-from-a-link-or-sigle-image/
    https://kriesi.at/support/topic/triggering-lightbox-gallery-with-link/

    but unfortunately they didn’t help.

    #1106161

    Hey axels1983,
    Sorry for the late reply, from the screenshot it looks like the plugin may be using the “thumbnails” image size, but I can’t be sure until I can login and examine the page better.
    But assuming that this is true, please try installing the plugin Simple Image Sizes and find the image size option in the WordPress > Dashboard > Settings > Media > Media Settings and adjust the thumbnails size from 80×80 to the size you wish. Then use the image regeneration option at the bottom of the same page to rebuild your images.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1106159

    In reply to: Enfold Image Sizes

    Hey Jasmer,
    Sorry for the late reply, WordPress creates these sizes by default:
    Thumbnail
    Medium
    Medium Large
    Large
    But your site may not use all of these.
    The rest are created by Enfold, to help work smoothly, but typically multiple image sizes are available in the page for each size to help with screen sizes, so if one is not available the browser will get the next size.
    The easiest way to choose which ones you want to use is to use the plugin Simple Image Sizes. So if you are not using the woocommerce shop you can uncheck those or set their size to zero, the same for other sizes.
    You can also choose to not use a size, and then choose to use it in the future by using the image regeneration option in the plugin.

    Best regards,
    Mike

    #1106156

    Thanks, Victoria. Actually, Guenni007’s script seems to duplicate the alt tag to the title tag, if the title tag’s left blank. But that causes the tool tips to show when hovering over thumbnails in the masonry gallery. What I really need is to somehow have the lightbox actually pull the captions from the alt tags, so I can leave the title fields blank and thus prevent the tooltips from showing. Do happen to have a function or filter that tells the lightbox captions to pull from the alt tags instead of title tags?

    Thanks again!! Here’s an example of the galleries I’m working on http://l2f.0b8.myftpupload.com/natural-and-organic-oil-paintings/

    Hey LUISCANAL,

    Please have a look at our docs here

    Best regards,
    Victoria

    #1105871
    peanutgraphic
    Participant

    I built a site (https://www.ashfoxphotography.com/blog/) on a staging server – and then exported the site – and then imported it onto it’s live server – and lost almost all of the featured images.

    I’ve tried regenerating the thumbnails – but – that doesn’t seem to bring them back ….

    Help.

    WP: 5.2.1

    Enfold: 4.5.7

    #1105730

    Hey Ivana,

    Try this:

    Login To Your WP Dashboard.
    Go to Settings and then, Media.
    Here you will find 3 various image sizes: thumbnail, medium, large. Decide which image sizes you won’t be using and then set those sizes to 0.
    Update and save your new settings.

    By adding 0 to unwanted sizes that should prevent those from generating.

    Best regards,
    Jordan Shannon

    Hi,

    Thank you for using Enfold.

    Looks like it is selecting a smaller thumbnail because of the srcset attribute. You can add this code in the functions.php file to disable that attribute.

    add_filter( 'wp_calculate_image_srcset', 'avf_disable_srcset' );
    function avf_disable_srcset() {
        return false;
    }

    Best regards,
    Ismael

    gianazzi
    Participant

    Good Morning.
    Would it be possible to manage settings/css in order to not show thumbnails for a category and to show them for another one, in sliders in Home Page?

    See http://www.ticass.it, e.g. thumbnails yes for category “In evidenza” and thumbnails no for cateogry “news”.

    Thank you very much

    #1105493
    antoniszar
    Participant

    Hello,

    I am new to this so I apologize in advance for any nooby mistakes. I customized the Enfold theme on WordPress on localhost. Then, I exported the database in order to import it afterwards on GoDaddy’s server. I then found out that, aside from the menu scripts and the thumbnail, everything is lost. I cannot see the logo that I uploaded neither the structure of the theme, I just get the basic WordPress theme. Please help me!

    Best,

    Antonis Zarafonitis

    #1105432

    In reply to: Resize Shop Thumbnail

    Hi,

    Thanks for the update.

    We added the code in the functions.php file and it seems to be working properly. The size of the product thumbnail in the catalogue page is 200x300px while retaining the actual thumbnail size in the single product pages.

    Best regards,
    Ismael

    #1105212

    Victoria, his question has nothing to do with blurry images in general, so your link is not helpful at all.


    @paullindqvist

    I had the same issue and the solution is, that you need to define a special thumbnail size in your Instagram widget. I chose “large” and the the images are not blurry any longer.

    #1105188
    axels1983
    Participant

    Hi, I was told by plugin Simple auction author that watchlist & ending soon thumbnail image size is controlled by Theme. Can you advise how can i increase image size please. https://ibb.co/Lv0CNzJ

    #1105166

    Topic: Enfold Image Sizes

    in forum Enfold
    Jasmer
    Participant

    Hello,

    I have a client that needs to compress 35,000+ images with the tinypng plugin.

    There are many image size versions in this installation and I find several articles on the web suggesting we should deselect some of the generated image sizes in the list to save space. However, doing so could break pages or posts on this site. I know the images sizes that are generated are designed so everything will just “magically work”.

    I have two questions:

    1. How many images sizes does Enfold place by default? I see 20 in my WordPress dashboard (see screenshot). I imagine some are WordPress default and some are Enfold default. Can you tell me which are which?

    2. Is there a way to determine which images sizes are unnecessary or not currently used by the theme or this particular website? Is there a plugin for that? Or, are they all necessary if you want the site to work smoothly? For example, if I am not using Enfold for an e-commerce site could I deselect from being generated Shop Thumbnail, Shop Catalog, Shop Single?

    3. Can someone please give me a verbose explanation of how this works and the best method of dealing with this? The goal is to, upon image upload, only generate necessary image sizes while making certain necessary image sizes are generated so the site functions smoothly.

    This is not typically an issue, but this site has 35,000+ images.

    https://www.dropbox.com/s/aswlyubfpm3m0z7/Screen%20Shot%202019-05-23%20at%203.42.16%20AM.png?dl=0

    Thanks,

    Jas

    Vindewin
    Participant

    Goodday,

    My pictures keep being blurry in Woocommerce single product page because it using this aspect of 100×100. I tried changing it in costomizer and in media, both have no effect. This is a enfold thing because with other themes this problem doesnt occur.

    Regards,
    Vincent

    #1104792

    Topic: Portfolio Grid

    in forum Enfold
    bramblejam
    Participant

    Hi

    I am using the portfolio grid in the AJAX portfolio mode, and it looks great. However I have one question – would it be possible to remove the lighbox activation when you click on the gallery thumbnails ie just let the main image change when you mouseover the thumbnails and deactivate the onclick lightbox.

    Thanks for your help.

    #1104730

    In reply to: Resize Shop Thumbnail

    Hi,

    Sorry for the confusion.

    Try to add a conditional function to the “woocommerce_get_image_size_thumbnail” filter.

    add_filter( 'woocommerce_get_image_size_thumbnail', function( $size ) {
        if( ! is_singular('product') ) {
            return array(
                'width'  => 200,
                'height' => 300,
                'crop'   => 0,
            );
        }
    
        return $size;
    } );

    This should only set the width to 200px on catalogue or product archive pages.

    Best regards,
    Ismael

    #1104675

    Hi,

    Wir möchten uns für die verspätete Antwort entschuldigen.

    Are you referring to the lightbox images? The lightbox script is using the “large” thumbnail version of the images by default. If you want to adjust that, go to the Settings > Media panel. Look for the “Large” thumbnail, adjust the width and height and then regenerate the thumbnails. You can use this plugin for that.

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

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    You should be able to select the thumbnail size in the “Slideshow Image Size” settings. However, we’re not sure why it doesn’t work or display the actual thumbnail in your installation.

    Anyway, you should consider resizing the images based on the standard screen resolutions.

    // http://gs.statcounter.com/screen-resolution-stats

    Best regards,
    Ismael

    #1104389

    Hi,

    Thanks for the update.

    Looks for this code around line 709:

    $output .= !empty($excerpt) ? "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt."</div>" : "";
    

    Replace it with:

    $acf_provacat = get_field('provacategorie');
    $output .= "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt.$acf_provacat."</div>";
    

    That should render the value of the provacategorie inside the excerpt container. If you want to place another custom field below the feature image, look for this line:

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
    

    Just assign the custom field in a variable and render it inside the container as shown above.

    Best regards,
    Ismael

    rainert
    Participant

    Hi Enfold Support Team,

    I’d be grateful, if you could help me to resolve a problem regarding your “Masonry | Portfolio Entries” feature.

    Please have a look at the following page on my DemoSite [Neubau > WA Übersicht (PF | Classic]. Within my settings you’ll see, that only the portfolio categories (WA Bludenz, WA Bregenz, WA Dornbirn, WA Feldkirch) should be displayed (note: if you do have a look at my “portfolio items”, you’ll note, that only 3 items meet this condition). As long as the user looks at the “portfolio overview” page, everything looks fine.

    Now let’s assume, that a user does click on the first portfolio item thumbnail (Wohanlage “Am Bächle” | Bregenz). When you do hover over/click on the “Portfolio Nav Arrow” on the left hand side, you’ll note, that there’s shown a link to a portfolio entry called “Classic Single Entry”, which actually has been assigned the portfolio category “Design”. Why is this portfolio entry displayed (accessible to the user), although it doesn’t meet the above mentioned condition? Am I missing something?

    Thanks in advance for your efforts.

    Best regards,
    Rainer

    #1103720

    Hey,

    There was a missing closing curly bracket in your custom CSS code. I added it and switched the code to following one

    .av-magazine-thumbnail img {
        width: 100%;
    }

    Please review your website :)

    Regards,
    Yigit

    Jandabi
    Participant

    Yesterday I tried out the Masonry Gallery for the first time. I uploaded some of my images which are all set to 1500px wide and below 500kb in size. When I checked the gallery I saw that the images were shown correctly with their native resolution and file size when clicking on them. I saved them with right click and checked the file size. They were exactly the size I uploaded them. Unfortunately the thumbnail previews in the masonry gallery all looked like they had very low resolution. So I did some research and found out that I can change the value with a plugin called “simple image size”. I installed it and changed the value for the masonry setting from 705px to a higher value. Then I generated the thumbnails new. First it looked like everything worked fine but when I looked at the image files which you see when clicking on a thumbnail I saw that now all images were resized by WordPress to a lower resolution but with larger file size. Now all the images are 1024px and around 700kb in size. I deactivated the plugin and checked if the images went back to their native resolution. But this wasn’t the case. I then deleted the plugin and reuploaded all images again. When I check the images in the media library they all show their native resolution of 1500px and less than 500kb size. Then I created a new masonry gallery and put the newly uploaded images in there hoping they would show up in their original size again. But still the images were somehow resized by WordPress. I don’t understand why?
    At the very first time I used the masonry gallery I could use them in their native resolution. And now they are always resized but I don’t know why.
    Also if I change the value for “large image” to 1500px, WordPress doesn’t leave the files at their native size. It takes the 1500px original file and resizes it to a 1500px file which is over 1 Megabyte in file size. This makes no sense at all. Why does it still change an image if the aspect ratio is already correct?
    I want to use my 1500px files which are less than 500kb each and don’t want WordPress to resize them everytime to a larger file size.
    Please tell me what setting I am missing.

    Best regards

Viewing 30 results - 2,251 through 2,280 (of 10,096 total)