Forum Replies Created
-
AuthorPosts
-
Julie
Participantno problem, I thought I’d ask before I buy another one. Thank you.
Julie
ParticipantHoly cow!!! That is almost better than a powder day! THANK YOU! I had no idea to even search for it.
I had a plug in that I was using very differently than it’s intended use, this plug in solved a big problem I was having with it too.
Julie
-
This reply was modified 12 years, 7 months ago by
Julie.
Julie
ParticipantNo problem, I’m at my paid job now, I only work on this site a couple hours in the mornings. I switched the test page to my default page template and used this short code:
[connections template="card" category='22']
I also have the problem when I try to use the default template as the all template.
It did occur it me I may have done something in my style sheet. http://jhcband.org/wp-content/themes/jhcb/jhcbextra.css
I have a H3:before tag with a bass clef, I did not like that in the contact cards so I added this on the style sheet, it worked on the cMap template as I expected.
/*hack for cMap Connections Template, remove bass cleff*/
.jhcb_wp .post .cn-right h3:before {
content:””;
width:0px;
margin:0px;
background:none !important;
}Julie
ParticipantI deleted
global $connections; echo $before_widget; echo $after_widget;from my page and it seems to work.
I’m looking for the correct thing to add to the array, or my code to filter only public entries so that only public entries are counted, and any categories with only private entries are hidden.
OR
Add to my array which category IDs to display.
I’m weeding through code on the pages to learn/see what needs to be coded, but I’m out of time today. Any help would be appreciated.
Thank You,
JulieJulie
ParticipantIf your going to make a mistake it should be large enough so everyone knows, trust me, I play piccolo.
Thank you!
-
This reply was modified 12 years, 7 months ago by
Julie.
Julie
ParticipantI figured it out!
<?PHP { global $connections; echo $before_widget; $atts = array( 'type' => 'link', 'show_count' => TRUE, 'show_empty' => FALSE, ); $connections->template->category( $atts ); echo $after_widget; } ?>Sometimes I can’t see the forest for the trees.
-
This reply was modified 12 years, 7 months ago by
Julie. Reason: typos
Julie
ParticipantThank You. Could it be one of my other plug ins clashing?
Julie
ParticipantI took a quick look, it seems to be working. I’ll do a better check when I get home from work. Thank You!
Julie
ParticipantThis reply has been marked as private.Julie
Participant0.7.3.4 fixed it, thank you.
-
This reply was modified 12 years, 7 months ago by
-
AuthorPosts
