-
AuthorPosts
-
December 7, 2019 at 12:53 pm #1163566
Hi
1st: I have a problem with a featured image. I would like images to be 700px in width and no crop (height auto)
I set up this in enfold options:
.big-preview img {
height: auto !important;
width: 700px !important;
margin-left: auto;
margin-right: auto;
}
I’ve Downloaded Simple Image Sizes plugin, set a desired size of images and rebuild images but still no success. Cache is cleared.2nd
Last few weeks my clients tell me that they always see cached site. They post a news but they dont see it. I’ve disabled all cache plugins (hosted on siteground), tried another, flushing etc but still no success (mind you, i usually see fresh web page and i dont understand how they see cached but they do.. No matter on what connection they are looking)Can any of your experts see if something is wrong in settings / htaccess ?
December 7, 2019 at 11:23 pm #1163704Hey cyberhrc,
You need to disable cropping in functions.php. See the following:
As for caching perhaps contact your hosting to see if they need to do a cache clear/server reset.
Best regards,
Jordan ShannonDecember 8, 2019 at 11:51 am #1163750hi again
im confused that i get reply from ‘ magniumthemes ‘ a bit :)
anyway, i’ve opened functions php and code structure is much difference than your on screenshot
so i changed this:$avia_config['imgSize']['featured'] = array('width'=>700, 'height'=>600 , 'crop' => false); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>700, 'height'=>630 , 'crop' => false); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>700, 'height'=>600 , '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'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>700) , 'crop' => false; // big images for blog and page entries
rebuilded thumbnails but they are still same size on post
December 10, 2019 at 9:41 pm #1164633Hi,
Add the plugin called ” Simple Image Sizes ” will help you to edit all those with no code. After this, remember to re-generate thumbnails always.
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.