Viewing 30 results - 9,901 through 9,930 (of 10,066 total)
  • Author
    Search Results
  • #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

    Hi cogitocorp,

    I didn’t see any issue on my end or another computer I asked for it to be tested on.

    Regards,

    Devin

    indy1003
    Participant

    Is it possible to align the portfolio thumbnails to right instead of underneath? I am using the 2/3 portfolio gallery

    #24145
    ppc1337
    Participant

    Hey,

    I was wondering how I can change the View of the Mainpage of the blog. Normaly there is the content stripped after a few words. How can I change it to an excerpt, e.g. without any picture I used at the beginning of a post?

    It should look like that at first the post thumbnail is shown, then only the excerpt (without any html and pictures and other stuff) and then a link, where the user can go to the whole post.

    Would be great if you can help!

    #24142
    jomcot
    Participant

    So…i’ve done everything I could to get this portfolio looking right.

    The thumbnails pictures are at 180 x 180.

    I put this code

    [av_portfolio categories='11' columns='4' items='8' contents='title' preview_mode='custom' image_size='no scaling' linking='' sort='yes' paginate='yes']

    AND the image sizes are still bigger than 180×180…. whats the ‘no scaling’ for then?…..this is crazy.

    Help please.

    #119336

    In reply to: Slider Thumbnails

    I appreciate it!

    #121497

    In reply to: Thumbs looks strange

    Hi,

    Most of your images are still 600×600 being shrunk with css to 257×257. (this time first image is at correct size) You on a shared host? Low WordPress memory allocation probably. Just re-upload the images manually, it will take 15mins. Regeneration is tricky business , seems to be working less reliably lately. The theme has been made with rectangular thumbnails in mind, so something isn’t happy. Please update the theme because with so many css changes, anything i give you would become invalid after the update.

    ==============

    If you did not make customization to theme template files then essentially yes. If you modified the template files, you will need to port the modified code from the old to the new theme. I usually use winmerge.org app (free) to compar the entire old theme folder to new theme folder and then can see line by line the differences in case i forget.

    1) download zip from themeforest.net

    2) unzip and take out the second zip

    3) unzip the second zip (called enfold) on your home computer

    4) rename folder to enfold-new (for example)

    5) using FTP connect to your website. and upload enfold-new next to the enfold theme folder currently running on your site

    6) rename the enfold theme folder to enfold-old and rename enfold-new to enfold.

    Sounds harder than it is, but this is the fastest and most painless way to do it with very little chance of a screwup.

    Thanks,

    Nick

    Hi there,

    The border CSS didn’t fix the circle thumbnail in Safari, so this code worked:

    .avia-testimonial-image img {

    border-radius: 0;

    }

    .avia-testimonial-image {

    border-radius: 0;

    }

    #121949

    In reply to: Enfold Combo Widget

    This will be fixed in the next version. Open up wp-contentthemesenfoldframeworkphpclass-framework-widgets.php and replace:

    if(!$image && current_theme_supports( 'post-thumbnails' ))
    {
    $image = get_the_post_thumbnail( get_the_ID(), $image_size );
    }

    $time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );

    with

    if(!$image && current_theme_supports( 'post-thumbnails' ))
    {
    $image_size = isset($avia_config['widget_image_size']) ? $avia_config['widget_image_size'] : 'widget';
    $image = get_the_post_thumbnail( get_the_ID(), $image_size );
    }

    $time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );

    #122262

    In reply to: Portfolio Issues

    Hi,

    Are you using the Portfolio Grid?

    You can edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code

    Line 240:

    $output .= "<a href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title=''>".get_the_post_thumbnail( $the_id, $image_size )."</a>";

    Replace it with:

    $output .= "<a target='_blank' href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title=''>".get_the_post_thumbnail( $the_id, $image_size )."</a>";

    Line 242:

    $output .= "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($entry->post_title))."'>".$entry->post_title."</a></h3>";

    Replace with:

    $output .= "<h3 class='grid-entry-title'><a target='_blank' href='{$title_link}' title='".esc_attr(strip_tags($entry->post_title))."'>".$entry->post_title."</a></h3>";

    Regards,

    Ismael

    Any word on this issue yet?

    #119335

    In reply to: Slider Thumbnails

    Hi,

    Sorry for the delay. Trying to recreate what I made before. Please hang on a bit longer, I will look if update changed something and ask Kriesi for guidance if unable to find any changes.

    So far these are the only thumbnails I was able to display http://i.imgur.com/KEswChN.jpg

    Thanks,

    Nick

    #119334

    In reply to: Slider Thumbnails

    Any thoughts?

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