BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,741 through 12,750 (of 15,332 total)
  • Author
    Posts
  • in reply to: Keeping the "Card" design on ndividual Listings #271813
    Steven Zahm
    Keymaster

    @ Nancy

    Sorry, I forgot to mention the single card styling. That can be done, however, that would require editing the core PHP template files and just might require other small CSS tweaks.

    To make the PHP edit you need to open this file: card-single.php; found here:
    ../wp-content/plugins/cmap/

    Look for this line:

    <div id="entry-id-<?php echo $entry->getRuid(); ?>" class="cn-entry-single">
    

    Change it to:

    <div id="entry-id-<?php echo $entry->getRuid(); ?>" class="cn-entry">
    

    Save and upload, overwriting the original.

    That should do it sans any possible CSS tweaks that might be required.

    in reply to: CSV Import #271808
    Steven Zahm
    Keymaster

    @ Youval

    Absolutely. Question. I have a newer version that now imports all fields including the social networks and IM but has not been as tested as the older version of the alpha. Would you be willing to give that version a shot?

    in reply to: Map not displaying in cMap #271757
    Steven Zahm
    Keymaster

    @ Sylvie

    that’s great to hear. I’ll have to log that as a plugin conflict. Did you install another map plugin as an alternative that worked without conflicting?

    in reply to: Searching for referral vets on multiple field #271738
    Steven Zahm
    Keymaster

    @ Larry

    My sincerest apologies I missed replying to you!

    Yes, all templates except market will work with any responsive theme. CSS conflict do happy but they are easily resolved when encountered.

    The search is a simple keyword search which does search both the state and zip code fields by default. You can limit searching to just those fields in the settings for an adhoc region search. There is not a more advanced search like in your current setup, sorry.

    I look at you data seems to suggest that Connections does include most of the fields you require however since there is no custom field support at this time anything that does not fit with the fields provided you would have to enter into either note or bio field. So depending how important that data is to the record Connections may or may not be a good fit for you needs. I suggest downloading and installing it and enter a field entries to get an idea if it will work for you. You can test the search and category filtering in the admin to get an idea of how it will work in the front end.

    Again my apologies and I hope this helps you.

    in reply to: Filter out Organization Name (or sort differently) #271736
    Steven Zahm
    Keymaster

    @ Charles

    There is not an easy way to change the order of Org / Dept. You would have to hard code the charge in the using PHP in the core template file. You did mention hiding it. That can easily be done with a bit of CSS. Add the following to the theme’s custom CSS area or if the theme does not have one instead add it to the end of the theme’s style.css file.

    #cn-tile-plus span.organization-name {
        display: none !important;
    }

    Hope that helps!

    in reply to: Category type Spilling into Footer #271734
    Steven Zahm
    Keymaster

    @ Charles

    could you instead share a link to your directory so I can see first hand the issue? Thanks!

    in reply to: Can use basic design for pro templates? #271733
    Steven Zahm
    Keymaster

    @ Alyssa

    You need to remove the background gradient from the CSS files, cmap.css and cmap.min.css.

    Look for this:

    #cn-cmap .cn-entry{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 3px 4px 2px rgba(100,100,100,.4);-moz-box-shadow:0 3px 4px 2px rgba(100,100,100,.4);box-shadow:0 3px 4px 2px rgba(100,100,100,.4);background:#e3e3e3;background:-moz-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#e3e3e3),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:-o-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:-ms-linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);background:linear-gradient(top,#e3e3e3 1%,#f1f1f1 100%);border:1px solid #d3d3d3;font-size:12px;margin:10px 4px;padding:12px;position:relative}
    
    
    in reply to: Different directories on same webpage #271732
    Steven Zahm
    Keymaster

    I just emailed you a zip that you can install and activate. Anywhere you find “snc” upper or lowercase is where you have to make the change in both the base plugin file and the CSS file.

    in reply to: Link directly to a category #271714
    Steven Zahm
    Keymaster

    @ Rodney

    Using cat would cause a conflict with WordPress because that is what it uses to reference its own categories.

    in reply to: Search conflicts (possible bug?) #271713
    Steven Zahm
    Keymaster

    @ Alex

    Can you share a link to your directory so I can see the issue and replicate the issue? That’ll help me a bunch to understand better.

Viewing 10 posts - 12,741 through 12,750 (of 15,332 total)