This topic is: resolved
- This topic has 13 replies, 3 voices, and was last updated 8 years, 8 months ago by .
You cannot reply to this support topic. Please open your own support topic.
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.
Tagged: 0.7.9.3, cMap, image_fallback, SiteShot
No worries and good to hear it’s resolved.
BTW, your support for connections pro is excellent. Keep it up :)
Many thanks!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections
@ Michael
Your variation – do you show both the siteshot and the logo?
Is it possible (using cMap) to have, on the detail view, the logo, the image and the siteshot.
At the moment it is showing either the logo or the siteshot (depending on which was set to the image parameter.
Your response appreciated.
@ Dirk
re: Is it possible (using cMap) to have, on the detail view, the logo, the image and the siteshot.
Technically yes, but that requires you to edit the template’s php file.
You would have to edit the card-single.php
file found here:
../wp-content/plugins/connections-cmap/
You would paste this where you wanted SiteShot to be displayed:
$entry->getImage( array(
'image' => 'siteshot',
'height' => 200,
'width' => 300,
'fallback' => array(
'type' => 'none',
'string' => ''
)
)
);
If you take this route, then you should read this QuickTip so the change is update safe.
Hope that helps!
You cannot reply to this support topic. Please open your own support topic.