BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,631 through 3,640 (of 15,332 total)
  • Author
    Posts
  • in reply to: Changing Font Sizes? #418191
    Steven Zahm
    Keymaster

    @ Stacy

    Add the following to the theme’s custom CSS area:

    #cn-cmap div.cn-alphaindex {
        font-size: 1.3em !important;
    }
    
    #cn-cmap a.cn-char {
        margin: 0 8px !important;
    }
    
    #cn-cmap .cn-entry {
        font-size: 1em !important;
    }
    
    #cn-cmap .fn {
        font-size: 1.2em !important;
    }
    

    Tweak as needed.

    Hope that helps!

    in reply to: Making Links of All Records Open in New Window? #418190
    Steven Zahm
    Keymaster

    @ Paul

    Another user asked a similar question the other day. Install the Code Snippets plugin and add a new snippet with the code in this support ticket reply.

    Hope that helps!

    in reply to: No address, phone,etc. fields, Does not Submit #418189
    Steven Zahm
    Keymaster

    @ Brian

    yep, that is basically it.

    in reply to: Displaying Children of 2 Categories on Cards #418187
    Steven Zahm
    Keymaster

    @ Jennifer

    They both look the same to me … other than different category names being displayed. Is that the issue? If it is, you’ll need to change the child_if category ID to match the correct category on the published site. The IDs will not, likely, be the same between the two sites.

    in reply to: Snapchat #418185
    Steven Zahm
    Keymaster

    @ James

    Does snapchat have publicly available user feeds or user profile pages? I honestly do not know since I’m not or user or know anyone who does. I did a few quick Google searches but the only thing I could find was an in app method to share users names with other snapchat users.

    in reply to: Changing Font Sizes? #418183
    Steven Zahm
    Keymaster

    @ Stacy

    If you can share a link to your directory page with me I can provide some specific CSS to help. It can be dependant on the theme styles being applied too, see I need to see cMap on your site in order to provide tailored solution.

    in reply to: No address, phone,etc. fields, Does not Submit #418182
    Steven Zahm
    Keymaster

    @ Brian

    re: I’d love to be able to hide fields that I don’t want the user to fill in, but if that’s not easy, or not possible, I’ll deal with it.

    There is some control, but it is not fine-grained. Navigate to the Connections : Settings admin page and click the Form tab. You can control the display of entire fieldsets and their display order via drag and drop.

    Anything more specific is doable, though not easily.

    in reply to: Import/Display Website Title Without URL #418181
    Steven Zahm
    Keymaster

    @ Jennifer

    Would setting the link to “Private” or “Unlisted” be an option?

    in reply to: Category ID conflict #418180
    Steven Zahm
    Keymaster

    @ Rolf

    How odd! I can not fathom how UAM could possibly cause this since there is not shared code or tables for Connections and WordPress categories. I’m not able to replicate this on my test site. If you can give me a WP admin login and an FTP login, I’ll investigate further. The login details can be posted here as a private reply.

    Sorry, no, I do not know of any good alternatives to UAM. Honestly, I’m not too familiar with UAM either. Basically I know of it and what it is supposed to do.

    in reply to: No address, phone,etc. fields, Does not Submit #418177
    Steven Zahm
    Keymaster

    @ Brian

    Ok, tweaked the snippet, Form works correctly now. The issue, and it’s rare, the theme is render the page in a way that does not allow the enqueuing of scripts in the page footer when the script is enqueued in a shortcode as such as Form does. This is done so it only loads the javascript script on its page only. The code snippet basically forces the load on every page. It’s not ideal but it’ll work.

    Hope this helps!

Viewing 10 posts - 3,631 through 3,640 (of 15,332 total)