Viewing 30 results - 9,631 through 9,660 (of 10,094 total)
  • Author
    Search Results
  • #137382

    Hi Alexander ,

    The images below the post are not currently getting output at 200×200. They are 177×177 and the thumbnail starts at 180×180: http://3na8el3vr0iv4c0gg0360g6417y2.wpengine.netdna-cdn.com/wp-content/uploads/2013/08/artikelverzeichnisse-oesterreich-180×180.jpg

    Regards,

    Devin

    #28400
    designinside
    Participant

    Good evening, I’m running into an issue where the LayerSlider will not display properly. When you visit: http://beta.designinsidechicago.com, the page renders as if it is going to display the LayerSlider, but then it hides the slider.

    To rule out any issues, I’m using one of the default sliders that came with the theme. Here is a screenshot of the Page layout: https://dl.dropboxusercontent.com/u/2160661/enfold01.png

    I had the LayerSlider working previously and have disabled all unnecessary plugins with the exception of:

    – Akismet

    – NextGen Gallery

    – Redirection (301 redirect tool)

    – Regenerate Thumbnails

    – WordPress SEO

    I’m running WordPress v3.6

    Do you have any idea what may be causing this issue?

    #136886

    hi dnikitiuk

    Whenever you change the thumbnail size for any image setting you need to regenerate your thumbnails using: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,

    Devin

    #28379
    evergreenmedia
    Participant

    Hi,

    I am wondering how I can change the size of the related post images without stretching them.

    Right now it looks like this: http://www.evergreenmedia.at/suchmaschinenanmeldung/

    The problem is I am simply stretching a small thumbnail to 200 x 200 px. I would rather use a generic thumbnail size (180 x180) that WP creates on itself which is not stretched.

    Any help is highly appreciated!

    Best regards,

    Alexander Rus

    #137068

    Hey,

    Did you set the featured image?

    Regards,

    Ismael

    #137265

    Hey,

    Did you set the Featured Image for each portfolio items?

    Regards,

    Ismael

    #137262

    http://biz141.inmotionhosting.com/~lynchb8/?portfolio=lorem-ipsum

    On this page I added an image to the front end of the portfolio.

    Scroll down to the portfolio gallery… the incorrect thumbnail displays.

    #28335
    lsgstudio
    Participant

    Help… As I build out my “Portfolio Items” I notice the thumbnail images are not displayed. They also do not display within the portfolio grid of the new website. I tried to regenerate thumbnails with a WP Regenerate Thumbnail plugin but it did not work. I cannot find a regen tool within Enfold. The thumbs from the dummy data display correctly in both the “Portfolio Item” list and on the website. However, if I reorder the images the thumbs do not updated. What am I missing?

    #28333
    lsgstudio
    Participant

    Help… As I build out my Portfolio Items I notice the thumb images are hot there. The also do not show up on the portfolio grid within the new website. I tried to regenerate thumbnails with a WP regenerate plug in but did not work. Even the dummy dats loaded will not update the thumbnail when dummy images are reordered. I cannot find a regen took inside of Enfold. What am I missing?

    #137103

    Hi,

    Modify the Gallery Element, look for “Gallery Preview Image Size” > select “No Scaling (Original Width X Original Height)”. Regenerate the thumbnails to reset them to the original image size from the time you uploaded them: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    #28285
    SoulPower
    Participant

    Hello All,

    Hope you are doing well. I’m running into issues with adjusting the thumbnails in a gallery. I have them displaying in Small Portfolio (260×185) and they load relatively quickly. However, the thumbnails are all cropped from the center, resulting in peoples’ faces cut off, etc. I have gone into the “Edit Image” function and cropped the photo to fit within those dimensions. I made sure to toggle the button that says to “Apply changes to Thumbnail only.

    After doing that however the thumbnails within the gallery remain unchanged. I’ve try some crazy thumbnail edits to see if they are reflected in the gallery but they aren’t.

    How can I adjust the thumbnails so that they display correctly in the gallery?

    Thanks in advance for your help.

    Best,

    Jonathan

    #28268
    lsgstudio
    Participant

    I have created a portfolio using the gallery schema sort of like the sample in the dummy data.

    I loaded up 5 images. The actual portfolio page looks fine. There is a marge image and string of smaller images immediately below.

    However there is no thumbnail on the actually portfolio edit page where all portfolios are listed together. And there is no thumbnail in the recent projetcs strip shown at the bottom of the site page. Is this images self generated of am I missing something? The thumbs from the dummy data show up fine.

    Thanks,

    John

    #136876

    Hey,

    1030x360px is enough for blog and portfolio items. If you are planning to use the Fullwidth Slider, you might want to use images with 1600x700px dimension. You can find the custom thumbnail sizes on functions.php:

    $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'=>430 ); // 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'=>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)
    $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

    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // 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'=>423 ); // images for fullsize pages and fullsize slider
    }

    Regards,

    Ismael

    #135556

    In reply to: Gallery image re-order

    Hi,

    If you switch the Avia Builder to debug mode, you will see the actual order of the image id on the gallery shortcode. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will see the actual shortcode below the builder. If you insert the “Gallery” element then added some images, the shortcode will look like this:

    [av_gallery ids='2617,2618,2616,2619' style='thumbnails' preview_size='portfolio' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload']

    Notice that the ids of the images are listed. You can rearrange them manually. You can also re-order them on the wordpress gallery UI.

    Regards,

    Ismael

    #135418

    In reply to: ie8 images in posts

    I set css img { max-width: 100%; max-height: 100%; } to fix thumbnail distortion in ie8 on the archive pages

    but just realize it messed up the slider images.

    I changed to this so it is more specific:

    img.attachment-square.wp-post-image {

    max-width: 100%;

    max-height: 100%;

    }

    which does seem to work for just the archive images.

    But i can’t seem to get the latest post widget tiny images to fill square. Also the “you might also like” (related posts) images are distorted. Seems the style above should have fixed – but it does not.

    I am also having issue with the size of images inside of tabs – for some reason they are too large in ie8 and a scroll bar appears.

    Can provide an overall generic style sheet for the ie fixes? It seems to be a lot of work to get this theme to work in ie8. Having to go through all the images and remove the width and height is bad enough but also having to figure out all the css style to change and then only to effect ie8 etc..

    #135890

    In reply to: Tag page problem

    I just have this which changes the image sizes in the functions.php

    <?php

    function avia_change_image_size_array()

    {

    global $avia_config;

    $avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news

    $avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs

    $avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider

    $avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider

    $avia_config = array(‘width’=>495, ‘height’=>297 ); // images for portfolio entries (2,3 column)

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

    $avia_config = array(‘width’=>710, ‘height’=>426 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries

    $avia_config= array(‘width’=>1030, ‘height’=>619 ); // images for fullsize pages and fullsize slider

    if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)

    {

    $avia_config = array(‘width’=>845, ‘height’=>507 ); // images for portfolio entries (2,3 column)

    $avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries

    $avia_config= 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);

    #135417

    In reply to: ie8 images in posts

    I removed the width and height attributes to fix the disappearing image issue in ie8 – thank you

    I set css img { max-width: 100%; max-height: 100%; } to fix thumbnail distortion in ie8 on the archive pages – thank you

    The plugin html5shiv made the site display worse in ie8 – I removed

    The latest post widget image – in ie8 displays too small and does not fill the square. Can you tell me what css to add to fix?

    #136421

    In reply to: Ajax Gallery

    Hallo Ismael.

    Ich kann leider keinen Screenshot posten, da ich es nicht schaffe eine Gallery Seite aufzubauen.

    Folgende Frage:

    Ich möchte eine Seite mit dem Titel “Gallery”anlegen. Auf dieser Seite möchte ich im Ajax Stil Rubriken wie zum Beispiel “People”, “Tiere”, “Landschaft” anlegen. Und wenn man eine Rubrik anklickt dann soll eine Slider Gallery kommen mit einem grossen Vorschaubild und unterhalb kleine Thumbnails.

    Müssen die Fotos auch eine bestimmte Grösse haben, damit sie alle in der gleichen Grösse im Ajax Stil angezeigt werden?

    Danke.

    lg

    Harald

    #28140
    playball1
    Participant

    The video portfolio on my site stopped working. Not sure when but it was working fine previously. The thumbnails no longer show up and the videos link to youtube instead of lightboxes. No changes were made to the site during this time. Please help.

    #28114
    bryu1024
    Participant

    When I hover on thumbnail images like in portfolio grid, it works fine with showing up a little arrow above faded image.

    But in the LayerSlider, images with a link does not animated. Is it my fault?

    Related CSS is something like this,

    a:hover .image-overlay .image-overlay-inside {-webkit-animation ~~~

    It used to work in earlier version of Enfold. I tested.

    #134412

    Please read over the post from the top.

    I am getting this problem when loading images in the preview gallery on IE10:

    http://www.chriswardphotography.com/test-area/examples/image-test2.jpg

    The ajax is only mentions as Ismael gave me some CSS that fixed the loading problem in the gallery but messed with the ajax thumbnails in the portfolio page so I could not use it.

    #top div .avia-gallery img {

    max-height: 100%;

    }

    #136033

    In reply to: Blog Posts

    Thanks for your response.

    I have followed your instructions but it still doesnt look like theme.

    Theme here: http://kriesi.at/themes/enfold/blog/blog-single-small/

    Shows a thumbnail of the feature image for that post – with no large image >> on the actual post page it shows large image

    Mine: http://eyecandymedia.com.au/preview/ecmnew/blog/

    Now shows a thumbnail in grey but not a thumb of the feature image like above. It also shows a large image… the theme doesn’t do this?

    Any ideas/

    thankyiou

    #135812

    Hi,

    For the moment no. That is its possible but would take a bit of time to do and is outside the scope of the support forum. You would need a freelance developer for something like this.

    Thank,s

    Nick

    #27977

    Topic: Blog Posts

    in forum Enfold
    ecmweb
    Participant

    Hi,

    I notice on the theme it has posts with image on top of text and thumbnail of that image on preview:

    http://kriesi.at/themes/enfold/blog/blog-single-small/ if you click it goes to large image on top.

    I only see options to either show author (which will carry on the post page and also show icon in left column.

    I just want a small preview on left on main blog page, then go to big image on top… with no left icon, like above.

    I don’t see this setting in blog drop down in layout.

    Mine is either large images on everything, or small left icon on everything..

    http://eyecandymedia.com.au/preview/ecmnew/blog/blog-single-small/

    any help would be great.

    thanks

    thankyou

    #116735

    Hey Dude,

    I know there have been 2 updates since your latest post. We have the latest version, but captions are still not showing on the lightbox. What do you suggest? Same as mentioned above? On mobile, users having to select the thumbnail twice is a bit cumbersome (once and shows caption, twice and shows image. Also – is there not swipe capability with lightbox so mobile users can simply swipe vs trying to click a 1cm button with giant sausage fingers?

    #27959
    mgma
    Participant

    Hi guys-

    I updated Enfold and it’s running great. I need to re-address the issue of the lightbox though. I want to be able to use it other places, but don;t want it to automatically active on portfolio page images. I’m opening them up in AJAX, and the images are a slideshow. I need the nav buttons for the slideshow, but do NOT want users to be able to also click on the photo (getting the same red circle as when you click on grid thumbnails) and open the images in a lightbox. Redundant. How can I disable this? Last time we talked I believe Kriesi said it was a bug.

    Thank you!_

    #135445

    Hmm, that didn’t seem to do the trick. I will go through and remove the featured image on them all and then read them and see if I’m getting the same problem and then get back with you. Super weird, eh. I’ve don’t have a clue as to why it’s linking to the wrong thumbnails.

    #135444

    Hi,

    Please try to regenerate the thumbnails, using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    The featured image is linked to a different image.

    Regards,

    Ismael

    #27915
    ridcon
    Participant

    Hi, I am using galleries and easy slider . Easy Slider works very fine at tablets, because you can wipe with the finger to the next picture. But easy slider doesn´t have the feature to show thumbnails under the big picture, such like the gallery with BIg picture an thumbnails under the big picture.

    Is it possible to show thumbnails under the easy slider? Or is it possible to make the gallery wipeable with the finger?

    Ciao Ridcon

    #114793

    Gallery options:

    To have an option in the gallery with preview and small thumbnails for hover effect or clickable thumbnails. The hover effect looks good but hard on touch screen to operate.

    Option to turn the transition effect on or off or to change the speed.

    By the way cant wait for the next update :-)

Viewing 30 results - 9,631 through 9,660 (of 10,094 total)