BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,981 through 3,990 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ laurelv

    re: I created my subdirectory in the plug-in directory

    No, the connections-templates/cmap folder should not be in the plugins folder. It should be in one of these:

    • ../wp-content/theme/{child-theme}/connections-templates/cmap
    • ../wp-content/theme/{parent-theme}/connections-templates/cmap
    • ../wp-content/connections-templates/cmap

    re: I want to remove the labels like Work: Phone: and just simply list the entries. I added this CSS to my main WP template code

    You can do this using shortcode options for cMap too. See this in the docs.

    re: How would I go about adding the expanded profile part to a WP page via shortcodes?

    Sorry, not sure I understand. Could you give more detail? The cMap template already includes a single view when you click on the entry name, it takes you to the entry’s page.

    Hope that helps!

    in reply to: Archive listing template #412628
    Steven Zahm
    Keymaster

    @ Helen

    re: I would like to adjust the title diplayed (removing the main category, alongside the sub-category)

    Sorry, not sure I understand what you are asking.

    re: remove the Alpha listing at the top.

    This can be turned off in the settings.

    If it is off, perhaps you enabled it with the show_alphaindex shortcode option. If that is the case, setting it to false or removing it will remove it from the directory assuming the setting is off too.

    Hope this helps!

    in reply to: Categories and Search bar not showing #412621
    Steven Zahm
    Keymaster

    @ Raffaella

    re: Works like a charm.

    Great to hear.

    re: Is it possible to have that in the drop down filter?

    yes, I answered this just now in the other support thread. :)

    in reply to: CSV Export Not Working #412620
    Steven Zahm
    Keymaster

    @ Jeffrey

    Sounds like another plugin or perhaps the theme is including their javascript on the Connections admin pages rather than just their admin page(s) and causing a fatal javascript error to occur.

    You can check for this by opening the page in Chrome, hitting the F12 key and then clicking the Console tab. Now try an export. Any javascript errors will be shown in the Console.

    My suggestion is to check for plugin and theme conflicts:

    Hope this helps. Let me know.

    in reply to: Enhanced Category Display #412619
    Steven Zahm
    Keymaster

    @ Raffaella

    Navigate to the Connections : Settings admin page and click the Display tab.

    Scroll to this option:

    • Display the categories above the results list?

    Disable it and save the change.

    Now, add show_category_count='TRUE' to the existing shortcode on the page. That will add the counts to the drop down.

    Hope that helps!

    in reply to: Categories and Search bar not showing #412617
    Steven Zahm
    Keymaster

    @ Raffaella

    Where did you put the CSS? I do not see it? You did put it in the theme’s custom CSS area right?

    Try adding the !important flag, like so.

    #cn-list .chosen-container .chosen-results li:before {
        content: "" !important;
    }
    #cn-list .chosen-container .chosen-results li,
    #cn-list .chosen-container-single .chosen-single {
        font-family: Georgia, "Times New Roman", Times, serif !important;
    }
    

    I tested it on your site and the selectors do work. Like I said I can not find where you adding the CSS I gave.

    Hope this helps!

    ps. You should use the category list OR the category drop down filter, not both.

    in reply to: Unable to import categories #412615
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Looking at this and one other plugin #412518
    Steven Zahm
    Keymaster

    @ Ryan

    In order to give an estimate I would need to know more details on the desired behavior. Could you please contact me using the Contact link at the very bottom of the page? Thanks!

    ps. I would be doing the work. My team is; me, myself and I :)

    in reply to: Items are not ordered with SPECIFIED #412517
    Steven Zahm
    Keymaster

    @ Diego

    What is the exact shortcode you are using? Please copy/paste it in a reply so I can see it.

    Thanks!

    in reply to: Categories and Search bar not showing #412516
    Steven Zahm
    Keymaster

    @ Raffaella

    Where did you move the page too? So I can take a look to see why the CSS is not overriding like it should. I get a 404 message when I click on the link you originally gave me.

Viewing 10 posts - 3,981 through 3,990 (of 15,332 total)