Forum Replies Created
-
AuthorPosts
-
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/connectionsSteven Zahm
Keymaster@ Kera
One other thought, the Link admin page requires the
readcapability. Make sure that whatever role that you are assigning your members, make sure they havereadcapability. 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.
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.
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/connectionsSteven 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.cssfile:#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.cssto prevent it from causing you issues with other plugins.Hope that helps.
Steven Zahm
KeymasterGreat to hear!
Steven Zahm
Keymaster@ Elijah
Good to hear your fond a solution to the tweak you wanted.
Steven Zahm
Keymaster@ Dii
Great, what was the solution?
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.
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.
-
AuthorPosts
