BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,481 through 13,490 (of 15,332 total)
  • Author
    Posts
  • in reply to: Photos not loading #265156
    Steven Zahm
    Keymaster

    @ Chelle

    After you register the site to a live domain name the issue will most likely resolve itself. The cause is the script can not find the images because of the DOCUMENT_ROOT pointing to a virtual site.

    in reply to: Organization and Department not showing up #265155
    Steven Zahm
    Keymaster

    @ Gavin

    After you make sure your theme does have the wp_head template tag can you revert back to the original files for the template? The styles should be fine once the wp_head template is in place. I’m guessing you moved the template’s CSS and javascript into the theme’s??? You have to remove them so they don’t conflict.

    The org and dept are showing, I see them being shown under the “Gavin T. DeWilde” entry. I am a little lost on what the relation as to the Quick Localization plugin. Could you proved a little more detail?

    in reply to: Organization and Department not showing up #265150
    Steven Zahm
    Keymaster

    @ Gavin

    I’ve replied both here and here. But to recap…

    My guess the issue is that the theme does not have the wp_head hook in the header.php file.

    Not having this hook in the theme will likely break most plugins if it doesn’t exist. Can you check and let me know if that solves the problem. Thanks.

    in reply to: Dark Theme and Table Issues #265148
    Steven Zahm
    Keymaster

    @ Sara

    That CSS will not worked because you switch templates. Now you’re using the Default Entry Card use the following CSS, put it at the end of the theme’s style.css file:

    #cn-list .cn-entry {
      color: #FFFFFF !important;
      background: #000000 !important;
    }
    
    #cn-list a {
      display: inline;
      margin: 0;
      background: none;
      border: 0;
      font-size: inherit;
      color: #8198be !important;
    }
    
    in reply to: My Theme Overrides Connections Styles #265139
    Steven Zahm
    Keymaster

    @ Sara

    Add the following CSS to the end of the theme’s style.css file:

    #cn-list table {
        color: white;
    }
    
    in reply to: Connections Pro & Relevanssi Search #265136
    Steven Zahm
    Keymaster

    @ Ray

    I know of, but, not familiar with Relevanssi. If it has ability to search custom tables, it would need to be configured to search the Connections tables. If it does not have that ability, then it will not be able to search Connections.

    In the past, I know users have used the Search Everything plugin… I think that was the name…

    in reply to: Disable CSS? #265133
    Steven Zahm
    Keymaster

    @ trmash

    This is my development plan taking you request a few steps further, thoughts?

    Ref: https://github.com/shazahm1/Connections/issues/218

    in reply to: Disable CSS? #265065
    Steven Zahm
    Keymaster

    @ trmash

    I think I can add something. I’ve logged the feature request.

    Ref: https://github.com/shazahm1/Connections/issues/216

    in reply to: Editing Diectory Entry #265064
    Steven Zahm
    Keymaster

    @ Eileen

    I would suggest the Link Extension. You would set those up that want to make their own edits with a WP user account. You could then use a plugin to redirect them on login to the “edit My Directory Entry” admin page where they can make their changes.

    Hope that helps.

    in reply to: Map, Bio, Notes not showing #265062
    Steven Zahm
    Keymaster

    @ Michel

    Different items displaying depending on the template being used. Right now, you’re using the Default Card template. This designed is like a rolodex card which displays contact info. The Bio Entry Card template will show everything the the Default Card template will, plus the bio field. You mention map and notes, the only two templates that have those features are the cMap and Market premium templates. You’ll have to purchase one of them for those features.

    Hope that helps.

Viewing 10 posts - 13,481 through 13,490 (of 15,332 total)