BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,201 through 11,210 (of 15,332 total)
  • Author
    Posts
  • in reply to: add bio and notes accordian down #291437
    Steven Zahm
    Keymaster

    @ Arthur

    The list of available templates… the free ones included or the ones for sale, both? The free one can be found on the Connections : Templates admin page and the one for sale, click the Templates link at the top of the page.

    The Default Card template shows all fields except bio and notes, the Bio Entry Card shows all fields except the notes. The Table Entry Card is just like the Default Entry Card, no differences. The Profile Entry Card just shows the bio.

    All the templates for sale can show all fields. The differences is where and in what style. Each template if configured with different defaults on which fields to show to fit the designed purpose. To see the defaults, visit the demo pages for the templates to get the best feel of the template.

    I hope that sufficiently answers your question.

    in reply to: Errors #291436
    Steven Zahm
    Keymaster

    @ Deanna

    I just noticed I did actually paste the link to the solution, so sorry!

    in reply to: Increase Theme Conflict #291435
    Steven Zahm
    Keymaster

    @ Joshua

    The best I can tell you about the strike-through is that is a CSS being applied by the theme or another plugin, likely the theme. Applying the theme confict option and using the raw shortcodes will not fix that. Unfortunately without a link to the page with the issue, I will not be able to give you the CSS to override ride the theme. If you can share a link, I’ll take a look.

    The open_basedir issue is being caused by your web hosts configuration. The solution I gave in this post will fix the issue.

    The shortcode issue, see this QuickTip on working with shortcodes. My guess is either you have some HTML code inside the shortcode or fancy quotes are being used. The cause for either would be from copy/pasting code from a web page into the post editor while in the visual editor.

    I hope that helps!

    Steven Zahm
    Keymaster

    @ Ken

    There is a CSS conflict with the theme at:
    http://www.kingstonlandlordassociation.com/join-directory/

    I noticed that in your other support request and answered it there:
    http://connections-pro.com/support/topic/visualtext-editor-display-issue/#post-291433

    Sorry for the split answer, I saw and read the other post first.

    The toggling issue on the other site … oddly there are no errors or anything. So, the first thing to try is to deactivate all plugins except Connections and Form to see if the issue is fixed. If it is, then it is a plugin conflict, if not, then it is a theme conflict. In the event that it is a plugin conflict, you need to activate the plugins one at a time until the issue returns. The last plugin you activate when the issue returns is the conflicting plugin.

    Let me know what you find out.

    in reply to: Visual/Text Editor Display Issue #291433
    Steven Zahm
    Keymaster

    @ Ken

    I just visited the site, the text editor seems to b working fine, but the theme is overriding some of the core WordPress styles. Add the following to the theme’s custom CSS area or to the end of its styles.css file:

    input[type="button"].ed_button, div input.ed_button.button.button-small {
        color: #000 !important;
    }
    .wp-editor-area {
        background-color: #FFF;
    }

    That should fix it up.

    To fix up that huge gap at the top … another CSS conflict, add this:

    #cn-form #title {
        height: auto;
        float: none;
        width: auto;
        text-indent: 0;
        overflow: visible;
        text-transform: none;
        font-family: inherit;
    }
    in reply to: Short Code – Stopped working #291432
    Steven Zahm
    Keymaster

    @ Jay

    The [connections_list] shortcode was deprecated a little over two years ago and removed in the latest versions. It is just [connections]. The usage is exactly the same as the old shortcode.

    Apologies for the troubles … I hope that helps.

    in reply to: Translate Category names #291380
    Steven Zahm
    Keymaster

    @ Claude

    Sorry, no. I’ve just this week started writing the complete re-write of the underlying taxonomy system.

    in reply to: Link Targets and Classes #291339
    Steven Zahm
    Keymaster

    @ Will

    Unfortunately, I do not yet have filters in place so this could be done without editing the core code. The section of code you’ll need to edit can be found here. The file anme and path can be found at the top of the page.

    I hope that helps!

    Oh, there’s a whole lot more in terms of updates too :)

    in reply to: Private | Login #291336
    Steven Zahm
    Keymaster

    @ John

    Set the Organization as Public and then set the CEO and Executive Board as Private. Now, only when the CEO and Executive Board login, only they will be able to view those entries while anyone who is not logged in will only see the Organization.

    Hope that helps.

    Steven Zahm
    Keymaster

    @ James

    Tomorrow if not sooner as it addresses other bugs too.

Viewing 10 posts - 11,201 through 11,210 (of 15,332 total)