Forum Replies Created
-
AuthorPosts
-
John Boase
ParticipantThanks again Steven,
Worked like a charm.
Excellent plugin and support.
Regards
John
John Boase
ParticipantThanks Steven,
I was editing the wrong card.php file…doh!
That’s worked a treat.
I can’t leave another review as I left one 5 months ago but I did manage to edit that and give some extra praise in there for you…and rightly so!
One last question and I think I’m done then. Can I have the ‘Show Bio’ link go to the full listing like the link does when you click on the name instead of it opening a dropdown box?
Thanks in advance
John
John Boase
ParticipantHi again Steven,
I want the excerpt to be visible on the listing at all times underneath ‘Categories’ and above ‘Show Bio’ so I placed it in the card.php file as shown in the part of the code below but nothing is showing? Do I have it in the right place?
$entry->excerpt(); <?php if ( $atts['show_bio'] && 0 < strlen( $bio ) ) { $entry->getBioBlock( array( 'before' => '<h4>' . esc_html__( 'Biographical Info', 'connections' ) . '</h4>' . PHP_EOL, 'after' => '<div class="cn-clear"></div>', ) ); } if ( $atts['show_notes'] && 0 < strlen( $notes ) ) { $entry->getNotesBlock( array( 'before' => '<h4>' . esc_html__( 'Notes', 'connections' ) . '</h4>' . PHP_EOL, 'after' => '<div class="cn-clear"></div>', ) ); } ?>Regards
John
John Boase
ParticipantThanks for the quick response Steven,
I’ll give that a go over the weekend.
Regards
John
John Boase
ParticipantThank you again.
It was my mistake, I did not notice the link assignment to a logo option.
I now have this working.
Great support!
John Boase
ParticipantThank you for the quick reply:
If you are using Contact Form 7 for this, you could put the [contact-form-7 id=”1234″ title=”Contact form 1″] shortcode with after the [connections] shortcode on the page.
Thank you that worked!
The link option on the image is reserved for being assigned when added a link to the entry. This could be changed by editing the template’s PHP file. Do so, would break that feature.
Sorry but I don’t understand. I just want the logo (not the image) to link to the full directory listing of that organisation when clicked like when you click on the organisation name and it takes you to the full listing. Is that possible please?
John Boase
ParticipantSorry for the late reply but just got round to testing it and it works.
Thank you again…great support!
John Boase
ParticipantI’ll give that a try…thank you again.
John Boase
ParticipantThanks for the quick reply. Coding is not my strong point. Can you supply the code I would need to change this please in the plugin editor:
// Set to whom.
$email->to(
$sendTo,
$entry->getName()
);John Boase
ParticipantUpdated and resolved the locality issue.
Thanks again.
Great support!
-
AuthorPosts
