Troy Cawley
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] No domain admin pageI figured it out. Somehow, my “WordPress MU Domain Mapping” plugin became not activated. (I guess in one of the database upgrades…?)
Go to http://example.com/wp-admin/network/plugins.php and “Network Activate” it again.
Whew!
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] WordPress 3.6.1 no domain mappingHey, rsschouwenaar-
I figured it out. Somehow, my “WordPress MU Domain Mapping” plugin became not activated. (I guess in one of the database upgrades…?)Go to http://example.com/wp-admin/network/plugins.php and “Network Activate” it again.
Whew!
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] WordPress 3.6.1 no domain mappingI also have no “Network Admin > Domain Mapping” in the menu. Trying to find the URI…
Forum: Plugins
In reply to: [Plugin: WordPress MU Domain Mapping] Domain Mapping javascript?Try the fix I posted above.
But, unless
spiritsex.orgis another domain within your multisite installation, I think that something else is at fault here (i.e. you’ve been hacked somehow).Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and multi-site@ object81: You answer lies here:
http://wordpress.org/support/topic/plugin-wordpress-mu-domain-mapping-domain-mapping-javascript?replies=12Forum: Requests and Feedback
In reply to: theme s navigation brokenLooks like it is now fixed.
Some discussion here of your last point:
http://wordpress.org/support/topic/plugin-wordpress-mu-domain-mapping-domain-mapping-javascript?replies=10Forum: Plugins
In reply to: [Plugin: WordPress MU Domain Mapping] Domain Mapping javascript?Ahhh. How/Does “cross domain login” actually work?
It would be handy (but seems like a possible security risk, no?)Oh, I should also mention that if the script alone is supposed to enable the cross domain login to work, it doesn’t seem to.
Forum: Plugins
In reply to: [Plugin: WordPress MU Domain Mapping] Domain Mapping javascript?Adding
remove_action( 'wp_head', 'remote_login_js_loader' );
…to yourfunctions.phpalso works.Still not sure how takuya tracked it to the domain-mapping plugin (or how the rest of you isolated the offending function) but I am jazzed on open source today!
Maybe we could ask donncha or wpmuguru (the plugin authors).
I am using this plugin on a multisite installation.
It is working fine at the following addresses:
http://troycawley.com/sitemap.xml
http://family.troycawley.com/sitemap.xml
http://maureencawley.com/sitemap.xml
http://onemonthoff.com/sitemap.xmlCaveats:
There are no custom post types in any of these.
They are relatively small blogs (< 20 posts in all of them, I think.)Hope this helps!
Thank you, Arne for your great plugin!
Forum: Developing with WordPress
In reply to: Change css for RSS feedIf you are talking about your site’s rss feed, then you should use xslt: http://www.w3schools.com/xsl/
You’ll probably have to write a function or a plugin to include a .xsl stylesheet when a feed is called.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Not sending emailI am having another problem, but I think it is related to this one.
The forms will not send to email addresses from the same domain as my site. (Yes, I am receiving other emails there.)
But it works to send outside of my domain…for example, to my gmail address.
Strange.
This fixed mine, also.
Thanks, natecook!As a follow-up, can someone explain what the “Posts page” is for?
(Not necesasry … extra credit work for you eager pupils.) π