Viewing 30 results - 9,901 through 9,930 (of 10,078 total)
  • Author
    Search Results
  • #123291

    Hi,

    If you are using a 4 column porfolio, find this code on functions.php

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

    Replace it with

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

    Regenerate thumbnails using this: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    #123286

    Hi,

    Do you mean the Blog Grid Style? Suggested image size is 495×400. You can find the image size on functions.php.

    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    Can you give us a link to your website?

    Regards,

    Ismael

    #24318
    ronald-fong
    Participant

    The widget’s thumbnails are stuck to a previous post’s thumbnail. How do I solve this?

    #24386
    dissidents
    Participant

    When I create a gallery with the magic wand, media, gallery it does not insert the image’s.

    This is what I get.

    [av_gallery ids='' style='thumbnails' preview_size='portfolio' thumb_size='portfolio_small' columns='5' imagelink='lightbox']

    Looking forward to hearing from you soon.

    #122958

    Not having any success yet. To reiterate, I want to make the thumbnail boxes horizontal below the featured image, without cropping the thumbnails.

    http://desertspringspublishing.com/self-publishing/entertaining-your-way/

    Please reply.

    #24360
    chryseis
    Participant

    Hi

    I want my featured image to have all the same size on my blog masonry some of them have the good size but others are bigger. Why that?

    How can I fix this?

    Thanks

    #122957

    Hi Ismael,

    Thanks for getting back to me. I put that code in the custom css, and it made all the thumbnails square. However, when you hover over the thumbnail, the larger featured image above is squished. I’ll give you a link to see what I mean.

    http://desertspringspublishing.com/self-publishing/entertaining-your-way/

    What I would like to do is have the thumbnails horizontal, and the images proportional.

    Any help would be greatly appreciated.

    Thanks, Ismael.

    #123144

    yes, here you go: http://www.blackjava.de/bilder

    as for the thumbnails on the smartphone: it looks like the frame somehow does not resize but keeps ‘bold’ instead, while downsizing the rest…

    regards

    #122956

    Hi,

    You can add this on your custom.css or Quick CSS to make the thumbnails square.

    #top div .avia-gallery img {
    width: 100%;
    height: 100%;
    }

    .avia-gallery-thumb a {
    width: 20%;
    height: 97px;
    }

    Regards,

    Ismael

    i got similar issues with the explorer. besides the missing icons (like seach button, etc.) another weird thing in my portfolio page (i am using the 120×120 shop thumbnails) – the thumbnails are not square- they are somehow squashed – so do the picturers look. in firefox everythings fine. i am using IE8

    any idea how to fix this?

    there is also a problem with the responsive feature when using the 120×120 shop thumbnails – i reported this in another topic..

    best regards

    Pedro

    #24326
    aovivo
    Participant

    Hi – i am using the shop thumbnail size (120×120) for my thumbnails in my portfolio page.

    looks good so far.

    but when page is opened with my smartphone (galaxy s2) the thumbnails seem to be even smaller than the frame thumbnail frame itself – that means i cant actually differ the thumbnails from each other – its just too small. it looks like the image in the thumbnail frame is smaller than the frame itself.

    any possibility to control the responsive control of the gallery apart from the regular one? please understand – i like the way it looks now from my PC screen – i am looking for a way to have the gallery/portfolio displayed on the smartphone so that it is readable…

    other thing: when i open a thumbnail – the gallery does not resize to the smartphone screen – at all. sometimes i have to scroll down, left to find the image. what’s also weird is the fact that i cant browse wthrough the gallery by clicking/touching on the picture. that would helf a lot – so i dont have to look for the control button each time to wipe through the gallery…

    hope i could explain…

    Thanks

    Pedro

    #122516

    The thumbnail doesn’t determine the size of the grid, the column count does.

    You need to use larger images that can be shrunken down so that there is no crop or anything like that. For example the new image for “Rob Wolf” is 225×296, if it was 257 wide to start with it wouldn’t be increased in size to fit the space (keeping the same proportions to give you the portrait effect).

    #119338

    In reply to: Slider Thumbnails

    Great – thanks. Please update when it has been reactivated.

    #122955

    Hi Dude,

    I’m not sure what is happening. I’m using the advanced layout editor with a 1/4 column, 1/2 column and 1/4 column layout. In the 1/2 column, I’m inserting a gallery from Media Elements. I’m choosing the Big Image With Thumbnails Below option, with No Scaling and 5 columns of thumbnails. For some reason, all the thumbnails below the big image are vertical rather than square or horizontal. And the thumbnails are cropping off the edges of the images, which are horizontal images. (I’m using the gallery to show book pages. The cover is vertical, but the interior pages are horizontal.) I would like to display the thumbnails without any cropping, and I would like the thumbnails to be horizontal rather than vertical. Here’s a link to one of the gallery pages:

    http://desertspringspublishing.com/custom-books/la-quinta/

    Please let me know what I can do to fix this. I’m somewhat of a newbie, so detailed instructions would be invaluable.

    Thanks, Dude.

    #122515

    Hello, this is the url http://goo.gl/Ul9XJ

    and i’m already using simple image size….but i must be doing something wrong i guess….please help, thank you.

    #122954

    Hey!

    If you’re usinf the default gallery shortcode you can select a different thumbnail size: http://codex.wordpress.org/Gallery_Shortcode

    [gallery size="medium"]

    Supported sizes are:

    medium

    large

    full

    fullsize

    featured

    portfolio

    portfolio_small

    dynamic_3

    dynamic_2

    dynamic_1

    If you’re using the layout builder you can select different thumbnail sizes from the dropdown and you can set the number of thumbnail columns:

    Best regards,

    Peter

    #24270
    cranwinks
    Participant

    I want my gallery thumbnails to be horizontal, rather than square or vertical. Also, I want them to align properly. On the page I’m referencing, the thumbnails are vertical, and they are not lined up properly. Please have a look:

    http://desertspringspublishing.com/self-publishing/entertaining-your-way/

    I need to get this fixed ASAP!

    Please help.

    #24268
    cranwinks
    Participant

    I’m using galleries on a bunch of pages, and I want the thumbnails below the featured images to be horizontal instead of square or vertical. How do I do this?

    #122897

    Hi,

    I’m sorry but I’m not sure if there is a thumbnail size with the dimension of 55x55px. What do you mean “Latest Posts”? Can you give us a link to the page?

    You can change the thumbnails size on functions.php

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $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'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Regards,

    Ismael

    #24250
    hagmund
    Participant

    Hi,

    Is there an easy way to increase the thumbnails in the “Latest posts” alternative in the content builder?

    Now they are 55×55 pixels, but I would like them to be around 100×100.

    Thanks!

    #122514

    Hi jomcot,

    If you can share the url here (use something like http://goo.gl/ to create a temporary url) we can inspect the code and see what you have now.

    You may need to use something like http://wordpress.org/extend/plugins/simple-image-sizes/ and change the image size in addition to regenerating your image sizes (which *must* be done after making any change to thumbnail sizes).

    Regards,

    Devin

    #114647

    I agree with victoriaeduc and the others.

    It would be great if you can provide and style a widget (for homepage for exemple) with a list of events : date, title, thumbnail. An a page dedicated of course.

    Thanks for the non-designers ;)

    ========

    In the Avia Layout Builder, it would be nice if there are other options of columns : two fifth, three fifth ; one half, one fourth, one fourth ; … (all combinaisons)

    #119337

    In reply to: Slider Thumbnails

    Hi,

    The thumbnails functionality was not removed on purpose , and this is likely an unexpected side effect of either theme CSS update or something else but Kriesi is working on this now.

    Thanks,

    Nick

    #122523

    Hey Dude,

    thanks – that helps a little ;) Now I have only the problem, that images I used at the beginning of a post are shown at the first page too. In combination with the post thumbnails it looks really bad. Is there any way that not the content will be shown but a real excerpt (only text, no images, no html-codes, …)??

    #122513

    I did that change

    Right now it’s

    http://i42.tinypic.com/34nnm1s.jpg

    And i want it to be something like this

    http://i43.tinypic.com/2a0jhn7.jpg

    way smaller…..i did the change you said and nothing….is there a support e-mail so maybe i can share an admin/pass for these changes to be made?

    Thank you so much.

    #122626

    In reply to: creating custom pages

    Hey Mikeh, the interactive map will be for the next update :) still waiting to see what support has to say on thumbnails

    #24171

    Topic: creating custom pages

    in forum Enfold
    Arnaudov
    Participant

    Hi everybody,

    is it possible to create search result page for my custom post types like default search but instead circled numbering to have post thumbnail for my custom post type and i cant get the pagination to work. The results are printed but pagination is not showing. Please take a look http://e-export.eu/company-search-results/.

    • No additional plugins are installed

    • some PHP files are created for filter form to work

    Thanks

    #24037
    Tim Seegers
    Participant

    Hi, I want to share my latest photos in a gallery. So a gallery can sometimes have more than 100 photos. Can I divide the gallery (with thumbnails) into several pages?

    Here is an example: http://seegers-fotografie.de/galerie/

    #122512

    Hi,

    It is because they are inheriting the size of the columns. If you want to change the portfolio thumbnails, you can edit functions.php then find this code

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

    Change the size then regenerate the thumbnails. You need to edit the size of the columns via CSS. Can you give us a screenshot of what you are trying to accomplish? You can send an image using clipular, dropbox, mediafire etc.

    Regards,

    Ismael

    Hi,

    You can add this on your custom.css or Quick CSS

    .avia-gallery-big.fakeLightbox.lightbox {
    width: 83%;
    float: left;
    height: auto !important;
    margin-right: 10px;
    }

    #top .avia-gallery .avia-gallery-thumb a {
    margin-bottom: 5px;
    }

    Regards,

    Ismael

Viewing 30 results - 9,901 through 9,930 (of 10,078 total)