Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #164121

    hey there,

    1. i use the 2.2 enfoldtheme, in portfoliosettings i can`t set any thumbnailcolumns, i choose 4 its 5, i choose 12 it´s still 5?
    i read a topic with the same problem – one solution is this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
    when i add this code in my css, yep it changes the columns from 5 to 10, but it is no solutions… maybe it`s a bug- blease guys is there any help for that?

    2. my thumbnailpictures in the portfolio looks not sharp in the gallery thumpnailcolumn with set to 5, the thumbnailframe in the portfolio got the size
    137px x 200px and the thumbnailpicture has just only 53px x 80px, so that scratch my eyes!
    in the function-enfold.php is a option to change the thumbnails, the original settings in the functions.php are 80px x 80px, must i change this, and when in wich size blease, a size waht works for every setting?
    thumbnail
    sorry about my english, i hope you can unterstand me.

    #164464

    any help please?

    thx
    carsten

    #164800

    hes guys, i know its sunday, but i need help for my questions blease…

    thanks

    #164828

    Just to let you know that every time you update the post your position in the cue will reset. I only know this as I did it once :-)

    Its best to give around 2 days max for a reply. Most of the time they get back to you a day later. For weekends I have had answers but we all need a break sometimes :-) so normally you need to wait till Monday.

    You can reset the thumbnail sizes in the function.php. I used this in my child theme:

    <?php

    function avia_change_image_size_array()
    {
    global $avia_config;
    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
    $avia_config[‘imgSize’][‘square’] = array(‘width’=>180, ‘height’=>180); // small image for blogs
    $avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘extra_large’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>297 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘portfolio_small’] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>710, ‘height’=>426 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1030, ‘height’=>619 ); // images for fullsize pages and fullsize slider

    if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
    {
    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>507 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>727 ); // images for fullsize pages and fullsize slider
    }
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( ‘init’, ‘avia_change_image_size_array’, 1);

    If you put this in your child theme folder it will override the theme sizes but you will need a plugin to regenerate the images after you have done this. I use Regenerate Thumbnails

    For any more help I would wait the the professionals :-)

    #165114

    I’ve seen that others have also a problem with it.

    also I think that it has to do a problem with the update to 2.2.

    It may also be that I’m too dumb, it’s usually the one who sits at the computer;-)

    if there is possibly a fault with the theme, I would not change anything in the settings and cobble together so it fits the times, which in my opinion should work according to the requirement.

    I thumpnailbildern in the portfolio because of the view now taken the code from the current response of Josue:

    https://kriesi.at/support/topic/ajax-portfolio-thumbnails-showing-incorrectly/

    Now this also fixes the problem with the portfoliothumpnails, because these have also been unable to change the number of columnes, so here’s what’s got to be the theme files, right?

    Another problem for me is:

    for example I have a portfolio entry, the portfolio and also included with the avialayoutbilder a gallery, the gallery is the setting:

    Big image with thumnails below

    Gallery big image preview size, when i choose any one from the sizes here, did doesn `t change anysize?

    normally should be but here the size to change, right?

    thanks
    carsten

    #165776

    Hi Carsten!

    The thumbnail clarity issues is somewhat complicated. When you upload the images WordPress generates all of your thumbnails based on the theme settings (functions.php). So when you change those values you will need to re-generate the images.

    For the thumbnails this should really be needed but I’ll take a look at that at the same time as the column issue.

    Create a temporary admin account for me and I’ll log in and take a look at the columns issue since it could be quite a few different things.

    Send the login data to my email at DevinVinson ( at ) gmail.com . Make sure to include a link to this topic in the email so my spam filter doesn’t grab it.

    Best regards,
    Devin

    #172883

    Could you fix these two problems?

    #173013

    Hey!

    1.) There is no 12 column option for the portfolio. The maximum is 5 columns.

    2.) What is the size of the portfolio featured image that you’re trying to upload? This is the thumbnail size use for the portfolio 4-5 columns:

    $avia_config['imgSize']['portfolio_small'] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns

    Best regards,
    Ismael

    #173720

    Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.

    The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.

    The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.

    #173996

    Hello!

    You can set the default gallery thumbnail size on Settings > Media > Thumbnail size. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2’ is closed to new replies.