Steven
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Need ability to add image alt textThis appears to be a custom template, so it is possible the correct alt image tag is not being applied to the page source. However, it seems there must be some JavaScript being run on the page to “transfer” the image title tag to the alt image tag. How this affects accessibility, I do not know. But would explain why your SEO tool reports the missing tag, it likely does not process the page JavaScript being its analysis.
I hope this helps; please let me know.
Forum: Plugins
In reply to: [Connections Business Directory] Need ability to add image alt textCan you share a link so I can take a look?
Forum: Plugins
In reply to: [Connections Business Directory] Category links stopped workingTwo items to check:
- Is the Directory Homepage option set and is set to the page where the directory has been embedded?
- Navigate to the WordPress Permalinks admin page. Make no changes; simply visiting the page causes WordPress to rebuild its permalink structure.
I hope this helps, please let me know.
Forum: Plugins
In reply to: [Connections Business Directory] Profile Pics are StretchedThis was resolved in our support ticket system/channel. For other who may read this the solution was to add the following CSS to the theme’s custom CSS area in the Customizer:
#cn-circled .cn-circled-thumb img {
width: fit-content;
}Great to hear this worked out for you!
Forum: Plugins
In reply to: [Connections Business Directory] Database updateCan you please attach a screenshot of the issue?
Forum: Plugins
In reply to: [Connections Business Directory] Need ability to add image alt textThe
alt
text for the photo and logo images are created dynamically. Example, “Photo of First Last Name” or “Logo for Company Name”. It can not be changed manually.It sounds like another plugin has removed the WordPress capabilities used for permissions in Connections. Here’s a link to a FAQ which explains how to restore them:
The FAQ is actually for an old plugin conflict, but the solution is the same.
I hope this helps; please let me know.
Forum: Plugins
In reply to: [Connections Business Directory] Profile Pics are StretchedThis is likely due to another plugin or the theme. I did try to take a look, but it seems the directory page requires a login to view.
Forum: Plugins
In reply to: [Connections Business Directory] Why is one company listing center justified?The theme has a style rule declared in its CSS to center-align text for the
.advertising
class applied to the Connections Entry because the Advertising category has been attached to it.To override this, add the following the theme’s custom CSS area found in the Customizer:
#cn-tile-plus .cn-list-row-alternate.advertising, #cn-tile-plus .cn-list-row.advertising {
text-align: left;
}I hope this helps, please let me know.
Forum: Plugins
In reply to: [Connections Business Directory] Larger entriesAdd the following custom CSS to the theme’s custom CSS are in the theme’s custom CSS area in the Customizer:
#cn-circled .cn-circled-content h3 {
font-size: 20px;
}
#cn-circled .cn-circled-content p {
font-size: 16px;
}I hope this helps, please let me know.
Forum: Plugins
In reply to: [Connections Business Directory] How to add Search by CategoryAll of the premium template include the filter by category feature. here’s the link to several options:
I hope this helps, please let me know.
Do you have a page caching plugin installed or server-side static cache? If either, please ensure those caches are flushed after you make changes to Connections Entries.
I hope this helps, please let me know.
Forum: Plugins
In reply to: [Connections Business Directory] Email linksPlease visit the Connections Tools admin page and click the Logs tab. What does it state for the email that were sent?
Add the entries as an Organization instead of and Individual.
I hope this helps, please let me know.