-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration Questions #183
Comments
Hi @BigSnicker:
.title-action__action[href$="proposals/new"] {
display: none;
}
|
Great stuff... but for Question 2, on the floating helper, the text can only be set once for all modules of that type? We were hoping to explore component level customization (and thus Term Customizer). |
exactly. you can define per each module level ex: processes, assemblies, conferences.. but you can't scope a particular participatory space with that. |
Just realized that this code won't hide the button for people who can't access the URL, yes? .title-action__action[href$="proposals/new"] { This hides the button for admins and logged in users, but not for the browsing public. |
Highest priority at the top..
Can we bring back the Floating Helper box and (a) selectively hide it using CSS and (b) change the text on a per component basis using Text Customizer?
(Least important) Is there a way to allow multiple survey responses per participant?
The text was updated successfully, but these errors were encountered: