em247
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite on reseller account domain problemsThank you — I did try that before, but I must not have gotten all the changes right, because this time it (mostly) worked. I changed the path:”/~diolex/” instances to “/”, which I might not have done before. For some reason the process killed my primary sidebar widgets, my header, and my background, but those are fairly easily restorable — perhaps related to theme settings. Again, thanks, I appreciate it.
Forum: Networking WordPress
In reply to: Multisite on reseller account domain problemsI’ve tried changing it in the database according to the the WP instructions (http://codex.wordpress.org/Changing_The_Site_URL), as follows:
changed wp_options siteurl & home from “http://174.121.135.156/~diolex/” to “http://diolex.org/”
After this, diolex.org resolves, but browser still shows 174.121.135.156/~diolex/. Also, page shows template but content = 404; perhaps this is because I haven’t changed post info in database?Per multisite instructions, I understand I need to change wp_blogs, but I’m not sure how to deal with the two different fields (domain=174.121.135.156 path=/~diolex/) — should domain ->”diolex.org” and path -> “/”?
wp_config contains the following:
define( ‘DOMAIN_CURRENT_SITE’, ‘174.121.135.156’ );
define( ‘PATH_CURRENT_SITE’, ‘/~diolex/’ );
Changing anything there results in “Error establishing database connection”I would really appreciate some explanations that would improve my understanding of this.
Forum: Plugins
In reply to: [Meteor Slides] multiple slideshows, different timingYeah I like it! It’d be perfect if I could figure out how to get them to fade in initially on page load (with the same staggered timing)…
Forum: Plugins
In reply to: [Meteor Slides] multiple slideshows, different timingThis is awesome! Now that I’ve got the list of options, I am able to set the slideshow delay for just the effect I was looking for (see http://174.121.135.156/~diolex/) Definitely worth an expensive cup of coffee! Thank you.