Forum Replies Created
-
AuthorPosts
-
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-franceand 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.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
slideUporslideDownwith a total of 7 instances.Steven Zahm
Keymaster@ h2designs
Ok, figured it out. There was a bug with the template and I also added the
lockoption 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/tohttp://marcogroupinc.com/dealers/listings/?cn-s=&cn-cat=44then the category select should work normally.Hope that helps.
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
categoryoption 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.
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.
Steven Zahm
Keymaster@ Kieran
Ok, I made the fix.
Steven Zahm
Keymaster@ Leontine
All those shortcode options, excluding category, will only work with the premium templates; none of the supplied core default templates.
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.
Steven Zahm
Keymaster@ Esther
The only way to do this would be to edit the template files found here:
../wp-content/plugins/excert/card.phpand
../wp-content/plugins/excert/card-single.phpYou 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-leftI’m just not exactly certain how this might effect the CSS.
Hope that helps.
12/21/2013 at 9:26 am in reply to: Two questions: alphaheads only on one template, and Back to All #275807Steven 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.
-
AuthorPosts
