120w
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-OpenDyslexic] Only display certain use optionsYou’re welcome. Thanks for your suggestion, noted on the to do list 🙂
Forum: Plugins
In reply to: [WP-OpenDyslexic] Only display certain use optionsI did not know that particular plugin, but I have installed and tested it.
If you create a blank page on your site, say ‘profile’ and insert the shortcode [PROFILE_FORM] on that page, users can change the font settings (and certain other rudimentary profile settings, which, if wanted, you apparently can hide using this trick from the Frontend Edit Profile support forums: https://ww.wp.xz.cn/support/topic/plugin-frontend-edit-profile-how-to-remove-unwanted-profiel-fields?replies=3 ).For more details on the FEP plugin you should check their support forum.
Forum: Plugins
In reply to: [WP-OpenDyslexic] Only display certain use optionsAh, so what you need is something you can put in the custom profile.
The plugin stores it’s setting in user_meta key ‘use_opendyslexic’ the accepted values are:
‘no’ (font disabled)
‘yes_everywhere’ (font enabled everywhere for this user)
‘yes_websiteonly’ (font enabled only on the website for this user)
‘yes_adminonly’ (font enabled only on the admin for this user)I’m sure you can create something on your frontend to update/change this user_meta key accordingly (if not check http://wordpress.stackexchange.com/questions/9775/how-to-edit-a-user-profile-on-the-front-end for details of changing user_meta data from the frontend).
(I suppose for your frontend only usage the ‘yes_adminonly’ setting won’t be very useful and I would just use the first two values for enabling/disabling the plugin for users.)
Forum: Plugins
In reply to: [WP-OpenDyslexic] Only display certain use optionsA plugin like Adminize could help you with enabling/disabling (parts of) the dashboard based on user role: https://ww.wp.xz.cn/plugins/adminimize/
Forum: Plugins
In reply to: [WP-OpenDyslexic] Only display certain use optionsI’m sure we can make that work.
Would it be sufficient to simply disallow subscribers access to the plugin settings or do you need to specify access on a more complicated per role base?
Forum: Plugins
In reply to: [WP Better Emails] Saving changes to the email templateNice work! Indeed I am using the Dutch translation. After replacing the language files with the new .po and .mo files the most recent version runs perfectly and I am able to save. Thanks!
Forum: Plugins
In reply to: [WP Better Emails] Saving changes to the email templateSame problem here at WordPress 4.0. Can’t make changes to the template.
Not out of the box, but I have written a (very dirty but function) module that allows twitter registration. Contact me if you’re interested, although I suggest you use the plugin WordPress Social Login if this is a very important thing for you.
@scruffy1 The cause of the bug is mentioned in this thread: http://ww.wp.xz.cn/support/topic/plugin-cookie-law-info-settingsbackground_url-is-undefined
Simply commenting out line 21 in js/cookielawinfo.js seems to do the trick.
When will the next version be released? I’m experiencing the same bug.
Thanks, it’s appreciated 🙂
Both the widget, admin page and a custom page I use the stats on aren’t working (only the 24hrs stats are broken, although it is broken everywhere, “Sorry. No data so far.”. Other timeperiods work normal)
Too bad I don’t use WP-minify 😉
I’m having the exact same problem.
Since WP upgrade to 3.4, this plugin shows “Sorry. No data so far.” instead of the daily stats. Other stats (weekly, all time) seem to work normally.