Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links] "Auto Convert Text Urls" setting breaks GravityFormsHi Mike,
The URL is a password protected page that I’d prefer not to post publicly.
Is there an email address or contact form of yours I can use for further communication?
Many Thanks!
Forum: Plugins
In reply to: [Sharing buttons shortcode for Jetpack] Center on Page?perfect Jeremy —?thanks a bunch!
Forum: Plugins
In reply to: [Sharing buttons shortcode for Jetpack] Center on Page?Thanks Jeremy! The site in question is womenscalendar.com and an example post containing the use of the plugin can be seen at https://womenscalendar.com/2015/06/ladies-looking-ahead-for-the-week-of-june-15-2015/
Forum: Plugins
In reply to: [Search Everything] Sort Default Search Query by Date?excellent — thanks so much Petra! this snippet of code seemed to do exactly what we were hoping to accomplish!
again, many thanks!
Forum: Plugins
In reply to: [People Lists] does not work with WP 3.7.1Just wanted to say THANK YOU to everyone here who contributed to the solution! We ended up using @dgreene423’s most recent response and it worked perfectly!
brilliant! thank you for this super-easy fix — everything is working as it should!
Forum: Plugins
In reply to: [Personal Statistics for Authors] Error while connecting to Google API@jordanburke the help section tutorial is found under My Dashboard >> Help. After installing the plugin, a new “My Dashboard” navigation pane appears. Took us a minute to figure it out as well, but we found it.
Forum: Plugins
In reply to: [Custom Login] Site Name Displaying in Top-Left of Login Pagehmmm, good point… no, it doesn’t. I would imagine that the plugin is then not controlling this. any other ideas on where to check?
many thanks!
Forum: Plugins
In reply to: [Custom Login] Site Name Displaying in Top-Left of Login PageThanks Austin! Here’s a screenshot for you.
Forum: Reviews
In reply to: [Iframe Preserver] Works Flawlessly!Our pleasure Marc — we’re recommending it to all of our members at AudioAcrobat.com! Thanks again for your time and energy on this plugin!
OK. Using some other markup we found in our functions.php file to do something similar for a different plugin, we’ve come up with a snippet of code that will remove the “Settings” menu for non-admins.
Yes, this will remove the ENTIRE settings menu, which contains the Search Everything sub-menu. While this may not solve everyone’s specific needs, this did solve our needs quite well.
Place this snippet of code in the functions.php file at Dashboard >> Appearance >> Editor:
//hide settings menu items to non administrators if ( is_admin() && ! current_user_can( 'administrator' ) ) { add_action( 'admin_init', 'my_remove_menu_pages' ); function my_remove_menu_pages() { remove_menu_page('options-general.php'); } }
Does this work for you? Please let us know!
-Brian & WR
would LOVE an update here to remove this menu item for non-admin users!
Also, @geminorum, we were able to locate “extend_search” in the Plugin editor (/wp-admin/plugin-editor.php?file=search-everything%2Fviews%2Foptions.php&plugin=search-everything%2Fsearch-everything.php) but simply changing “extend_search” to “manage_options” did not do the trick…
Are we missing something here?
Thanks!
-Brian & WR
@romickla they explained to us that “GD” needed to be setup on the server. Since it was a brand new server, many ‘regular’ features were not yet installed. Once (successfully) installed, all was well ??
Looks like it was an issue with GD on our new dedicated server. Resolved!
We found that by changing the value in the Widget area labeled as “Support Our Development by contributing money via PayPal at https://bit.ly/9Njzpo – No (Credit Author by small link)” from “No” to “Yes”, this link was removed.