BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,191 through 14,200 (of 15,332 total)
  • Author
    Posts
  • in reply to: Make Form Responsive #258574
    Steven Zahm
    Keymaster

    @ Carolin

    Most of the premium templates work very well with responsive themes they all have been tested in Twenty Twelve at various screen sizes. The exception is Market.

    in reply to: Make Form Responsive #258573
    Steven Zahm
    Keymaster

    Yes, this in on the to do list. It’s pretty much there now, just needs some minor CSS tweaks.

    in reply to: Change Field Names #258571
    Steven Zahm
    Keymaster

    @ bustersmom

    Take a look at this FAQ. Here are the list of available options which can be found here:

    str_select='Select Category'
    str_select_all='Show All Categories'
    str_image='No Logo Available'
    str_tray_image='No Photo Available'
    str_map_show='Show Map'
    str_map_hide='Close Map'
    str_bio_head='Biography'
    str_bio_show='Show Bio'
    str_bio_hide='Close Bio'
    str_note_head='Notes'
    str_note_show='Show Notes'
    str_note_hide='Close Notes'
    str_contact='Contact'
    str_home_addr='Home'
    str_work_addr='Work'
    str_school_addr='School'
    str_other_addr='Other'
    str_home_phone='Home Phone'
    str_home_fax='Home Fax'
    str_cell_phone='Cell Phone'
    str_work_phone='Work Phone'
    str_work_fax='Work Fax'
    str_personal_email='Personal Email'
    str_work_email='Work Email'
    str_visit_website='Visit Website'
    

    Hope that helps.

    in reply to: Plugin Dissappears #258570
    Steven Zahm
    Keymaster

    @ Jim

    I was never told the name. Which plugins o you have installed and active. It will very likely be a security related or backup related plugin.

    in reply to: missing type dropdowns #258561
    Steven Zahm
    Keymaster

    @ jjparish

    It must have been a combination of the theme and TinyMCE Ultimate. I toggled the remove wpautop filter setting and everything seems alright now.

    in reply to: Category Dropdown and Category Widget #258552
    Steven Zahm
    Keymaster

    @ Emily

    The update to Connections I released last night should fix these issue.

    in reply to: Change font/color #258551
    Steven Zahm
    Keymaster

    @ Chelle

    That would depend on the template you’re using and what you want to change it to. But for the most part, all templates will pick up the font style and color from the theme. So, what you would do is add styles to the theme that only affect the template. Generally using this CSS selector will work:

    #cn-list .cn-entry {
        color: #FFF;
        font-family: "whatever your want";
    }
    

    Hope that helps.

    in reply to: New Add-on #258550
    Steven Zahm
    Keymaster

    @ Ana

    Sorry, can not say … I’m already way behind on my self imposed deadline.

    in reply to: Social Media Selector #258549
    Steven Zahm
    Keymaster

    @ william844

    Ok, now I see Form. Yeah, the [raw] shortcode wouldn’t help with the CSS conflict. I think you definitely have the right fixes in place.

    in reply to: Connections not working anymore #258492
    Steven Zahm
    Keymaster

    @ Robert

    This likely a server configuration issue or an error on another plugin. Here’s a link to a support thread on the WP support forums for another plugin. That author suggested adding an option to the .htaccess file and when that didn’t work they suggested an addition to the php.ini file. Please try those two items one at a time, testing in between.

    http://wordpress.org/support/topic/fatal-error-698

    Another question, how much memory is allocated to PHP? You can find this on the Connections : Dashboard admin page in the System widget. If it is 64MB, I recommend setting it to 128MB. Here’s a link to an excellent blog post that gives instructions to do that using several different methods.

    I hope that helps. Please let me know how you make out.

Viewing 10 posts - 14,191 through 14,200 (of 15,332 total)