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: 0.7.9.3, remove, search, shortcodes
- This topic has 17 replies, 3 voices, and was last updated 9 years, 2 months ago by
Steven Zahm.
-
AuthorPosts
-
12/29/2013 at 7:22 pm #276159
Steven Zahm
Keymaster@ rediar
Please reply here in the forums and not to the notification email. I generally do not receive those. Thanks!
To answer your question, yes … I see you added:
#cn-list { margin: 0 auto; display: table; }
You also need to add:
.cn-list-row-alternate, .cn-list-row { display: inline-block; }
fyi, I’m adding this same feature to Tile Plus in an update releasing in a few hours. I mention this because you have a dark theme. You could use this feature to create a better visual fit with your dark theme.
12/29/2013 at 9:28 pm #276160rediar
ParticipantWow, where you have been all my life Steve! ;)
Almost golden here, just a few anomalies.
On the instructors page it starts out great and then on the 3rd and 4th row there is only 1 instructor per line.
http://www.uskmaa.com/kangs-instructors/On the Affiliates page there is only one per row.
http://www.uskmaa.com/business-affiliates/When you click on any of the contacts their information is doubled on the next page.
Thank you sir!
Rediar12/29/2013 at 9:42 pm #276161rediar
ParticipantSomething that is very very strange….
If you click on an INSTRUCTORS Contact Page,
– you cannot click on the INSTRUCTORS navigational menu link to get you back to the INSTRUCTORS
– You can Go back to directory if you click on “Go back to directory” link.
– And you can on any other link including the AFFILIATES from the navigation menu.If you click on an AFFILIATES Contact Page,
– you cannot click on the AFFILIATES navigational menu link to get you back to the AFFILIATES
– You can Go back to directory if you click on “Go back to directory” link.
– And you can on any other link including the INSTRUCTORS from the navigation menu.12/30/2013 at 9:57 am #276164Steven Zahm
Keymaster@ rediar
re: the number of cards per row
Yeah, sorry about that. It seems I broke the CSS a little in the 3.0.1. I didn’t notice it initially because my test pages have a large amount of entries rather than just a few. The 3.1 release I mentioned that has the two new background color features, the CSS is fixed in that release. It can be downloaded via your purchase history. Same as before.
re: going back
I went to the two pages, I could click of the nav links with no issues. I tested in Chrome, which browser did you test in? I see there is a JavaScript error in the jQuery qTip Tooltip plugin, maybe that is causing the issue.
re: double listing
That is because you have the shortcode on the page twice and when you click thru to a single entry, you are still on the same page so the shortcode is still on the page twice. To resolve this you need to create a third page; lets call it the “Results” page. On the results page, just enter the shortcode once with no options [you can have options to configure the template differently if you want]. Then set this results page as the directory home page and use the force_home shortcode on both the instructors and affiliates pages. Alternatively, you can leave your directory home page set as is and use the home_id shortcode option on both the instructors and affiliates pages to point them to the “results” page.
Hope that helps.
01/02/2014 at 4:58 pm #276348rediar
ParticipantFixing the Double Listing fixed going back as well.
I just downloaded the Slim Plus file and that did not seem to change the display. Should I have downloaded another file?
Also the gradient works great with Firefox but with Chrome and IE it is just an off white.
One other question would be can I make it so that with some contacts that I could hook up their website link to their photos as well, while still having others stay on the site?You wouldnt happen to manage WP sites as well would you? ;) I do not need someone now, but hopefully soon.
Thank you,
Rediar-
This reply was modified 9 years, 2 months ago by
rediar.
01/02/2014 at 5:21 pm #276350Steven Zahm
Keymaster@ rediar
You have a custom CSS style that is breaking the gradient, you’ll have to remove that.
Also, it seems you have not updated to Tile Plus 3.1, Tile Plus 3.0.1 is still being used. Try reinstalling it again.
When editing an entry, the links have an option to link the URL to the photo or logo. You can also define if the link should open a new window or not.
01/02/2014 at 5:50 pm #276352rediar
ParticipantI have the custom CSS to put the gradient in. I put their so future updates would not be overwritten.
#cn-tile-plus .cn-entry {
background: -moz-linear-gradient(center top , #000000 1%, #4F4F4F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #FFFFFF;
}I know you can do the link on the image or logo, but wanted to do it on the name, especially since the link does not show up visibly as just being a link. Like the email address field.
Oh one more thing, the css is working for the instructors, but not the affiliates.
Tanks,
Rediar-
This reply was modified 9 years, 2 months ago by
rediar.
01/03/2014 at 9:44 am #276379Steven Zahm
KeymasterOk, I see … you’ll have to create a CSS gradient that is compatible with every browser. I use the Colorzilla CSS Gradient Generator.
Since you have the latest Tile Plus installed now … you can use these two new options. You could simply change the background color to black or you could disable both by setting the back ground to no and and turning off the gradient so you can easily use your own CSS for the gradient.
As for linking the name … sorry, not possible without editing the core template file and writing a bit of custom code. The reason is that the name is reserved for linking to the individual entry page.
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.