-
AuthorPosts
-
December 19, 2013 at 12:26 pm #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
December 19, 2013 at 12:28 pm #201992My dev website is http://www.oriolmorte.com/new
December 20, 2013 at 3:39 am #202398Hey!
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,
IsmaelDecember 20, 2013 at 4:21 am #202413This reply has been marked as private.December 20, 2013 at 11:25 am #202532Hi!
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,
PeterDecember 21, 2013 at 7:12 pm #202899This reply has been marked as private.December 24, 2013 at 4:14 am #203433Hey!
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!
DevinDecember 24, 2013 at 7:54 pm #203580The 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.
-
AuthorPosts
- The topic ‘No success creating sortable categories / image settings’ is closed to new replies.