BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,691 through 11,700 (of 15,332 total)
  • Author
    Posts
  • in reply to: required customized Layout for Directory template #282730
    Steven Zahm
    Keymaster

    @ Omkar

    I’m not available at this time to do custom templates but I do have have a dev that I can recommend. I’ll ask him to reply to you in this forum thread.

    in reply to: Exclude shortcode not working #282729
    Steven Zahm
    Keymaster

    @ Jt Sayotovich

    Well, that definitely looks right. I forgot to ask, which version of the cMap template do you have installed? You need to be on version 3.1. If you are, then’ll I’ll need a temp admin account to take a closer look as to why this would not be working. Speaking of, could you define “not working” better for me?

    in reply to: Direct edit link #282693
    Steven Zahm
    Keymaster

    @ Roy

    Not presently. This feature has been added to Form 2.0 which is due to release ny end of month.

    in reply to: Categories Not Displaying #282692
    Steven Zahm
    Keymaster

    @ Dale

    Sorry, but currently the Bio Entry Card does not display the categories. I’ve added them to upcoming 0.8 release due out by end of month.

    in reply to: Search on Home Page #282690
    Steven Zahm
    Keymaster

    @ Jarrod

    That is a limitation with the database that I can not fix or work around. MySQL needs at least 3 to 4 characters to return a result.

    in reply to: Almost all resolved – adding "*" #282666
    Steven Zahm
    Keymaster

    @ Roy

    re: Asterisk:

    You want to use this function within the card.php and card-single.phpfiles found in theconnections-cmapfolder within thepluginsfolder. Check for the specific category and if it exists echo out the*after the$entry->getNameBlock()` function in both files.

    re: Minified CSS:

    On production servers only the minified version of the CSS file is enqueued. The non-minified version will only be loaded if the SCRIPT_DEBUG constant is set to true in the wp-config.php file.

    re: Mouseover tooltip:

    That is rendered by the browser because the abbr tag has a title attribute to properly support the hCard spec. To my knowlegde and cursory searches, there is not a way to prevent this. The only option would be to edit this line changing both instance of abbr to span and then remove the title attribute.

    Hope that helps! And thanks for the review!

    Steven Zahm
    Keymaster

    @ Smk

    Login to your site with FTP and delete the connections folder within the plugins folder. You can then reinstall Connections. You data and images are safe. After you update, visit the Connections : Templates admin page. You do not need to do anything, just visit the page.

    Hope that helps.

    in reply to: Mailing lists #282550
    Steven Zahm
    Keymaster

    @ Len

    Yes, this would be an outstanding feature to have. Maybe this is something that could be added as an extension when Link is installed…

    in reply to: Text confined when image hidden #282549
    Steven Zahm
    Keymaster

    @ Jeremy

    Great to hear!

    in reply to: Export and Limited Entries #282548
    Steven Zahm
    Keymaster

    @ Roy

    re: Remove image placholder:

    You need to add this to the shortcode image_fallback='none'. That will remove the empty image placeholder.

    re: Remove family relation label.

    Unfortunately the logic that renders this on the page is pretty “dumb”, basically meaning, there is no option or way to use CSS to hide this label. I’ll have to address that. If you can manage editing some PHP you can remove the label that way. The line of code you need to edit can be found here.

    re: Left align the character index:

    Add the following to the theme’s custom CSS area or to the end of its styles.css file:

    #cn-cmap .cn-alphaindex {
        text-align: left !important;
    }

    re: Hide the map divider pipe |:

    Add the following to the theme’s custom CSS area or to the end of its styles.css file:

    #cn-cmap .toggle-map-divider {
        display: none;
    }

    re: Asterisk by name when in specific category:

    The short answer is no. The long answer is, you could probably as some PHP to check for a category and then output the asterisk. I can can refer you to a dev that does custom work on templates if this is something you’d like to pursue. Just let me know.

    re: Dotted underline beneath dates:

    It’s been awhile since I’ve seen this popup … See this FAQ.

    I think I answered all the questions. Please let me know if I missed any. Thanks!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

Viewing 10 posts - 11,691 through 11,700 (of 15,332 total)