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 7 replies, 2 voices, and was last updated 7 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
01/26/2016 at 11:03 am #362565
bebe
ParticipantI’m using the default entry card template, and updating the plugin has broken all customizations I had. The font has changed, placement of items have moved, and I’ve lost the ability to show both the logo and image on the left side. What happened and how can I fix it?
01/26/2016 at 11:10 am #362566bebe
Participant01/26/2016 at 11:46 am #362569Steven Zahm
Keymaster@ bebe
re: I’m using the default entry card template, and updating the plugin has broken all customizations I had. The font has changed, placement of items have moved, and I’ve lost the ability to show both the logo and image on the left side. What happened and how can I fix it?
If you made the changes by altering the core plugin template file rather than use template override files I’m afraid your changes are lost unless you can restore it from a backup. IF you haven’t been keeping backups, your web host will like have a recent backup and should be able to restore the it for you. Be careful, ask them how old it is and if they can only restore the files to a temp folder so you can grab a copy of your altered template.
Just like any other plugin, when WordPress does an update it deletes the files in the plugin folder and then copies in the new files. WordPress does not check for altered files or anything like that.
Sorry for the trouble, but I hope this helps.
01/26/2016 at 3:25 pm #362593bebe
ParticipantUnfortunately I tried restoring the site files and it’s still broken. Can you tell me how to force the logo to show under the image?
01/26/2016 at 5:23 pm #362602Steven Zahm
Keymaster@ bebe
re: Can you tell me how to force the logo to show under the image?
Same way you did before. That has not changed. Drop this in the template to show the logo:
$entry->getImage( array( 'image' => 'logo', 'fallback' => array( 'type' => 'none', ), ) );
Make sure to use a template override file.
01/27/2016 at 3:02 pm #362682bebe
ParticipantI did that, but it’s now only showing the logo. I need it to show both.
01/27/2016 at 3:37 pm #362689bebe
ParticipantYep, nothing I do is making both show..it’s either one or the other, not both logo and image.
01/27/2016 at 4:41 pm #362699Steven Zahm
Keymaster@ bebe
You are not replacing the code for the image are you? The code I gave you is to be added to the template, not to replace code.
Also, make sure you are working on the correct template file.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.