BBPress Julie : Replies Created

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 23 total)
  • Author
    Posts
  • in reply to: Template pack #277060
    Julie
    Participant

    no problem, I thought I’d ask before I buy another one. Thank you.

    in reply to: Connections Link #277058
    Julie
    Participant

    Holy 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.
    in reply to: default template images not showing #277010
    Julie
    Participant

    No 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']

    http://jhcband.org/test-page

    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;
    }

    in reply to: Filter Categories in Category Widget #276850
    Julie
    Participant

    I 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,
    Julie

    in reply to: Connections Authored Fatal error #276847
    Julie
    Participant

    If 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.
    in reply to: Filter Categories in Category Widget #276845
    Julie
    Participant

    I 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
    in reply to: Editing Categories #249796
    Julie
    Participant

    Thank You. Could it be one of my other plug ins clashing?

    in reply to: 0.7.3.5 dropdown #249699
    Julie
    Participant

    I took a quick look, it seems to be working. I’ll do a better check when I get home from work. Thank You!

    in reply to: 0.7.3.5 dropdown #249639
    Julie
    Participant
    This reply has been marked as private.
    in reply to: cMap pagination not working #249517
    Julie
    Participant

    0.7.3.4 fixed it, thank you.

Viewing 10 posts - 11 through 20 (of 23 total)