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

    #164756

    In reply to: Change thumbnail size

    thanks for help !

    #164755

    In reply to: Change thumbnail size

    Hello!


    @set_carsten
    : Thanks for the tip.


    @denye
    : You can do @set_carsten’s suggestion then you need to manually upload the images again if you don’t want to regenerate them.

    Best regards,
    Ismael

    Hey!

    Yes, i think you may need to change those titles, add tags / description in each page, i’d personally recommend this plugin, it’s a simpler one.

    By the way, i don’t see the problem got fixed, if you want me to check it personally please create an administrator account and send it to me at (Email address hidden if logged out)

    Best regards,
    Josue

    Oh – Sorry, there must have been a misunderstanding. I’m not talking about the grid of portfolio thumbnails.

    What I want is when you CLICK on one of the thumbnails in the portfolio, and the Ajax image list comes up, I want a 5 px space between each image, the close-up images that are stacked on top of each other.

    Do you see what I mean? Currently the images load right on top of each other, with maybe a one pixel space between each.

    http://www.flylanddesigns.com

    I got rid of WP-Database manager and an SEO plugin (can’t remember the name), and the problem seems to have disappeared.

    Can you recommend a good SEO plugin that works with Enfold? In your opinion, do you think I need one with this theme?

    any help please?

    thx
    carsten

    #164387

    In reply to: Change thumbnail size

    Hey, i´m not a expert, but try this solution, i think it must be right!

    go to themes – search for the functions.php, in this file search for this code, and change it like the size you want,
    these settings are for the future uploads, every uploaded picture goes in your setting ( for 2/3 columns ).

    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 );

    choose the functions.php to your childtheme.

    cheers carsten

    #164332

    Topic: Change thumbnail size

    in forum Enfold
    Denis
    Participant

    Hi,

    Sorry for repeat,

    please help, what is the easy way to change Portfolio 3col thumbnail size from 495x400px to 495x330px.
    ( is it possible without regenerate plugin ? )

    thank you
    DEnis

    • This topic was modified 12 years, 5 months ago by Denis.
    kc
    Participant

    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.

    #163965
    <?php
    global $avia_config;
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
     	 if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
    	 ?>
    		<div class='container_wrap main_color <?php avia_layout_class( 'main' ); ?>'>
    			<div class='container'>
    				<div class='template-page template-portfolio content  <?php avia_layout_class( 'content' ); ?> units'>
            
                  <?php 
    				// DYNAMIC CONTENT
                  echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>";
    			  	if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
                  the_post_thumbnail( );
                  } 
    				the_title( '</div><h3>', '</h3><p>' ); 
    				echo strip_tags (
    				get_the_term_list( get_the_ID(), 'customers_entries' )
    				);
    				$customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);
    				echo "</p><p><a href='$customers_website' target='_blank'>$customers_website</a></p>";
    				?>
                     
    				<?php
    				/* Run the loop to output the posts.
    				* If you want to overload this in a child theme then include a file
    				* called loop-page.php and that will be used instead.
    				*/
    
    				$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    				get_template_part( 'includes/loop', 'portfolio-single' );
    				?>
    
    				<!--end content-->
    				</div>
    
    				<?php
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				get_sidebar();
    				?>
                    
    			</div><!--end container-->
    		</div><!-- close default .container_wrap element -->
    <?php get_footer(); ?>

    Hi!

    I suggest you upload uniform image sizes for each post. WP crop the thumbnails which varies depend on the original image size.

    Regards,
    Ismael

    #163894

    The portfolio grid gives you an option to set the image size that gets output in the grid.

    What you need to do is:

    Click on the Portfolio Grid element in your advanced layout editor for that page.

    Next, look for the dropdown for the option “Portfolio Grid Image Size”.

    Use the dropdown to select the option “Choose the Portfolio Grid image size manually”.

    Now a new dropdown will appear that lets you choose the size of the image which gets output in your grid. Choose an image that is larger than what it is by default (The Gallery Option for example is 710×575).

    Finally, save your options and view it on the front end.

    Once again, this changes the size of the images uses in the grid which is where you are having your issue.

    Edit: You will need to create larger images than the ones you have now since they are too small and are also contributing to the pixelation you are seeing: http://www.onthe8.com/wp-content/uploads/sell_with_singh.jpg for example is not going to be clear on retina unless the thumbnails is half that size.

    • This reply was modified 12 years, 5 months ago by Devin.

    Hello flylanddesigns!

    That’s kinda weird, have you tried deactivating all the plugins to see if it get fixed?

    Best regards,
    Josue

    #163742

    Hi!

    I see, try using this plugin.

    Cheers!
    Josue

Viewing 30 results - 9,481 through 9,510 (of 10,094 total)