BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,821 through 11,830 (of 15,332 total)
  • Author
    Posts
  • in reply to: Member Search Results Question #281004
    Steven Zahm
    Keymaster

    @ Michael

    Thanks, I add this to my issue tracker. I’ll take the advise and see what I can come up with. Many thanks for your input.

    Glad you like Link. I think you like the improvements coming … boils down to far better integration between Form, Link and Connections to allow front end user maintenance.

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance.
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: HELP! Can't get any members to edit screen! #280999
    Steven Zahm
    Keymaster

    @ Kera

    One other thought, the Link admin page requires the read capability. Make sure that whatever role that you are assigning your members, make sure they have read capability. If I remember correctly, all core WP roles as well as the default roles for s2member have this capability by default. If you created a custom role for your members, it might not have this capability.

    Hope that helps.

    in reply to: HELP! Can't get any members to edit screen! #280998
    Steven Zahm
    Keymaster

    @ Kera

    Well, Connections does not do any redirections based on user role. That is a very common feature of member plugins. The best suggestion I can make is to scour your settings for anything mentioning redirection based on user role or limit admin access or anything similar.

    in reply to: Radio button is not shown in Chrome or Safari #280913
    Steven Zahm
    Keymaster

    @ Global Cultura

    Great to hear!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Radio button is not shown in Chrome or Safari #280902
    Steven Zahm
    Keymaster

    @ Global Cultura

    Interestingly enough the theme author decided to do this:

    select, input, textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    You can find it right here.

    You see this, -webkit-appearance: none;, in Chrome and Safari, they basically hide selects, inputs (like radios and checkboxes) and textareas; globally overriding the browser default. I’m not sure why one would do that. I guess there must a a reason. I suspect this will cause you problems with other plugins that show those fields expecting the global default (being visible).

    To fix Form, add the following to the theme’s custom CSS area or to the end of the theme’s styles.css file:

    #cn-form h3 input[type="radio"] { -webkit-appearance: radio; }
    

    That’ll fix it.

    I do suggest asking the theme author if there will be any adverse effects to the theme if remove the offending CSS from the styles.css to prevent it from causing you issues with other plugins.

    Hope that helps.

    in reply to: Category links broken #280897
    Steven Zahm
    Keymaster

    Great to hear!

    Steven Zahm
    Keymaster

    @ Elijah

    Good to hear your fond a solution to the tweak you wanted.

    in reply to: Linking entries to other pages #280895
    Steven Zahm
    Keymaster

    @ Dii

    Great, what was the solution?

    in reply to: Installing pro-pack issue #280847
    Steven Zahm
    Keymaster

    @ Mike

    Which email client are you using? Outlook? Or using a browser? Which one and version? Try downloading the zip files from your purchase history.

    in reply to: Radio button is not shown in Chrome or Safari #280846
    Steven Zahm
    Keymaster

    @ Global Cultura

    The issue is like being caused by the theme’s CSS. The only way I can know what the fix will be is if I can have access to the page to see what CSS statement needs to be added to override the theme.

Viewing 10 posts - 11,821 through 11,830 (of 15,332 total)