This topic is: resolved
- This topic has 11 replies, 2 voices, and was last updated 8 years, 4 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.3, cMap, image, str_image, tray_image
Hi,
When I enable the cMap template, all the entry images disappear and there is only the following text: “No Logo enabled”.
If I add a logo this doesn’t help.
@ Mark
All the images were loaded as images instead of logos right?
Edit the shortcode to this:
[connections image=photo str_image='No Photo Available' tray_image='logo']
This will tell cMap to use the image rather than the logo.
Lastly, if you’re using a page cachng plugin, make sure to clear the cache otherwise your changes will not be reflected.
Hope that helps!
That gives me a workaround, thanks. I’ve been messing around the way it was and I can get images to load if I hover the mouse over, but it’s blank otherwise. Does that help?
@ Mark
That sounds like another plugin or theme is applying an effect to the images. I suggest deactivating all other plugins temporarily to see if it is another plugin causing the issue. Can you please share a link to the page having the issue so I can take a look?
http://applebrides.com/new-directory/
I’ll take a look and investigate.
Is it possible to do something similar to the “bio” section, either removing the image that comes up there, or replace the logo again with the image?
@ Mark
The jQuery Pin It Button For Images is causing the issue. You’ll have to deactivate it.
Can I replace or remove the bio image alternatively?
@ Mark
This disables the image in the bio:
[connections image=photo str_image='No Photo Available' tray_image='none']
Hope that helps!
@ Mark
Also, I just noticed the the theme author decided to hide items classed as logos. Add this to the theme’s custom CSS area to ensure logos are display as they should be.
img.cn-image.logo {
opacity: 1;
}
Hey that worked a treat. Thank you very much for your help, I’ll be recommending connections to people I know.
You cannot reply to this support topic. Please open your own support topic.