Viewing 30 results - 3,571 through 3,600 (of 10,099 total)
  • Author
    Search Results
  • #861215
    fullrotation
    Participant

    Hi I want to make the thumbnail images in the “recent projects” widget in the sidebar larger, so am following another post on the subject. I think I’ve done everything correctly but the thumbnails are just not being regenerated at the new size?

    In my child themes functions.php I have added

    add_action('after_setup_theme','avia_change_image_sizes');
    function avia_change_image_sizes(){
    global $avia_config;
    $avia_config['imgSize']['widget'] = array('width'=>210,  'height'=>122); // small preview pics eg sidebar news
    }

    Then in my child’s styles.css I have added

    #top .image_size_widget .news-thumb {
    	width: 210px; 
    	height: 122px;
    	margin-right: 30%
    }
    
    #top  .image_size_widget .news-thumb img {
    width: 200px;
    height: 112px;
    
    }
    
    strong.news-headline { font-size: 14px; }
    
    span.news-time {
    display: none!important;
    }
    
    .news-headline {
    overflow: visible;
    margin-left: 17%;
    font-size: 14px;
    }

    Then as advised I’m using the “Regenerate Thumbnails” plugin

    The thumbnails do not get regenerated at the larger size, they stay at the default size so not sure what I’m doing wrong?
    I’ve tried turning of the imagify image compression plugin but still no luck.

    Many thanks

    Hi,

    We do not have a separate way to provide support although we do appreciate those 50 licenses more than what you believe.

    If you remove the items that have no thumbnail ( some JPG they are I think ), it has to work properly

    Best regards,
    Basilis

    #861154
    dhuet
    Participant

    Hi,
    I need some help adjusting my meg menu drop-down menu. I currently have 4 thumbnails in my nav as you see but the first and last image are not resizing proportionally the same as the 2 in the middle. I am guessing it’s margin size on the first and last. where can I adjust it so all the thumbnails are the same size?
    https://www.evernote.com/l/AHEUJU5QRwdIFKMFc1Nzy_7H_Uk2EtfcVbQ

    Thank you so much in advance.
    Did.

    #860732

    hi Ismael,

    apologies, but i’m not following you on this one yet…

    by resetting the widget thumbnail size, i assume you mean to take the custom code out of the functions.php file, & remove my custom css. doing this puts the sidebar widget back to its default tiny thumbnail.
    i used the plugin & regenerated the thumbnails.

    now, the only place i could find this “Preview Image Size” option was in the News Page > Blog block settings (which displays all news posts excerpts & thumbs nicely), and in the Home Page > Blog block settings (which displays only 1 latest post thumb & title). so i changed it in both places to be 300×300 (as there’s no 225×225 option; i figure i can shrink it in css).

    i saved this but it did not make any changes anywhere in the site that i could see.
    – the sidebar theme-child latest news widget is still teeny-tiny on pages with the sidebar,
    – the homepage feature img thankfully that did not change, i have it set for 225×225.

    in your message you said that here i’d “be able to select a different thumb size, one that would not affect the widget thumbnail“… BUT, the widget thumb is exactly what i WANT to affect. i’m just trying to make that tiny tiny tiny thumb in the sidebar widgets big, without it affecting OTHER areas of the site (like what i put in the screenshot, how the code changed it but also changed the admin posts page too).

    i noticed too, when looking at the source code of the rendered page, the sidebar thumb img tag has all these other “srcset” images in it. what is that all about? why isn’t it just the one size i want it to be?

    <img width="36" height="36" 
    src="http://thisonesforthegirlsthemusical.com/wp-content/uploads/2017/09/review-image1-36x36.jpg" class="attachment-widget size-widget wp-post-image" alt="" srcset="
    http://thisonesforthegirlsthemusical.com/wp-content/uploads/2017/09/review-image1-36x36.jpg 36w, 
    http://thisonesforthegirlsthemusical.com/wp-content/uploads/2017/09/review-image1-80x80.jpg 80w, 
    http://thisonesforthegirlsthemusical.com/wp-content/uploads/2017/09/review-image1-180x180.jpg 180w, 
    http://thisonesforthegirlsthemusical.com/wp-content/uploads/2017/09/review-image1-120x120.jpg 120w, 
    http://thisonesforthegirlsthemusical.com/wp-content/uploads/2017/09/review-image1.jpg 225w" 
    sizes="(max-width: 36px) 100vw, 36px">

    thanks for your time & assistance!

    #860713

    In reply to: Blog Page Corruption

    okay, so i spoke too soon…
    now when i go to our “Category” pages, the layout like the main news page (Single Auth, small pic) is missing. it’s just titles & excerpts without the side thumbnails.

    where do i go to get this layout back for the category pages?
    note: these are not “pages” but instead the menu items are pointed directly to the blog categories.

    am i gonna have to make all the categories actual pages like i did with the main news page?
    thanks.

    #860707

    In reply to: Blog Page Corruption

    hi Ismael,
    thanks for your reply! apologies for my delay.

    i looked in the “Theme Options > Theme Options > And where do you want to display the Blog?” and it was NOT set to my news page. i’m pretty sure i had set it to be so, but i could be wrong (or perhaps i did for the first attempt & forgot for this second). so i just set that & saved.

    then i went to the “Theme Options > Blog Layout > Blog Layout” and it is set to the 2nd option (Single Author, small preview pic). i changed it to the 5th options (Use advanced layout editor) per your suggestion, saved, and refreshed the news page & the layout was reset, not how we wanted with the small thumbnails on the side.

    then the “duh” moment hit me – i went in to edit the news page, clicked on the blog block to get to ITS settings, & changed the “Blog Style” there to the “Single Author, small pic” option and VIOLA! the blog style is back AND our text above it is now showing.

    success.
    thank you for your help.
    that wasn’t very intuitive – hopefully the developers might consider looking in to that process a bit more in the future.
    much appreciate the quick support tho!
    ✌🏼

    tobuff85
    Participant

    How can I change the featured image size of a post on the archive pages for categories?
    I have a small 200×200 thumbnail I use and it’s being stretched on the archive pages to fill container space. I want it to list the same style and size as it does on the pages in my site.

    How it looks now
    How it looks now

    Closer to how I want it to look
    Closer to how I want it to look

    #860416

    Hi,

    I’m sorry but that’s not possible. The suffix is required to differentiate image thumbnails from one another. A quick discussion about the get_suffix function can be found in the following thread.

    // https://wordpress.org/ideas/topic/image-size-as-suffix-instead-of-image-dimensions/page/2

    UPDATE: However, you can disable the image’s title attribute if you really need to hide the image dimension.

    Best regards,
    Ismael

    #860236

    Hi,

    Thank you for using our theme.

    Just for information: In the next version of Enfold there will be an option to disable the zoom effect and to change the number of thumbnails below the big image using the 3.0 gallery feature.

    Best regards,
    Günter

    #860200

    Hi,

    Tut mir leid, dass Basilis Dir die Unannehmlichkeit mit der Übersetzung gemacht hat, da ich nicht regelmäßig im Forum bin und um die Antwortzeit zu verkürzen (Google Translator kann bei komplexeren Themen nicht so gut übersetzen).

    In der nächsten Release von Enfold sollte das Problem mit dem Purchase button und Germanized integriert sein (ich habe dafür einen Patch in unser Entwickler Repository hochgeladen).

    Das Problem mit dem wechselnden Bildern für Variationen:

    Mit dem nächsten Update wird die Standard Single Product Page von Enfold unterstützt mit 2 Gallerien (mit Zoomfunktion und Lightbox oder ohne Zoomfunktion und Lightbox) und frei wählbaren Spalten für die Thumbnails (2 – 4). Die Einbindung von Germanized funktioniert auch.

    Da WooCommerce eine komplexe Einbindung für variable Products mit eigener HTML Struktur hat, werden wir voraussichtlich keine ALB Unterstützung dafür anbieten, auch nicht die wechselnden Preise.

    Was nur mit CSS machbar ist, dafür stehen wir gerne zur Verfügung.

    Hoffe, das hilft einmal weiter.

    Best regards,
    Günter

    Prenko
    Participant

    Hi,

    I am wondering if there is a way to ad the option to show/hide thumbnails in the admin part odf the Latest News wigdet. Or if there is another way to remove the thumbnails on some of the places where the widgets is used?

    I’d likke to keep the thumbnails here: https://frakka.se/kunskapsbas/nyheter/
    but remove them here: https://frakka.se/vara-tjanster/stambyte/

    Best Regards,
    Rikard

    #859993

    Hi,

    Yes, the thumbnails will continue in the same size that you regenerated.

    Best regards,
    John Torvik

    #859817

    aha now i see what the problem is – the image is bigger but it takes the 80×80 thumbnail as source.

    On line 466 of our google_maps.php you can see:

    $image = wp_get_attachment_image_src($shortcode['attr']['marker'], 'thumbnail');
    
    change it to:
    
    $image = wp_get_attachment_image_src($shortcode['attr']['marker'], 'fullsize');

    it will than take the original uploaded image ! But you have to insert it on googlemaps options again.

    Tip if you don’t want a square – gave to the png more transparency on top

    click to see what i mean

    https://webers-testseite.de/googlemap/

    #859799

    Hi,

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

    Best regards,
    Yigit

    #859609

    Hallo,

    I removed your code from Functions.php file and added following

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['masonry'] = array('width'=>1024, 'height'=>1024, 'crop' => false);
    return $size;
    }

    and then regenerated thumbnails. Please review your website :)

    Best regards,
    Yigit

    #859508

    Hi,

    Please reset the “widget” thumbnail size to default or the original. Regenerate the thumbnails again then edit the front page. In the advance layout builder, edit the Blog Posts element. Set the “Preview Image Size” to the second option or “manual”. You’ll be able to select a different thumbnail size, one that will not affect the “widget” thumbnail.

    Best regards,
    Ismael

    #859245

    Vielen Dank Günter,

    Ich habe den Filter in der functions.php im Child-Theme eingebunden und Regenerate Thumbnails drüber laufen lassen und auch neue Uploads gemacht, jedoch ohne Erfolg. Vielleicht ist es ja auch schlecht beschrieben. Ich nutzte die Website als Portfolio für meine Fotografie und würde die Bilder gern mit einer Mindesthöhe von 1024px anzeigen lassen in einer Masonry Galerie.

    Meine Website ist: http://www.viewpix.de
    Hier ein direktpink zu einem Portfolio: http://viewpix.de/portfolio-item/holi-gaudy-2016/

    Viele Grüße Torsten

    #859060
    fionalea
    Participant

    Hello,

    I could not see where to add a query on the forum. I have some issues I’m hoping you can help with:

    – the thumbnails are not appearing on my blog post grid layout
    – I cannot make my main menu centred

    Any assistance would be much appreciated.

    Thanks, fionalea

    #859033

    thought i’d followup with an annotated screenshot…
    screenshot

    so, to sum up my questions (#1 being the most important):

    1) how can i fix the unexpected resulting consequence in the wp-admin > Posts page that occurred from using the provided code to modify our “latest news widget” display in the sidebars?

    2) is there a way to have all the extra image sizes that auto-generate upon upload to only occur if & when needed?

    3) i saw code (in this post) that would supposedly stop the generation of unneeded images, BUT, how can i know which ones to safely stop & delete?

    thanks.

    #858909
    fionalea
    Guest

    Hello,

    I could not see where to add a query on the forum. I have some issues I’m hoping you can help with:

    – the thumbnails are not appearing on my blog post grid layout
    – I cannot make my main menu centred

    Any assistance would be much appreciated.

    Thanks, fionalea

    #858791

    Thanks for the swift reply! I did try that before but the problem was, I want the text over the top (as seen in my link) but with your suggested method, the first image that opens up is the same as the thumbnail, meaning you see the text twice. Does that make sense? Your method would be perfect if I could make the gallery skip the first image?

    Your suggested method can be found half way down this page and you’ll see the issue: https://www.flick.digital/index.php/home-3/

    emielvanwegen
    Participant

    Hi,

    I would like to show the excerpt text of my portfolio items under the portfolio title, not under the thumbnail (see image). By default, the excerpt text is placed under the thumbnail.

    Currently excerpt shows UNDER the thumbnail

    So to be clear: the Dutch text “De balayage trend is er al weer een paar jaar. Maar deze techniek is tijdloos. Zie alles over deze laatste trend.” should appear directly underneath the title, at the right side of the thumbnail.

    • This topic was modified 8 years, 6 months ago by emielvanwegen.
    #858711

    you can add new image sizes on enfold by this code in functions.php of your child-theme:

    add_image_size( 'new-size', 261, 174, true );
    add_filter( 'image_size_names_choose', 'my_custom_sizes' );
    
    function my_custom_sizes( $sizes ) {
        return array_merge( $sizes, array(
            'new-size' => __( 'New Size' ),
        ) );
    }

    this part here: __( 'New Size' ), you can name as you like

    all new uploaded images will then have that new size to choose – if you only want these three images on the starting page to handle then a new upload is easier than a regenerate thumbnail plugin.

    #858666

    Hi,

    You may actually need those images to be larger for retina display. If you really want the images to be the same exact size as its parent container to satisfy the gmetrix tool, edit the portfolio grid element then set the “Portfolio Grid Image Size” option to manual or the second option. Select the thumbnail size manually. You can also control or adjust the size of the existing thumbnails with the following plugin.

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

    Best regards,
    Ismael

    #858661
    SyberKnight2
    Participant

    hello,

    we added the “child latest news” widget to our sites sidebar & discovered the image was just waaayyyy tooooo small. i couldn’t find how to control this with just css overrides, so i searched these forums & found 2 pieces of code to add to our child functions.php file…

    the first was…

    $avia_config['imgSize']['widget'] = array('width'=>250, 'height'=>250);
    

    for reference, this did not make a bit of difference. i’m confused as to why not tho, since it seems to be a direct override of what’s in the main theme’s functions.php file.

    the second was…

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
        $size['widget'] = array('width'=>250, 'height'=>250);
        return $size;
    }

    this worked.

    note: yes, i read & can bare witness that in order for this to work, we had to “regenerate thumbnails” via that plugin. which is unfortunate that this action requires the use of yet another plugin. but… it worked.
    note2: and yes, this still required a little bit of css’ing…

    aside.sidebar .news-thumb,
    aside.sidebar .news-thumb img {
        float: none !important;
        width: 100%;
        height: auto;
    }

    so, that’s all fine (sorry to be so long winded here, but we’re finally to my question) – the problem is, now that that’s working, when we go in to the wp-admin > posts, all the featured images there are huge & gets muddled up with the text & links for each post.

    so it looks like the theme’s latest post widget uses the same code naming as the wp admin post page. ugh!

    is there a way to separate these? i did not want to change the admin interface at all.

    & whilst i’m on the subject, i just don’t get the purpose of generating all those image sizes for each uploaded image. it’s such a waste. is there a way to just have what’s needed be auto-generated when called upon?

    also, if i want to delete all the extra ones, how do i know what’s safe to delete & what’s not? do i have to go thru my site & just look at the code for each image to see what size it’s using?

    thanks.

    #858590

    The images were the same size, but just to be on the safe side I re-exported the featured images as squares. Then I added the recommended plug-in. I set the square thumbnail to the exact size of my images and left the “yes to cropping” option on. Then i regenerated the featured images and updated each of the portfolio items. Then I went to the portfolio page and changed the “selected image size” to be “square”. Results are unchanged – bottom row displays correctly as a square, top rows are compressed, and no pad displays between rows (only columns).

    #858477
    Netzie
    Participant

    Hi
    I have set enfold theme option “Related post” to “Show Thumbnail and title”
    and tagged two posts with the same tag – But nada shows up!!??
    Is there anything other to set?
    (Sorry for possible multi posts on this topic – but My search for “related post” showed 329 answers!!! )

    #858470

    In reply to: Blog image sizes

    Hi,

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

    You can try setting the size to 700x400px

    Best regards,
    Yigit

    #858411

    Hi,

    What is the original size of the images? Are you uploading images with different sizes? Please note that images with different sizes will produce thumbnails with different size and aspect ratio unless the “cropping” parameter of the thumbnail is enabled.

    Please install the following plugin then go to the Settings > Media panel. Adjust the size of the “Square” thumbnail, enable cropping, save, update then regenerate the thumbnails. And if possible, upload images with the same sizes.

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

    After that, re-select the “Square” thumbnail.

    Best regards,
    Ismael

    #858355

    Hi,

    Where are you using the image? Is this from a portfolio grid element? Please edit the element then set the “Portfolio Grid Image Size” option to manual or the second option. You’ll be able to select the thumbnail size afterwards.

    Best regards,
    Ismael

Viewing 30 results - 3,571 through 3,600 (of 10,099 total)