Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 12 replies, 2 voices, and was last updated 12 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
08/19/2013 at 6:30 pm #267537
Cori Nevruz
GuestI have reset the thumbnail and image size in the image settings but the image is still getting cropped. Any advice?
08/20/2013 at 3:09 pm #267595Steven Zahm
Keymaster@ Cori
Because Excerpt requires a specific image in order to render correctly, it creates is own image dynamically. The only way to change the image size would be to edit the template
card.phpfile and the css file so the new size will be accounted for. If this is something you feel comfortable doing, I can provide more detailed instructions. Let me know.08/20/2013 at 6:29 pm #267628Cori Nevruz
Guestyes, i am comfortable doing this if you dont mind sending me what I need to change.
Thanks!
The images I am using are all 160×24108/21/2013 at 11:08 am #267682Steven Zahm
Keymaster@ Cori
Open the
card.phpfile found here:
../wp-content/plugins/excertp-plus/Change this:
$entry->getImage( array( 'image' => 'photo' , 'height' => 120 , 'width' => 100 , 'fallback' => array( 'type' => 'block' , 'string' => 'No Photo Available' ) ) );To this:
$entry->getImage( array( 'image' => 'photo' , 'height' => 241 , 'width' => 160 , 'fallback' => array( 'type' => 'block' , 'string' => 'No Photo Available' ) ) );Now open the
excert-plus.cssfile and change this:#cn-excerpt-plus .cn-right { margin: 0 0 0 120px !important; }To this:
#cn-excerpt-plus .cn-right { margin: 0 0 0 180px !important; }You might also have to tweak the
min-heightvalue in this:#cn-excerpt-plus .cn-entry { font-size: 12px !important; clear: both; position: relative; line-height: 18px !important; min-height: 160px; }Save the
excerpt=plus.cssfile, duplicate it and name the duplicate toexcerpt-plus.min.css.Upload all the modified files overwriting the originals.
Of course, make a backup first.
Hope that helps.
08/21/2013 at 12:58 pm #267692Cori Nevruz
GuestCan you take a look… the images are overlapping the text now
http://combses.wcpss.net/?page_id=9530&preview=true&preview_id=9530&preview_nonce=f7eca5d3e708/21/2013 at 1:18 pm #267694Cori Nevruz
GuestOkay, I tweeked it some more, just looks now like i need the detailed version to change size too, not just the list image. Also, the last image on the page overlaps the hit counter.
08/21/2013 at 1:33 pm #267697Cori Nevruz
GuestI updated the individual listings at card-single.php. thanks
08/21/2013 at 3:22 pm #267702Steven Zahm
Keymaster@ Cori
Ok, sounds like you’ve got it all under control. Looks good.
09/17/2013 at 3:19 pm #269358Dan S.
GuestI have the exact same problem but don’t see a file called card.php. Has the location since changed?
09/17/2013 at 3:20 pm #269359Dan S.
GuestNevermind…Found it…
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
