This topic is: resolved
- This topic has 23 replies, 3 voices, and was last updated 8 years, 7 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: 8.1.1, CN_IMAGE_BASE_URL
@ robert
Ok, that seems to explain it then…
I visited your site. You are using the Default Card template. This template does not and has not ever displayed the logo. In the admin, on the Connections : Manage admin page, this only has ever displayed the the image, not the logo.
My guess is that you may have edited or had someone edit the template to show the logo. Or maybe you were using a different template???
Considering that the logo files are in the folder and are shown when you edit an entry in the admin, that tells me Connections seems to functioning correctly.
If you edited the template, you need to change this line:
<?php $entry->getImage(); ?>
Found in this file:
../wp-content/plugins/connections/templates/card/card-default.php
To this:
<?php $entry->getImage( array('image' => 'logo') ); ?>
But if you decide to do this, you should follow the this QuickTip so the change is update safe.
Hope that helps!
Thank you will try this and get back to you.
That worked thank you for your support.
@ robert
No problem!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
You cannot reply to this support topic. Please open your own support topic.