Dan & Jennifer
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] [email] No content on shareI’m seeing the same issue – it’s only a problem with the individual share button. When I use the Share/Save combined button, it gives me the option to choose my email client and when I do the link shows as expected – but it does not work with the stand alone email button.
I’m on a Mac and I tested this in Chrome, Firefox and Safari – it’s the same on all of them.
Steps to reproduce:
Open a post.
Click on the stand alone email button.
email client opens with an empty message.Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Https plugin made my admin pages super slow.Hi there!
I was about to open a ticket with the same problem, glad I saw this.
We’ve been using this plugin for almost a year. Sometime over the last few months, probably in one of the updates, our entire site became really, really slow. WP Admin AND front-end.
Installed WordPress Debug Bar plugin to determine the cause of the slowness – http://ww.wp.xz.cn/extend/plugins/debug-bar/
And deactivated all plugins and started re-activating them. Found a really big performance issue with the HTTPS plugin.
Here’s what I found – http://www.screencast.com/t/qIm9u6W4P2qs
1.) LEFT side: with HTTPS plugin enabled, our homepage takes 444 queries
2.) RIGHT side: with HTTPS plugin DISABLED, the homepage only takes 56 queriee
Running this plugin on a multisite with over 500 sites, but it’s only active on ONE of the sites, the primary site.
It is NOT network activated. Yet for some reason it shows up in the wp admin menu in network admin as well which is strange.
Also seeing the following PHP errors – http://www.screencast.com/t/bWRgXsyBtI7JForum: Networking WordPress
In reply to: Multisite and 3.5 (and 3.5.1) – Editor stripping code NSFWThanks for the response – not what I want to hear but it does make sense.
This actually broke the plugins and custom post types that we’re using as well – I will reach out to the plugin developers to see if they are going to make changes to support the update.
We have 100’s of customer blogs on our network – and now all of their ad code is going to be broken if they eer try to change it. 🙁
Forum: Networking WordPress
In reply to: Multisite and 3.5 (and 3.5.1) – Editor stripping code NSFWAlso, this was not an issue before the 3.5 (3.5.1) update.
Forum: Networking WordPress
In reply to: Multisite and 3.5 (and 3.5.1) – Editor stripping code NSFWSo how do they add things like MailChimp forms and Google Adsense ads to their blogs?
Forum: Networking WordPress
In reply to: Multisite and 3.5 (and 3.5.1) – Editor stripping code NSFWAlso why was the title of this post modified to be NSFW?
Forum: Networking WordPress
In reply to: Multisite and 3.5 (and 3.5.1) – Editor stripping code NSFWCan you please elaborate?
Agree that this may be related but how to resolve it?Here’s a screencast of what happens with the Monkey code:
http://www.screencast.com/t/5bcszojECTqHi there.
I’m running 3.5.1 and am seeing issues with code being stripped in several test cases in the editor (and widget areas) when I save the post.
Google Adsense code is being stripped, MailChimp Code is being stripped.
This also happen when pasting these codes into a text widget in the side bar.Note: this does not happen when I’m logged in as the top level super admin.
It ONLY happens when I’m logged in as a sub-site administrator.
WTF???http://www.screencast.com/t/Z3jlv6HNacC – the code in the red box is being stripped.
http://www.screencast.com/t/b7JLNLEUteJP – again, the code in the red box is being stripped on save.
Forum: Plugins
In reply to: [Simple Login Log] Issues with MultiSite – please help :-)Hey Max.
I just updated the plugin, did a diff on the files, and tested.
I can confirm the the new version ALREADY works great with multisite.
the only change I had to apply was the one from this other support ticket:
http://ww.wp.xz.cn/support/topic/how-to-hide-users-login-log-sub-menu-for-sub-sites-in-multisite?replies=2Thanks!
DanForum: Plugins
In reply to: [Simple Login Log] Issues with MultiSite – please help :-)Hey Max!
Thanks for the update. I can definitely help u test it!
Yes, the plugin would have to be network activated (as we’ve done( so that it would record logins at main multisite level AND at individual sub-site level.
And you’re quite right… this is a security feature… so it’s for the network superadmin – so it should be listed in the primary site Users->Login Log but not in the other sites.
You know, that can be just a checkbox option in config…
Also wanted to make sure you saw this post – it’s a continuation of the same thing. 🙂
http://ww.wp.xz.cn/support/topic/how-to-hide-users-login-log-sub-menu-for-sub-sites-in-multisite?replies=2Thanks!
DanForum: Plugins
In reply to: [Simple Login Log] Issues with MultiSite – please help :-)@max looks great!
Thanks!
DanMax, I found one solution (below), but it involved editing the plugin file again, which is never a good thing… means we’ll have to remember to re-edit it every time there’s an update. 🙂
** All that said, if you have a solution for a correct remove_submenu_page() to remove this item from our menu ourselves without editing the plugin, that would be excellent. 🙂
Thanks!
Dan—–
Here’s the code I updated – could you include something like this in the plugin? 🙂
Just a thought – but a great checkbox on the plugin settings page could be “restrict login log viewing to network super admin only”.
So the goal is to restrict showing Users->Login Log link to only show for super_admin users. of course this only really applies to multiste, so could also wrap that in an additional if/then – and check is_multisite().
function sll_admin_menu() { //add_submenu_page( 'users.php', __('Simple Login Log', 'sll'), __('Login Log', 'sll'), 'list_users', 'login_log', array(&$this, 'log_manager') ); // show sub-menu link to super_admin users global $user_ID; if ( is_super_admin( $user_ID ) ) add_submenu_page( 'users.php', __('Simple Login Log', 'sll'), __('Login Log', 'sll'), 'list_users', 'login_log', array(&$this, 'log_manager') ); }Did you disable them for this plugin only?
We were able to disable it (without breaking other wordpress functionality or removing other needed libraries) by just commented out a single line in the class-pointers.php file – and it stopped the “pointer” from loading.
wp-content/plugins/wordpress-seo/admin/class-pointers.phpScreenshot: http://www.screencast.com/t/CWs32lhBpWcV
But that’s not a solution – editing plugin files is always a bad solution, because on the next plugin update, this file will be overwritten, and you’ll have to edit it AGAIN. And WordPress SEO is updated almost daily. 🙂
@yoast – PLEASE fix this bug that so many people are seeing. 🙂
I love this plugin but currently can’t use it for our blog hosting site (multisite environment) because of this issue.
I have this question as well…
It’s related to my post in that, when I have the “MultiSite Settings
Who should have access to the BlogPress SEO settings” set to Super Admins Only, member blogs still show full access in the menus, edit posts, etc. but if they try to change any of the settings, they will get an access error.http://ww.wp.xz.cn/support/topic/pop-message-in-user-dashboard?replies=1#post-3697966