BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,301 through 12,310 (of 15,332 total)
  • Author
    Posts
  • in reply to: SEO #275905
    Steven Zahm
    Keymaster

    @ Steve

    Nope, unfortunately never seen this before. I see the dates are only Dec 10th. Is this the only time this occurred or is what you pasted just a sampling? I went to your site. I couldn’t find and entry for tracy-france and it appears that you have both the category select and the search disabled on Slim Plus, so those would not even be an option for the Googlebot to follow.

    in reply to: Form dates #275903
    Steven Zahm
    Keymaster

    @ Brian

    Apologies…

    I forgot to edit my copy/paste; remove all instances of:

    $('.celebrate').;
    $('.celebrate-disabled').;

    After the period it will be either slideUp or slideDown with a total of 7 instances.

    in reply to: Sort Listings #275902
    Steven Zahm
    Keymaster

    @ h2designs

    Ok, figured it out. There was a bug with the template and I also added the lock option to the second shortcode to prevent category selection from affecting it.

    One this to note, you should probably remove the category selection from the other instance too because you’re already within a category after clicking a state so change it will have no affect of the results. I thing the only option is you want it to work is to redo the links in the image map. For example change Tesas from http://marcogroupinc.com/dealers/listings/cat/texas/ to http://marcogroupinc.com/dealers/listings/?cn-s=&cn-cat=44 then the category select should work normally.

    Hope that helps.

    in reply to: Sort Listings #275889
    Steven Zahm
    Keymaster

    @ h2designs

    If I understand…

    I think you need to use this shortcode instead:
    [connections category='52' enable_category_select=FALSE enable_search=FALSE]

    That way, when you click the map, it will override the shortcode category option the same way as when you make a category selection from the listings page.

    As for why the other option do not work, try editing the page with the shortcode, click the Text tab, and make sure there is no HTML tags around the options. If there are, the were inserted by copy/pasting the options from the website while in the Visual tab.

    Hope that helps. Let me know.

    in reply to: Spacing Between Collapsed listings #275888
    Steven Zahm
    Keymaster

    @ h2designs

    Add the following to the theme’s custom CSS area if it has one, or alternatively, add it to the end of the theme’s style.css file:

    #cn-slim-plus .cn-list-row, #cn-slim-plus .cn-list-row-alternate {
        clear: both;
        margin: 10px 0;
    }

    That should do it. Hope it helps.

    in reply to: Tile Plus Template – Increase Field Sizes #275887
    Steven Zahm
    Keymaster

    @ Kieran

    Ok, I made the fix.

    in reply to: None of the short code parameters are working #275883
    Steven Zahm
    Keymaster

    @ Leontine

    All those shortcode options, excluding category, will only work with the premium templates; none of the supplied core default templates.

    in reply to: Categories #275812
    Steven Zahm
    Keymaster

    @ Steve

    I do not, but I can recommend someone who maybe interested in doing the work for you. They have experience with working with the Connections code base. He’s is away this weekend but I’ll ask him to respond to this forum thread.

    in reply to: Suppress pictures? #275811
    Steven Zahm
    Keymaster

    @ Esther

    The only way to do this would be to edit the template files found here:
    ../wp-content/plugins/excert/card.php and
    ../wp-content/plugins/excert/card-single.php

    You would have to remove this block of code:

    echo '<div class="cn-left">';
    
    	$entry->getImage( array(
    		'image'    => 'photo' ,
    		'height'   => 120 ,
    		'width'    => 100 ,
    		'fallback' => array(
    			'type'     => 'block' ,
    			'string'   => 'No Photo Available'
    			)
    		)
    	);
    
    echo '</div>';  // end cn-left

    I’m just not exactly certain how this might effect the CSS.

    Hope that helps.

    Steven Zahm
    Keymaster

    @ Karelle

    First question … either enable or disable the character index and then enable or disable it accordingly using the show_alphaindex and show_alphahead.

    Second question … There isn’t a “clear search” link. This will be coming in a future update, likely earlier next year.

Viewing 10 posts - 12,301 through 12,310 (of 15,332 total)