Viewing 30 results - 9,451 through 9,480 (of 10,078 total)
  • Author
    Search Results
  • #167178

    Hey!

    In your WordPress theme directory please open functions-enfold.php file inside Enfold folder and find following code in line 242

    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    and change it to

    update_option( 'thumbnail_size_h', 160 ); update_option( 'thumbnail_size_w', 160 );

    then re-create galleries. Your current thumbnail image sizes are 80x80px while frame is 160x160px

    Best regards,
    Yigit

    #167062

    Hello!

    The thumbnail sizes are specified 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

    Regards,
    Ismael

    #166971

    Hi yes the thumbnails are clear but if you click on the RE/MAX icon and the AJAX Gallery loads the thumbnails displayed under the main portfolio image are very, very poor quality. How do I make these better?
    Even the large portfolio image is blurry, if you mouse over and click lightbox view the upload images are much clearer.

    Any suggestions?

    Thanks

    #166950
    mattock
    Participant

    Hi, I just changed from Angular to Enfold and loving the much easier functionality, anyway…
    My first query: I want to be able to zoom in and crop my portfolio featured image thumbnails. Its to show animation work so I want to choose just a close up section just for the thumbnails viewers click on. Using the whole image often does not work well small as a thumbnail.

    I tried going edit image in my media library choose a section, and selecting thumbnails only and clicking crop, when i click update image nothing happens at all ?

    Is there any other way I can do this ? or do I have to do it the long way round and create separate thumbnail images. If this is the case, what are the dimensions that would cover a 3 and 4 column portfolio, Im hoping I can do this some automatic way, many thanks

    #166941
    sopadale
    Participant

    In my portfolio the pictures are all sized the same before uploading, so they are consistently the same size, which is great. However, the titles and captions are often different lengths which causes things to not look uniform and not line up cleanly with each other. Is it possible to have all the boxes containing the thumbnail and text to be the same height as whichever box has the most text, formatted appropriately for desktop vs. mobile, etc.

    #166937

    I have made the thumbnails smaller now in the colour section and that has done the trick they were not resizing to fit in ie10 – all though initially the slide show was jerky after the theme version update and the respond.js plugin was installed for some reason it now seems to be working OK – can anyone check in ie8 and ie9 to see if the multi layered slider on the home page is working and no words are being cut off on the right of the screen?

    http://sammysouthallphotography.co.uk/newsite/

    looking forward to launching very soon – been working on this for 3 months on and off

    thank you

    #166706

    Hey!

    I’m not getting a grid on the link provided at all. Is it on a different page now?

    Images are going to scale based on their height and width and how WordPress then scales them for the various thumbnails. If you really want consistent images its best to pre-crop them to all the same dimensions before uploading.

    Cheers!
    Devin

    #166675
    ChunkyBits
    Participant

    Since, this thread has been closed to new replies, I will edit my original post with a solution.

    Within your LayerSlider -> slides -> global settings, there is a use relative URLs option. This should be disabled. Doing so will insert an absolute path to your images and also link URLs. After making this change you will need to re-select all the images in the slide, and re-save. Afterwhich, Duplicator seems to translate this correctly – or at least for the first few tests I’ve tried.

    ……

    Hi,
    I use the duplicator plug-in to move from my test-site to the live site. This generally works without any issues.

    However, I’m now using the Layerslider-WP and the image/thumbnail links within the layerslider do not appear to be translated correctly – admittedly this could be a duplicator issue! I also use an easyslider within the site, and these images and other images are translated without any problems,

    After transferring the site, the webpage loads, but the LayerSlider stalls in the circle-of-death.

    If I subsequently, edit the layer slider, click on each and every image used within the slider, and re-assign them from the media library, then it is ok. i.e., the images have been duplicated correctly, but the references are incorrect.

    Re-save permalinks in duplicator doesn’t appear to help.

    For example, when moving from the live site – http://www.assc.org.uk to a local test site.

    1) The slider works and images are referenced in LayerSlider-WP as /wp-content/uploads/2013/09/aed.png

    2) After the duplication, the image is still referenced as /wp-content/uploads/2013/09/aed.png, but the image thumbview isn’t found and contains a ‘X’.

    3) Clicking on the reference and re-selected the image from the library inserts http://127.0.0.1:4001/wordpress/wp-content/uploads/2013/09/aed.png
    which when saved becomes /wordpress/wp-content/uploads/2013/09/aed.png

    Notice the extra ‘wordpress’ in the correct path – this is the directory used by the Instant WordPress test program that I’m using.

    The setup on Duplicator changes http://www.assc.org.uk into http://127.0.0.1:4001/wordpress/ and so it should work automatically?

    Moving from the test site to the live site suffers the same issue.

    It seems specific to the layerslider on how its storing the image reference since other image references seem ok – or is it duplicator that is at fault?

    Thanks….

    • This topic was modified 12 years, 2 months ago by ChunkyBits.
    #166103

    In reply to: Gallery

    Okay danke. Werde es mit der functions.php mal ausprobieren. Wenn es nicht funktioniert dann ändere ich es einfach wieder um. Obwohl mir sind die Thumbnails egal hauptsache das Vorschaubild oberhalb ist nicht so extrem beschnitten, so wie bei meinem Link der kleine Bub, der wird regelrecht geköpft *g*

    danke.

    lg
    harald

    #166055

    In reply to: Gallery

    hey, ich habe es auch noch nicht heraus bzw. ausprobiert, du kannst aber grundsätzlich die Bildgrößen in der functions.php z.b. für die gallerie/thumps ändern, das problem ist aber dann z.b. dass du nur wie auch schon dude geschrieben hat – nur entweder hochformat oder nur querformatbilder für deine gallerien dann nehmen kannst. denn wenn du in der functions.php mal die größen änderst gilt dieses für alle gallerien.

    ich habe es noch nicht ausprobiert, meine aber das grundsätzlich der einstellung in functions.php die thumbbilder alle in 80 x 80 beim upload generiert werden, also wenn dieser wert mal auf ein hochformat geändert wird sollte es eigentlich gehen, aber wie gesagt gehen dann keine querformatbilder, diese sind wieder beschnitten.

    du hast sicher ne testinstallation dann spiele damit mal herum, wenn du die größe geändert hast, musst du noch z.b. mit diesem plugin (Regenerate Thumbnails) deine alten thumbs quasi noch zurücksetzen, damit die änderung auch wirksam ist.

    so…alles andere übersteigt auch meinen horizont, bin selbst noch am ausprobieren mit vielen dingen.

    grüße

    #166031

    Topic: Enfold Infographics

    in forum Enfold
    andypeck
    Participant

    Hi there,

    If I had one observation about Enfold, its not the most dynamic theme. For a portfolio theme there’s a definite move to more dynamically presented data and facts. eg. Zooming thumbnails on rollover, slab text animated numbers, icons to drive data facts and so on.

    For instance… http://themeforest.net/item/infographer-multipurpose-infographic-theme/5027304?ref=soland1234

    It is over the top. There’s too much going on but I love some of the spinning slab numbers and a few of the infographics.

    Is there any move towards implementing this kind of stuff in the very near future or can you recommend a JQUERY/PLUGIN that I can try out in the theme. Ive searched everywhere and cant work out where these things are generated from.

    Cheers
    Andy

    #165871

    It works!

    Thank you Ismael.

    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

    #165630

    Also thought I’d point out that the grid only does this when at sort of ipad/mobile dimensions.

    #165628

    Hello thanks for the reply,

    Sorry I forgot to clear the cache for the grid situation because it is a recent change. It is done now can you check again please.

    And also thanks for the info on the featured image. Just wondering if I change those dimensions will it then work at a lower scale?

    #165504

    In reply to: Gallery

    Hi gharry79!

    1) Die Thumbnails werden beschnitten, damit die Höhe der Bilder einheitlich ist. Würde zB das Bildverhältnis zweier Thumbnails unterschiedlich sein
    so entsteht ein Raster mit unterschiedlich hohen Elementen, welches dann nicht schön aussieht.

    2) Die Thumbnails sind unscharf, weil du eine kleine Thumbnailgröße ausgewählt hast (80x80px). Wähle bei der “Preview Image Size” eine andere Thumbnailgröße und die Bilder sollten scharf werden

    Regards,
    Peter

    #165475

    Hey Torlock!

    1.) I don’t see any grey spaces on your blog grid. It looks exactly like the demo.

    2.) You need to upload images larger than 1030x360px. It will ensure that all featured images will use the images for fullsize pages and fullsize slider. The thumbnails size is specified on functions.php:

    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1030, ‘height’=>360 ); // images for fullsize pages and fullsize slider

    Cheers!
    Ismael

    #165342
    Torlock
    Participant

    Hello,

    I have two questions.

    Firstly, on my home page I have a grid layout. When resized the thumbnails don’t seem to fit into the boxes properly leaving grey spaces which doesn’t look good. It is a static home page and here are the settings in the grid widget:

    Blog Style: Grid Layout

    Columns: 3

    Grid Layout: Title only

    Preview Image size: Manual (Select Thumbnail size)

    Image size: Portfolio Small (260×185)

    Post No: 9

    No Pagination.

    What I am aiming to achieve is as show on the Enfold demo: http://kriesi.at/themes/enfold/blog/blog-grid/
    I have regenerated the thumbnails but unfortunately that doesn’t seem to be the problem. Does anybody have any idea how to fix this?

    Second question…..

    On the enfold deom (here: http://j.mp/16mzlnJ) you can see that the geatured images in posts are all the same dimensions but when clicked on the images are actually different sizes.

    I am wondering how I can make all featured images the same sizes on my posts rather than just the size of the actual image.

    Thanks for any help :)

    Site: http://rerral.com

    #165276

    Topic: Gallery

    in forum Enfold
    gharry79
    Participant

    Hallo.

    Könnt ihr mir bitte sagen warum meine Bilder immer bei den Thumbnails und in der Vorschau immer abgeschnitten werden? Warum sind die Thumbnails so unscharf?

    Hier der Link:

    http://www.hgp-photography.com/andorf-3/

    Danke.

    lg
    Harald

    #165178
    uattah
    Participant

    I am wanting to put recent blog posts (“latest news”) in the footer of my webpage. I want for a thumbnail photo to show up with it like in the enfold demo. Would someone please advise on how to do this.

    Thank you!

    P.S. Enfold is the Best. Theme. EVER.

    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

    #165079

    Perfect thanks :-)

    #165032
    itchybrain
    Participant

    Gday Kriesi

    Regarding blog preview images, many images do not suit being cropped into a square.

    I can live with the thumbnail being square, but am wondering is there a way to override the cropping of the small preview (default 180px square), such that I can force the image width to the default 180px, but obtain an auto height instead? Thus, displaying the small preview as either landscape or portrait image?

    cheers

    Darryl

    #165028

    Hey!

    Edit includes > loop-page.php, find this code:

    $thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);
    
    				if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    Remove it.,

    Best regards,
    Ismael

    #165009

    Hey rbellei!

    Thank you for using Enfold.

    You need to edit the includes > loop-search.php and look for this code:

    
    $post_format 	= get_post_format() ? get_post_format() : 'standard';
    

    Below that, add this line:

    
    $thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);
    

    Again, look for this line of code:

    
    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
    				//echo the post title
    

    .. then add this code below:

    
    echo "<div class='search-thumb'>".$thumb."</div>";
    

    After that, insert this css code in the General Styling > Quick CSS field.

    .search-thumb {
    	width: 300px;
    	height: 200px;
    	margin-bottom: 10px;
    }
    
    .search-thumb img {
    	width: 100%;
    	height: 100%;
    }

    Best regards,
    Ismael

    #164941

    Hi again,

    This code will do it only in the portfolio:

    .portfolio-preview-image .avia-gallery .avia-gallery-thumb a{
    width: 10% !important;
    }

    Cheers!
    Josue

    #164854
    rbellei
    Participant

    Hello, great theme!

    Is there a way to show thumbnails (of post’s featured image) on search results page? I looked through the forum and was unable to find a clear answer.

    Regards

    #164839
    artistic24459
    Participant

    Hey,

    Please read the post below the black line as the solution in the end didn’t solve the problem. (https://kriesi.at/support/topic/ajax-portfolio-thumbnails-show-showing-incorrectly/)

    The code did correct the problem in the portfolio but then made problems elsewhere.

    #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }

    If you see the example image you will see a before and after on the home page. The first being without the code and last with the code.

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

    I just need to correct the error that was happening on the portfolio the rest of the site was working ok.

    Best wishes

    Chris

    —————————————————————————————————————————————————

    After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.

    http://chriswardphotography.net/business/portfolio/

    I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.

    I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?

    By the way nice new forum site :-)

    September 19, 2013 at 2:40 am #163266

    Josue
    Moderator
    Hi artistic24459!

    I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:

    #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }

    Regards,
    Josue

    September 19, 2013 at 9:59 am #163474

    artistic24459
    Participant
    Perfect, thanks Josue.

    September 19, 2013 at 10:01 am #163475

    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 :-)

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

    thanks

Viewing 30 results - 9,451 through 9,480 (of 10,078 total)