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 18 replies, 2 voices, and was last updated 8 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
09/28/2014 at 6:54 pm #305409
Joel Libava
ParticipantHi Steve,
I was out of town-sorry about the delay.
Your follow-up is quite impressive.
How about this for an idea-maybe this can be a simple fix.
On my Directory page, http://www.franchisebizdirectory.com/directory , the link on each listing that says “show details”–can it be easily forwarded to the page where the listing is, instead of what it does now? (Which is a drop down)
So, when a visitor hits “show details” it shows the details by just going to the page that’s created already? That way, I won’t have to worry about changing as much code stuff.
JL
09/29/2014 at 9:54 am #305444Steven Zahm
Keymaster@ Joel
Thanks, I try to be very responsive.
A custom template override file could be created to do what you want but that would not solve the issue of the nofollow being stripped from the links.
If you’d like to remove the bio (“Show Details”) content try, since clicking on the entry name will take you to the single entry, can be disabled. This is effectively the same thing.
Use this shortcode:
[connections enable_bio='false']09/29/2014 at 10:18 am #305452Joel Libava
ParticipantSo, that will just remove the “show details” tab, but keep the bio on the listing pages?
And, where do I put that shortcode, please?
Thanks.
JL
09/29/2014 at 10:36 am #305455Joel Libava
ParticipantHere is what is on Directory Page now: Where do I add that shortcode you gave me?
[connections template=cmap background_color="transparent" background_gradient=false enable_search=false enable_category_select=false page_limit=10 enable_note=false show_im='false' str_bio_show='Show Details' str_bio_hide='Close Details' str_bio_head='']
Thanks!
JL
09/29/2014 at 10:40 am #305460Steven Zahm
Keymaster@ Joel
You would add
enable_bio='false'
to our existing shortcode:[connections template=cmap background_color="transparent" background_gradient=false enable_search=false enable_category_select=false page_limit=10 enable_note=false show_im='false' str_bio_show='Show Details' str_bio_hide='Close Details' str_bio_head='' enable_bio='false']
But scrap that suggestion … that would disable it on the single entry page too. Didn’t think that thru, sorry.
Probably the best that can be done is hidding the link:
Add the following to the theme’s custom CSS area:
#cn-cmap .cn-bio-anchor.toggle-div { display: none; }
09/29/2014 at 10:46 am #305461Joel Libava
Participantokdokey. Let’s see if I don’t screw that up :)
JL
09/29/2014 at 10:48 am #305462Joel Libava
ParticipantOk, like exactly where on css stylesheet, sir?
JL
09/29/2014 at 10:51 am #305463Joel Libava
ParticipantWait. i did it. i did it>
One more thing:
Any ideas on how to make it easy for folks to figure out that they have to click title of the listing to see the details of the listing? Something i could add in one fell swoop?
Thanks,
Joel
09/29/2014 at 12:11 pm #305474Steven Zahm
Keymaster@ Joel
Honestly, most people are going to just know that clicking on the name will take them somewhere as it is very, very common to see that on sites and in directories.
But if you want to make it even more obvious, add an underline to the links:
.cn-entry h3 a, .cn-entry a { display: inline-block; border-bottom: 1px solid #ddd; }
Hope that helps!
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.