dixyantar
Forum Replies Created
-
Sorry, the changes seem to apply only to nelioefi images with this:
.home .main .post-list.group img { max-height: 250px; }Other images set from setfeatured image are coming in a different format. Not sure where they are coming from
Hi! Thanks for your gracious help. The sidebar issue was resolved.
But the change does not seem to appear in post-list.My theme sets the default thumbnails files in theme functions.
add_image_size( ‘thumb-small’, 160, 160, true );
add_image_size( ‘thumb-standard’, 320, 320, true );
add_image_size( ‘thumb-medium’, 520, 245, true );
add_image_size( ‘thumb-large’, 720, 340, true );My left side bar displays uploaded thumbnails as 80px*80px (even when using ‘thumb-small’ in the php getter. The CSS defined in my theme’s style sheet.
.alx-tab .tab-item-thumbnail {width: 80px; margin-left: -94px; float: left; }
But since the img tag has dimensions as 160*160, the images appear 80* in width and 160 in height. You can see the images in side bar at filmiana.com for better idea.The story is same for thumb-medium appearing in grid based home page.
The images which I am retrieving from media directory are appearing just fine. The problem is with images pulled by this plugin.Forum: Plugins
In reply to: Blog in subdirectory . Recent Posts in rootProblem is solved. Sorry for the trouble.
http://codex.wordpress.org/Creating_a_Static_Front_Page#Adding_a_Mini-Loop