Viewing 30 results - 2,341 through 2,370 (of 10,096 total)
  • Author
    Search Results
  • Court_2
    Participant

    Haven’t posted a blog for a few months and now when I did, I’m having problems getting it to show like the ones posted earlier. Running the latest versions of WP and Enfold and using ALB. My single post settings are these:
    Single Post Style: Single post with big preview image (featured image)
    Related Entries: Show Thumbnail and post title by default
    Blog meta elements: author, date and category are selected
    Share links at the bottom of your blog post: all selected

    This link shows how the earlier blogs (before Gutenberg) posted:

    This link shows how blogs post now:

    Issues:
    1) The excerpt on blog that used to work is now not showing up anymore unless I add it manually. Added it manually to the latest post.
    2) The featured image does not show up at the top of the blog post anymore.
    3) The title doesn’t show up at the top of the blog post anymore.
    4) The date/category/author don’t show up at the top of the blog post anymore.
    5) No share links show up at the bottom of the blog post anymore.
    6) No related entries show up at the bottom of the blog post anymore.
    7) No comment option shows up at the bottom of the blog post anymore.

    Updates are supposed to make things easier, now it seems that a lot things should be done manually, which is not progress but regress and more time consuming.

    tonyiatridis
    Participant

    So I’m building out a new website for a new client, and we have a portfolio grid which is set with the link handling to use the Ajax Portfolio layout: Simple enough please see here:

    Now click any one of the thumbnails and it displays a very nice slideshow and an area to the right with what is entered as the Preview text on the portfolio item itself appearing.

    But … now the client loves the idea but is going to put a lot of info in the right panels and wants the layout to be one half the slideshow and one half the preview text area.

    This defaults to a 2/3 – 1/3 layout, I wonder if there is a way to change this with css or php?

    Thanks so much.

    Tony

    #1091367

    Hi,

    Did you adjust the size of the lightbox thumbnails? It’s not supposed to display that big. Anyway, we adjusted the css code so that the whole image is visible above the fold. Don’t forget to purge or remove the cache before checking the page.

    .mfp-wrap .mfp-content {
        vertical-align: top !important;
    }
    
    .mfp-wrap {
        max-height: 100vh;
        top: 10vh !important;
    }
    
    .mfp-wrap .mfp-container {
        max-height: 80vh;
    }
    
    .mfp-wrap img.mfp-img {
        height: 100%;
    }

    Best regards,
    Ismael

    #1090712
    tamerax
    Participant

    Hello
    I have a series of image boxes that are used to display documents. When you click on them, they open in a lightbox but they open fairly small still and we need to be able to zoom in and read the text.
    I followed some instructions here about adding a bit of code to open in fullsize to my functions.php file plus I set my Settings – Media large photos to 5000 x 5000 and regeneated my thumbnails. I also made sure the attachments were set to open to full size. This still doesn’t open the images to be large enough to be visible or have a zoom/magnify.
    hen I do right-click view image, it does open the original image which can be zoomed in.

    Please advise.

    #1090579
    Daniel
    Participant

    Hey!

    I’m trying to get an overlay on thumbnail images of a gallery. The gallery looks like this http://up.strila.nl/d12047 and my desired result is this http://up.strila.nl/39e0c3, so with the pink + sign in the center of the image. I’ve tried several CSS options but I’m not getting any good results.

    Can you help me get this right?

    Thanks! Daniel

    #1090083
    michkoel
    Participant

    Hello,
    on my homepage some thumbnails are qualitatively very bad in color. As soon as an image is opened via the link on the preview image, the color of the images becomes again. What can I change here, that the quality of the preview image is.
    Is anyone able to help me?
    Many Thanks.

    #1088929
    browning_jeff
    Participant

    Hi there-

    We’re trying to remove the “Read More” from WooCommerce product overview pages. I found the following about the blog pages here but of course it doesn’t seem to apply to the WooCommerce product catalog views with product thumbnail pages. (https://kriesi.at/support/topic/enfold-how-to-remove-the-read-more-button/).

    Any suggestions on how to remove from the product pages we’re building as well would be much appreciated.

    thanks!

    #1088717
    abregy
    Participant

    Hi guys
    I would like to insert a single-column gallery in which the images should have the maximum width you have in the original. I have chosen in the option gallery thumbnail size: no scaling. It will be enlarged anyway. What would I have to adjust or change?
    Thanks for the help

    #1088117

    In reply to: Featured image size

    Hi,

    The minimum image size should be same as the size of the specified thumbnail for the posts, so that would be 1210px or 845px. In one of your posts, the size is only 400px, so it’s quite blurry because it has to inherit to the width of the blog container. The following image optimization tips should help.

    // https://kriesi.at/archives/4-key-wordpress-image-optimization-tips

    Best regards,
    Ismael

    fw100
    Participant

    I need larger post thumbnails in the blog sidebar (those thumbnails on the screenshot below). Many thanks in advance for a hint!
    How to enlarge thumbnails?

    • This topic was modified 6 years, 12 months ago by fw100.
    #1086455
    paullindqvist
    Participant

    Hi!

    I have a problem with the Enfold Instagram widget not displaying thumbnails correctly. They are too big and pixelated.

    see http://namami.se/ (close to the bottom of the page)

    Thanx!

    #1086359

    Hi,

    You should be able to change the default image size used in the magazine element with the “avf_magazine_settings” filter.

    /* magazine thumbnails  */
    add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2);
    function avia_magazine_thumbnail($atts, $magazine){
        $atts['image_size']['small'] = 'medium'; 
        $atts['image_size']['big'] = 'masonry';
    return $atts;
    }

    Default thumbnail sizes or values in the image size array are “thumbnail” and “magazine” respectively.

    Best regards,
    Ismael

    tonyiatridis
    Participant

    Hi,

    I can’t find a downloadable demo that shows this (hoping there is one), and have been wracking my brain trying to figure how you set up the the 2/3 Slider Ajax Single Portfolio here:

    Which is exactly what my client wants. So perfect. Another Enfold license for sure this will sell them.

    screenshot here:

    http://nycartdirector.com/wp-content/uploads/2019/04/two-thirds-ajax-slider-portfolio.jpg

    Wherein a thumbnail in a portfolio grid pops up on top of same grid with a slider on the left and an accordion on the right (with some text above it) and those two pieces are contained within a light grey box. Plus top right navigation, Brilliant.

    Thanks so much,

    Tony

    #1085245

    Hey Westfalenwerbung,

    Thank you for using Enfold.

    The lightbox renders the “Large” thumbnail version of the source image. You can adjust the size of that thumbnail from the Settings > Media panel. Use the following plugin to regenerate the thumbnails after the adjustment.

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

    Best regards,
    Ismael

    #1085243

    Hey Digilocker,

    Thank you for using Enfold.

    Is the site live? Please post the page url so that we can check the elements. Have you tried changing the element’s “Preview Image Size” settings to the second option? That option will enable you to select a different thumbnail.

    Best regards,
    Ismael

    #1085168

    Anytime soon? For mobile use, using a thumbnail slider is a lot more compact than creating new rows thumbnails.

    #1085079
    apajo
    Participant

    We’re trying to figure out how to create “labels” which are displayed on top of the thumnail pictures of posts in a gallery type grid.
    Please see the example here:

    View post on imgur.com

    Is it possible on enfold?

    • This topic was modified 7 years ago by apajo.
    #1085044

    Hey Alexander,

    You can find it in line 87 (Enfold 4.5.5) in the same file:

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

    you’ll find this comment below in line 115-117:

    /*
     * Now extract the variables so that $current_post['slider'] becomes $slider, $current_post['title'] becomes $title, etc
     */
    extract($current_post);

    Best regards,
    Nikko

    #1084964
    FayeMcC
    Participant

    Hello
    Please can you let me know the size/dimensions i should use for images for use with the Fullscreen image slider – so that i can use original sizing (width and height) not the 1500 x 1500 setting?

    Or to put it another way what is the best setting to use on full screen slider so that images look their best? I can’t find out what the best image ratio to use is?…or any guidance on image sizing/dimensions.

    …there is plenty on the thumbnails created but not wha the original image should be.

    Many thanks

    Faye

    #1084950

    Hi,
    Did you try leaving the fields for the size blank and change the drop down to no cropping, and then Regenerate Thumbnails?
    As you see from my screenshots above it worked for me.

    Best regards,
    Mike

    #1084913

    Hi,
    Sorry for the late reply, you can change the size of the image using this plugin: Simple Image Sizes
    So I tried to choose the same example post as yours from our demo
    2019-03-30-115527
    Then I looked for the same image size in the new image size options at WordPress > Dashboard > Settings > Media > Media Settings
    The size of both of our images is 845 x 321
    2019-03-30-120208
    Now change it to the size you want it to be, I wanted it you be full size so I left the fields blank and set croping to “No
    2019-03-30-120940
    Then go to the bottom of the page and “Regenerate Thumbnails
    2019-03-30-121629
    Now my image is full size:
    2019-03-30-121815
    If you change your mind, just enter the old size again and “Regenerate Thumbnails” again.
    Please give this a try.

    Best regards,
    Mike

    #1084683

    Hey Jordan,

    Well, to help clarify, I changed the thumbnail size to be 150×100 instead of 80×80 and regenerated all of the image sizes but I didn’t realize the testimonial widget was also pulling that image. You can see further down the page starting with “Anonymous Grandville Center, March 2019” the cropping issue (I updated the image for the first few so the client wouldn’t notice). I need that image to be square instead. How do I go about changing that?

    Hi,

    Thanks for the update.

    Then they block the account until you contact them

    You should probably move to a different host then. They should know how WordPress handles images. Are you uploading images on a regular basis?

    Enfold however kicks that up to 12+

    A default theme doesn’t offer new elements or shortcodes, so it doesn’t really need that many thumbnails. The theme on the other hand has to generate thumbnails for a slider, color section, masonry, portfolio items etc. I’m sure you get the point.

    rather than recommending child themes and functions hacking and adding third party plugins

    Using the child theme to override existing functions is not “hacky” nor using a third party plugin. That’s how WordPress works. Why would you develop something from scratch if there is an available tool out there that can do the same thing?

    for instance Enfold adds sizes for portfolio, if I am not a photography site I probably wont have a portfolio section and I am likely to never use portfolio image sizes so I don’t need the portfolio size images generated

    We provided you with a filter that can do just that. You can also use a third party plugin if you don’t want to get into coding or use a snippet in the functions.php file.

    Best regards,
    Ismael

    #1084529
    Digilocker
    Participant

    Hi, I’ve been working on the portfolio page for my new site. I set the main display to use 3 different aspects, for the ultra wide and tall effect which I think looks great.

    However on the other elements (such as the post slider) it’s not possible to use styling options such as the round thumbnails because even if I set them as squared, they will be stretched.

    Is there any known workaround for this, noticed a plugin for multiple or dynamic featured images, but not sure if they could break anything?Issue

    Thanks for any help!

    #1084366

    In reply to: Featured Image -Posts

    Hi,

    You can add the “avf_modify_thumb_size” filter in the child theme’s functions.php file to adjust the size of the existing thumbnails.

    Example:

    add_filter( 'avf_modify_thumb_size', 'avf_modify_thumb_size_mod', 10, 1 );
    function avf_modify_thumb_size_mod( $size ) {
      $size['entry_with_sidebar'] = array('width'=>845, 'height'=>475);
      return $size;
    }

    Best regards,
    Ismael

    #1084311
    CurlyHost
    Participant

    So, I wanted the thumbnails to be a different ratio on the blog page so I changed it here:

    https://www.neurocorecenters.com/blog

    What I didn’t realize is that it changed it for the testimonials as well – in this area instead of using the thumbnail size I was hoping to use the square 300×300 image size in there:

    https://www.neurocorecenters.com/testimonials-reviews-client-success-stories

    What should I add in my functions to swap out which image size gets called for that?

    #1084258

    edit… I also checked the wp retina 2x plugin logs and saw that there is a simple dot(current directory=>unnecessary) in some of the file paths…

    for instance:

    …..
    2019-03-28 17:31:52: [ERROR] Retina for large could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 2060×1366.
    2019-03-28 17:31:52: Base for widget is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-36×36.jpg’.
    2019-03-28 17:31:52: Retina for widget already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: Base for square is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-180×180.jpg’.
    2019-03-28 17:31:52: Retina for square already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: [ERROR] Retina for featured could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 3000×860.
    2019-03-28 17:31:52: [ERROR] Retina for featured_large could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 3000×1260.
    2019-03-28 17:31:52: [ERROR] Retina for extra_large could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 3000×1990.
    2019-03-28 17:31:52: Base for portfolio is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-495×400.jpg’.
    2019-03-28 17:31:52: Retina for portfolio already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: Base for portfolio_small is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-260×185.jpg’.
    2019-03-28 17:31:52: Retina for portfolio_small already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: [ERROR] Retina for gallery could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 1690×1368.
    2019-03-28 17:31:52: Base for magazine is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-710×375.jpg’.
    2019-03-28 17:31:52: Retina for magazine already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: Base for masonry is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-705×468.jpg’.
    2019-03-28 17:31:52: Retina for masonry already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: [ERROR] Retina for entry_with_sidebar could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 1690×1120.
    2019-03-28 17:31:52: [ERROR] Retina for entry_without_sidebar could not be created. Full-Size is 1600×1061 but Retina requires a file of at least 2420×846.
    2019-03-28 17:31:52: Base for shop_thumbnail is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-120×120.jpg’.
    2019-03-28 17:31:52: Retina for shop_thumbnail already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: Base for shop_catalog is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-450×450.jpg’.
    2019-03-28 17:31:52: Retina for shop_catalog already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:52: Base for shop_single is ‘/home/.sites/804/site951/web/wp-content/uploads/./Schmetterling-1-450×298.jpg’.
    2019-03-28 17:31:52: Retina for shop_single already exists: ‘/home/.sites/804/site951/web/wp-content/uploads/./S (Email address hidden if logged out) ‘.
    2019-03-28 17:31:53: * DELETE RETINA FOR ATTACHMENT ‘alte-postkarte.jpg’
    2019-03-28 17:31:53: Deleted (Email address hidden if logged out) ‘.
    2019-03-28 17:31:53: Deleted (Email address hidden if logged out) ‘.
    2019-03-28 17:31:53: Deleted (Email address hidden if logged out) ‘.
    2019-03-28 17:31:53: Deleted (Email address hidden if logged out) ‘.
    2019-03-28 17:31:53: Deleted (Email address hidden if logged out) ‘.
    2019-03-28 17:31:53: Deleted (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: * GENERATE RETINA FOR ATTACHMENT ‘alte-postkarte.jpg’
    2019-03-28 17:31:54: Full-Size is alte-postkarte.jpg.
    2019-03-28 17:31:54: Retina for thumbnail created: (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: Retina for medium created: (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: [ERROR] Base file for ‘medium_large’ does not exist.
    2019-03-28 17:31:54: [ERROR] Base file for ‘large’ does not exist.
    2019-03-28 17:31:54: Retina for widget created: (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: Retina for square created: (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: [ERROR] Retina for featured could not be created. Full-Size is 650×520 but Retina requires a file of at least 1300×860.
    2019-03-28 17:31:54: [ERROR] Base file for ‘featured_large’ does not exist.
    2019-03-28 17:31:54: [ERROR] Base file for ‘extra_large’ does not exist.
    2019-03-28 17:31:54: [ERROR] Retina for portfolio could not be created. Full-Size is 650×520 but Retina requires a file of at least 990×800.
    2019-03-28 17:31:54: Retina for portfolio_small created: (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: [ERROR] Base file for ‘gallery’ does not exist.
    2019-03-28 17:31:54: [ERROR] Retina for magazine could not be created. Full-Size is 650×520 but Retina requires a file of at least 1300×750.
    2019-03-28 17:31:54: [ERROR] Base file for ‘masonry’ does not exist.
    2019-03-28 17:31:54: [ERROR] Base file for ‘entry_with_sidebar’ does not exist.
    2019-03-28 17:31:54: [ERROR] Retina for entry_without_sidebar could not be created. Full-Size is 650×520 but Retina requires a file of at least 1300×846.
    2019-03-28 17:31:54: Retina for shop_thumbnail created: (Email address hidden if logged out) ‘.
    2019-03-28 17:31:54: [ERROR] Retina for shop_catalog could not be created. Full-Size is 650×520 but Retina requires a file of at least 900×900.
    2019-03-28 17:31:54: [ERROR] Retina for shop_single could not be created. Full-Size is 650×520 but Retina requires a file of at least 900×720.
    2019-03-28 17:31:54: * GENERATE RETINA FOR ATTACHMENT ‘alte-postkarte.jpg’
    ….

    All the images that have a dot in their path, won’t display as their retina equivalent, but I don’t know how to reset this or fix it…

    Thank you again!

    birtev
    Participant

    Dear Kriesi-Team,

    after I switched from the classic editor to the Avia Layout Architekt recently in order to have a full width header photo, I don’t have thumbnails/snippets anymore in the blog layout. You’ll find an example under the link below.

    I’d really rather work with the classic editor again, to be honest, but then I would need to know how to get the image full width above text and sidebar widgets, just as I have in the latest posts (see links below).

    Would you happen to know a simple workaround for either or both of these problems?

    Best,
    Birte

    #1084078
    tijshensen
    Participant

    I’m using the Gallery element and looking for 2 extra options:
    -Insert a video to the thumbnails
    -If I set the Thumbnail Columns to 6 and I have 20 pictures, I would like to have the option to see all the thumbnails in one row, with scrolling options.

    An example:
    Gallery example
    https://www.coolblue.nl/product/796444/blaupunkt-bluebot-xsmart-vcbb1xs.html

    Is it possible to extend the Gallery with those options?

    • This topic was modified 7 years ago by tijshensen.
    #1083690

    In reply to: about lightbox

    I use “Code Snippets” plugin but I don’t understand how to transform this modification to apply, maybe so?

    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
       $lightbox	= wp_get_attachment_image_src($attachment->ID, 'full');
        return $link;
    }
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
Viewing 30 results - 2,341 through 2,370 (of 10,096 total)