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.
Tagged: 8.4.2, force_home, home_id, shortcode
- This topic has 4 replies, 2 voices, and was last updated 10 years, 11 months ago by
Scott Stoddard.
-
AuthorPosts
-
09/03/2015 at 12:06 pm #345440
Scott Stoddard
ParticipantHello Steven,
I wanted to split Full-time Faculty and Part-time faculty by inserting two shortcodes on the same page such as:
<h2>Full-time</h2>
[connections template='gridder' id='1276,1241,1242,1419,1243,1279' order_by='id|SPECIFIED' background_color='#4A2C7B' color=fff image_width='200' image_height='250' excerpt_length=100 show_alphaindex='FALSE' show_alphahead='FALSE' str_note_head='']
<h2>Part-time</h2>
[connections template='gridder' id='1292,1165' order_by='id|SPECIFIED' background_color='#4A2C7B' color=fff image_width='200' image_height='250' excerpt_length=100 show_alphaindex='FALSE' show_alphahead='FALSE' str_note_head='']
It looks perfectly fine on the page, but when I click to see the full profile, at the end, it adds the text “Part-time” in h2 format, and “No results” underneath.
Can you think of a solution?
Thanks!
Julie
09/03/2015 at 5:33 pm #345482Steven Zahm
Keymaster@ Scott
re: Can you think of a solution?
Yes, many users do this type of setup. To resolve this you can use either the force_home OR home_id shortcode options so the links resolve to another page where you only have the shortcode on it once.
Hope that helps. Let me know.
09/04/2015 at 9:06 am #345561Scott Stoddard
ParticipantI have the Gridder code on page id=3157
When View Profile is clicked, I want the profile details to show on a different page. I added the shortcode home_id=3224 but the page comes up blank except for the h1 title.What am I doing wrong? Thanks!
09/04/2015 at 10:05 am #345564Steven Zahm
Keymaster@ Scott
I can not quite determine which page ID you want to use, here my best guess…
On the original source page you want this:
<h2>Full-time</h2> [connections template='gridder' id='1276,1241,1242,1419,1243,1279' order_by='id|SPECIFIED' background_color='#4A2C7B' color=fff image_width='200' image_height='250' excerpt_length=100 show_alphaindex='FALSE' show_alphahead='FALSE' str_note_head='' home_id=3224] <h2>Part-time</h2> [connections template='gridder' id='1292,1165' order_by='id|SPECIFIED' background_color='#4A2C7B' color=fff image_width='200' image_height='250' excerpt_length=100 show_alphaindex='FALSE' show_alphahead='FALSE' str_note_head='' home_id=3224]On the destination page (ID 3224) you need this and only this:
[connections]09/04/2015 at 1:31 pm #345574Scott Stoddard
ParticipantSolved! Thanks! You’re the best!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
