Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #201991

    – I did try a number of times with no success in order to make either blog posts, pages or portfolio items sortable. i changed many options and still no results. What I was trying to do is the same like http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ .

    – Is there any document with every image size specs for every kind? I’m not sure what’s the recommended size like blog post feature image…

    Thank tou,

    Oriol

    #201992

    My dev website is http://www.oriolmorte.com/new

    #202398

    Hey!

    Please watch this video to learn more about the masonry element: http://vimeo.com/channels/aviathemes/77433498

    The demo uses images larger than 1030×360 for the blog overview page. You can find the thumbnail sizes on functions.php, look for these codes:

    $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']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $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

    Best regards,
    Ismael

    #202413
    This reply has been marked as private.
    #202532

    Hi!

    The sorting issue is fixed in the latest theme version (Enfold 2.4.3). It’s a small incompatibility issue with WP3.8: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Regards,
    Peter

    #202899
    This reply has been marked as private.
    #203433

    Hey!

    Can you try first going to the theme options and then General Settings. Look for the “Portfolio: Enter a page slug that should be used for your portfolio single items” option and make sure that the slug isn’t the same as for any other page on the site. If it is, you’ll need to change it.

    You may also want to try going to the main WordPress Settings>Permalinks and re-saving your options there a few times to force re-set the permalink settings.

    Cheers!
    Devin

    #203580

    The problem has been fixed. I just deactivated the plugins one by one with no result and finally reactivated all at the same time and magically worked!

    I did try before what you said about permalinks with no success.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No success creating sortable categories / image settings’ is closed to new replies.