Viewing 30 results - 1,981 through 2,010 (of 10,095 total)
  • Author
    Search Results
  • #1159797
    gianazzi
    Participant

    Hello team,
    would it be possible to have a white background here

    instead of a grey one, for the category slider thumbnails (e.g. for “Figura professionale” item, etc.)?

    Maybe adding a string under quick css?

    Thank you very much

    Stefano

    Hi,

    I’m sorry to keep on but I’ve tried everything you’ve suggested but literally nothing changes. I’ve cleared caches everywhee I can find them and regenerated the thumbnails more times than I can count.

    The images are showing as I need them too on the Gallery page, I just need the thumbnails in the blog lists and on the single post page to display in the same way.

    Really appreciate your patience and help.

    Cheers

    cab72
    Participant

    Hi There,

    I’m working with the Enfold Blog Grid layout and I’d like all the featured image thumbnails to be the same size – in order that the grid looks uniform. Is there a way to do this?

    I’ve included the page I’m working on in the ‘Private Content’ section.

    Many Thanks
    Carole

    #1159635

    Hi,
    Sorry for the late reply, currently the copyright is available for some images such as the featured image, if you add this css:

    small.avia-copyright {
        display: block !important; 
    }

    2019-11-24-122810
    but it would not be practical for all images such as thumbnails and small gallery images, where the text would be larger than the image. Although we could ask the dev team to consiter adding this for larger gallery and plain images.

    Best regards,
    Mike

    #1159591
    sitesme
    Participant

    Hi

    When I upload a logo, the theme automatically loads up the resized “medium” thumbnail logo, not the full size logo.
    This means that the logo quality is very low.

    Am I missing something here?

    Thank you

    #1159208

    Amazing,
    thanks for your help Mike :-)

    Remember when you told me that I could remove the featured image and adding it manually at the top of eac post?
    I did it. But by doing this I have lost the small thumbnails around the site. For example a post side bar widget (with small icons)

    I am not sure what the solutions is: Maybe setting back all the featured images on each post by using a code that hides them from showing on post pages?
    Would this make the website heavier?

    • This reply was modified 6 years, 4 months ago by marcoabis81.
    #1159198

    Hi there,
    Unfortunately it is not the plugin… i just tried with the plugin deactivated and cannot see thumbnails or add any images at all. See screenshot hereas @Victoria requested.

    There is also another problem. When I tried to create a new gallery I can sellect photos as usual see here. However even with the photos selected I cannot seen them as thumbnails before inserting them into the article see here.
    can you please assist…. I should better not have updated WordPress.

    Sorry that it is in Greek but I think you get the point.
    I am posting login details again in private area and the link of the page I want to edit, The problem appears in a new page anyway…

    Hi,

    Thank you for the update.

    You have to adjust the size of the “square” thumbnail and regenerate the thumbnails as suggested above. Did you regenerate the thumbnails after adjusting the thumbnail?

    // https://kriesi.at/support/topic/stop-featured-images-cropping-in-single-posts-and-thumbnails/#post-1156268

    If you don’t want to use the plugin, edit the includes > loop-index.php file and look for this code around line 79:

     $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    

    Replace “square” with “full”.

     $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'full';
    

    Best regards,
    Ismael

    #1158837
    claudipro
    Participant

    Hello,
    I have an issue with the thumbnail in the catalogue. My pics are 300px X 150px but nevermind how I change the thumbnail size with this codesnippet the pictures are disproportionately distorted. The code snippet I pick up on your site:

    /* Thumbnail size */

    #cp-size.my-custom-catalogue .av-catalogue-image {
    height: 150px;
    width: 300px;
    }

    How can I show the pics, even in a smaller size but not distorted?
    Thank you Claudia

    #1158702
    Jade
    Guest
    This reply has been marked as private.
    #1158374

    Well Isma, as you had well advised, the SIMPLE IMAGE SIZES plugin works excellent. In combination with the also very recommended plugin REGENERATE THUMBNAILS I have been able to get rid of 21698 images in about 2 hours of work, from 4.98 Gb to 1.66 Gb.
    Many thanks to Rahe and Alex Mills, its authors ;)
    Here I upload a screenshot of the optimization result: https://ibb.co/WFmTKMc
    Thanks and if you want you can close the topic
    Regards

    #1158340
    puwazatza
    Participant

    Hi,

    Please click on the URL below…(apologies for slightly NSFW images)
    sample page
    For those four torso images that I created with regular gallery feature, can I add text overlays like top images that I used Masonry? I was going to use Masonry only, however, I could not get a full navigation button set that I had on this page: here (the orange text menu is gone after hitting one of the text overlay thumbnails in this page:
    here

    Let me know if you could help either way. Thank you.

    #1158139

    Hi Ismael,
    2) we tested the suggested modification, but it does not give a useful functionality. Yes, it displays all portfolio categories in the portfolio grid, but selecting then one of them will not deliver the expected result. In our example, we display the travel products for each city. In the initial load of the page, we show the first 4 product thumbnails (portfolio pages). The headline shows now (after the modification) all categories. What I would expect is that clicking on another category (city) I would see the product thumbnails of that category. But that’s not the case. It would only show them if they had been on the page already. So that is is useless. This feature requires more development work. I will put a feature request, Not something to be solved in the support area.
    3) WPML team has delivered a patch that makes the Portfolio Grid and Masonry settings translatable. The patch should be integrated in the next update from you guys. It is 90% perfect.
    The issue is coming from this file \enfold\config-templatebuilder\avia-shortcodes\portfolio\portfolio.php.
    Find this line:
    $display_cats = is_array($params[‘categories’]) ? $params[‘categories’] : array_filter(explode(‘,’,$params[‘categories’]));
    and add this after it:
    if (defined(‘ICL_SITEPRESS_VERSION’)) {
    $display_cats_wpml = array();
    foreach ($display_cats as $display_cat) {
    $display_cat = apply_filters(‘wpml_object_id’, $display_cat, ‘portfolio_entries’, true);
    $display_cats_wpml [] = $display_cat;
    }
    $display_cats = $display_cats_wpml;
    }
    It works, however, the selected categories are not visible in the AVIA editor in the translated page. This is something you should fix. It is a programming error in the ENFOLD template. Easy to test as well in your own system. Use ENFOLD. Create portfolio categories. Translate them using WPML. Create portfolio items and assign them to portfolio categories. Create a page with Masonry and Portfolio grid and select some Portfolio categories to be shown on the page. Translate the page with WPML and see that the category selection is lost in the front end and the back end. After the above patch is applied, the portfolio category is only lost in the back end. Front end works.
    I give you access to our clone with the test page. Please check it out.

    #1158016

    Hi,

    @guenni007 / @John Roa: Ah yes, you’re right. The custom fields are going to be applied directly to the thumbnail. As of this moment, I can’t think of a way to add new custom meta info for the images that is specific to an element without changing the gallery interface. We might need to modify the gallery editor so that it looks more like a slider containing editor sub elements where you can edit and configure each slide, define custom captions and title and more. Unfortunately, this will require a lot of modifications.

    Best regards,
    Ismael

    #1157997

    Hey stefan30,

    Thank you for the inquiry.

    Is there a way to load the image container Featured Image or Gallery via the Avia Builder?

    This might be possible using a custom shortcode and by calling the get_the_post_thumbnail function within it. The function retrieves the post’s featured image or post thumbnail.

    // https://developer.wordpress.org/reference/functions/get_the_post_thumbnail/

    And here’s the documentation for a custom shortcode.

    // https://codex.wordpress.org/Shortcode_API

    After creating the shortcode, you can use it within a text or code block in the advance layout builder. Unfortunately, we can’t help you with the modification because it’s beyond the scope of support.

    Best regards,
    Ismael

    #1157901

    Hi,

    Adding theme shortcodes inside other theme shortcodes can have unexpected outcomes but it is possible to do.

    In order to view the shortcode output you need to turn on debug mode

    Once turned on add a page and create your gallery using the layer builder. We are only using this page to get and copy the shortcode it won’t be a live page. You’ll notice the shortcode is populated towards the bottom of the page. It will look like this…

    [av_gallery ids='' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='yes' thumb_size='portfolio' columns='5' imagelink='5' lazyload='avia_lazyload' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='']

    Copy it. Now on your actual page create an accordian and paste the gallery shortcode into it. It will look something like this…

    [av_toggle_container initial='0' mode='accordion' sort='' custom_class='']
    [av_toggle title='Toggle 1' tags='' custom_id='']
    paste your content here
    [/av_toggle]
    [av_toggle title='Toggle 2' tags='' custom_id='']
    paste your content here
    [/av_toggle]
    [/av_toggle_container]

    Be super careful as the debug panel can break everything if used incorrectly. Once you get to know the shortcodes you can code straight into the debug panel but that isn’t advisable.

    Hope that makes sense and helps a little.

    Thanks

    TJ

    #1157849

    Hi,

    Thank you for the update.

    So, do you know any plugin that analyzes the size resolutions

    We don’t know of any plugin that does that, unfortunately. You have to analyze the site yourself and take note of the thumbnails that are frequently used and those that are not. You can then decide whether to keep, or remove them using the suggested plugin. You can also use a filter to unset the predefined thumbnails that you’re not planning to use — same filter that we suggested in the following thread.

    // https://kriesi.at/support/topic/photos-taking-up-a-huge-amount-of-space-on-my-site-storage-anything-i-can-do/#post-1051136

    This is the plugin.

    // https://wordpress.org/plugins/simple-image-sizes/

    The plugin does its job perfectly, but make sure to create a site restore point just in case. And you shouldn’t worry about removing a specific thumbnail because WordPress automatically falls back to the original image when the specified thumbnail does not exists.

    Best regards,
    Ismael

    #1157681

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home li.product.type-product > div > a > div.thumbnail_container {
    	height: 165px !important;
    	max-height: 165px !important; 
    }
    #top.home li.product.type-product > div > a > div.inner_product_header {
    	height: 112px !important;
    	max-height: 112px !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1157490
    Vasilis
    Participant

    Hi all,
    I just updated to WordPress 5.3 I have 1 page with images with the simple gallery widget and the setings are:
    – Style: small thumbnail
    – Size: portfolio 260 x 185
    – Columns: 3
    – lightbox: yes
    – fade effecr:on page load.
    d seem to have now 2 problems:
    1. Wen I go to the selection of adding more images it does not show me any images to sellect
    2. There are odd spaces between the images – I think it was like this in the last couple of weeks as well, but seems to have become worse now.

    Can you please kindly assit.

    Thank you,
    Vasilis

    .

    #1157208
    cocoABC
    Participant

    Hi,

    I’ve read several different forums. And tried all the custom CSS I could find. But my logo image continues to get stretched out across the width that i’ve applied instead having the logo image proportionally filling the width according to the png file size. The logo size is 340×156. I went into the Header and changed the custom header size height to 156 px. I added this code to my Additional CSS:
    .logo img {
    height: 156px ;
    width: 340px;
    }
    And the image is still getting stretched out.

    When I go to inspect the image it has a 150×150 size. But I have checked AdobeIllustrator and my canvas size is 340×156. Why is the image getting converted to the thumbnail size after upload?

    What should I try next?

    • This topic was modified 6 years, 4 months ago by cocoABC. Reason: providing more information to the problem
    #1156351

    Hey jdelgadoesteban,

    Thank you for the inquiry.

    The following thread should lead you in the right directions.

    // https://kriesi.at/support/topic/stop-featured-images-cropping-in-single-posts-and-thumbnails/#post-1156268

    Install and activate the Simple Image Sizes plugin, look for the “entry_with_sidebar” thumbnail in the Settings > Media panel, adjust its size, update the changes, then regenerate the thumbnails or upload the featured image again.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. The thumbnail used in the blog overview page is called “square”, which has a maximum width and height of 180px — for the single post page, the “entry_with_sidebar” thumbnail is used, and it has a maximum size of 845x321px. You can adjust the thumbnails’ default size value by using the Simple Image Sizes plugin. After the plugin activation, go to the Settings > Media panel, look for the thumbnails mentioned above, adjust the size value and set the “Cropping” parameter to “No” to maintain the images’ aspect ratio. Save or update the changes, then regenerate the thumbnails or upload the images again.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #1156080

    Hey Mary,

    Please have a look at the following threads:
    https://kriesi.at/support/topic/image-cropping-scaling-on-thumbnails-featured-images/
    https://kriesi.at/support/topic/featured-image-cropping-2/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1155577
    jdelgadoesteban
    Participant

    Hello, is there any way of adding some customs css code so that the large portfolio image such as the one on this page does not get cropped?

    Same cropping also occurs on the thumbnails

    Any help with this will be greatly appreciated

    Javier

    traillight
    Participant

    Hi,
    i got a PODS Field with a lot of Imagelinks, i got it to work to show them on the page and on click open them in a Lightbox, but i didnt get it to work to only show 1 Image as a Thumbnail an show the rest only after click on the Thumbnail.

    Can you give me a Hint how to get that to work?

    Thx

    #1154962

    OK thanks for that. I see that the title attribute on the image is being set to $featured_img_desc. Earlier in the file, in lins 152-154, that variable is set to the post excerpt by default. Only when the post excerpt is blank will that variable be set to the image’s actual title attribute. Am I understanding that correctly?

    Those lines are:

    $desc = get_post( get_post_thumbnail_id() );
    if(is_object($desc))  $desc = $desc -> post_excerpt;
    $featured_img_desc = ( $desc != "" ) ? $desc : the_title_attribute( 'echo=0' );
    #1154494

    Hi Rikard,

    Thanks for taking a look. I’ve included links to screenshots of the issue I’m describing below, hope this helps.

    When a phone is in landscape orientation, it shows the the alternating rows – 1 large thumbnail and then 2 small thumbnails underneath. When the phone is in portrait orientation, it shows one column.

    The issue is that this causes spacing inconsistencies between the thumbnails. There are small gaps and large gaps of space. See screenshots.

    How can we make the images show up in one column, with even spacing between each thumbnail?

    Thank you!

    #1153756

    Hi Rikard, I had asked another question on this topic; could you please advise?

    ____
    For the mobile views, is it possible to have the preview/thumbnail images stack in one column? Currently it stacks in alternating rows of 2 images and 1 image.
    ____

    See link provided below.

    Thank you!

    Sorry – stupid question … was too late :-D

    just choose different preview-thumbnail in the gallery setting.

    Please close!

    #1152905
    designyvr
    Participant

    Hi,

    For the blog with a grid layout, is it possible to have all the preview/thumbnail images aligned to the top?

    Also for the mobile views, is it possible to have the preview/thumbnail images stack in one column? Currently it stacks in alternating rows of 2 images and 1 image, sometimes with an uneven vertical alignment.

    Thanks for your advice!

Viewing 30 results - 1,981 through 2,010 (of 10,095 total)