This topic is: resolved
- This topic has 10 replies, 2 voices, and was last updated 7 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.39.1, custom fields, Gridder, template
@ Ellen
RE: just to clarify, you are not able to help me add the additional drop down? Would it be easier to add an additional drop down for a non-custom field?
I do offer custom development services, so yes I can help. Would you like a quote?
Registering a custom field is where I would start since it is the best way forward.
I do give little shortcode code snippets and CSS bit in the support forum, but developing custom fields with search does go beyond what can supported in the forum.
RE: I would still like to figure out how to refer to the element both in CSS and in the shortcode, so that I can make it bold and add a string to get the label text to show up
This line of code:
if ( ! empty( $text ) ) echo '' . esc_html( $text ) . '';
You can tweak to have whatever label you want and add classes for CSS targeting so you can style it any way you want.
RE: I am receiving a syntax error that says there is an unexpected “<”
You need to watch the opening and closing PHP tags … <?php and ?>. I suspect you have inserted a PHP open tag within a set of PHP tags.
You cannot reply to this support topic. Please open your own support topic.
