cpres
Forum Replies Created
-
So I just decided it makes more sense to allow Editors and Admins rights to Slideshow stuff so I’m making this a standard in the 1.4 release. People will have to use the follow to change it from Editors to only Administrators.
(so feel free to upgrade to the new version)
To be more specific, the file you’ll want to edit is slideshow-gallery-pro.php in the function
function admin_menu()Hey gnirsh, I found a great answer for that question here: http://wordpress.org/support/topic/how-to-allow-non-admins-editors-authors-to-use-certain-wordpress-plugins
Here’s the copy and paste:
The minimum level required is usually hard-coded into the plugin.
Open the main file of the plugin you want to change access rights for and search for ‘manage_options’. Chances are it will be in a function called either add_options_page(), add_submenu_page() or add_menu_page(). This basically means that the link to access the plugin will not be displayed to users who cannot ‘manage_options’.
To allow Editors to access the plugin, change all occurances of ‘manage_options’ to ‘edit_pages’.
To allow Authors to access the plugin, change to ‘publish_posts’.
To allow Contributors to access the plugin, change to ‘edit_posts’.
To allow Subscribers to access the plugin, change to ‘read’.Note though, that any change will be wiped out when you update the plugin in the future.
For more information of Roles and Capabilities see the WordPress Codex.
Forum: Plugins
In reply to: [Slideshow Gallery Pro] Slideshow Gallery ProSounds like the plugin wasn’t activated. Otherwise it would error out in a different way
Not sure if you’ve yet to try Slideshow Gallery Pro, but the premium edition has the ability to do multiple “custom” slideshows
Forum: Fixing WordPress
In reply to: slideshowAre you using Slideshow Gallery Pro or something else?
Forum: Fixing WordPress
In reply to: slideshow not workingIt looks like your Slideshow Gallery Pro plugin might be deactivated. Otherwise that shortcode do something
Forum: Plugins
In reply to: Slideshow gallery pro change Jquery scriptThanks for bringing this to my attention! I’m starting to work on an “Advanced config” page and this is perfect for that
Forum: Fixing WordPress
In reply to: slideshow gallery pro – posting and update problemsSandi, I see on your the site you linked to originally the page seems to be loading well, is this resolved?
Forum: Plugins
In reply to: [Slideshow Gallery Pro] Reordering doesn't workSorry cowgirly! No idea why it’s not working for you, haven’t heard of anyone else having issues with the ajax save. Perhaps one of the images is erroring out causing the save to not work properly?
Forum: Fixing WordPress
In reply to: Slide Show Gallery Pro Update Slide Gives 404 Erroryeah sorry about that. It’s fixed with the latest beta on the Members page. Next release will be fixed, it does still delete the images though even with the error 🙂
Forum: Plugins
In reply to: [Slideshow Gallery Pro] Images are desplaced verticallyThis has just been fixed and is implemented on the beta on members site. Sorry for the issue it will be released soon if you’re not a member!
Forum: Plugins
In reply to: [Slideshow Gallery Pro] Only 1 slideshow per pageCheck out the manual, it goes over the fact that there is only one slideshow allowed per page. Sorry for the frustration!
This currently isn’t possible but I’ve heard this from some other members and it shouldn’t be too hard to implement, thanks for the feedback!
Ok, well I’ve only tested the first two, and they both seem to be showing the slideshow content very well. What’s the issue again? I’m noticing you’re not using the thumbnails, was the thumbnails the issue?
If you only dealt with an issue right after you did the upgrade you could potentially be dealing with a caching issue.