awolverine
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Huge Problem WIth NetworkFound out that my index file was renamed somehow from index.php to index.php.disabled and I have no idea why?
Forum: Networking WordPress
In reply to: Huge Problem WIth NetworkThinking my htaccess file might have been screwed up somehow!
Got it working, this is the response from the theme creator.
We checked the plugin, and the plugin author is including an external jQuery 1.3.2 and using
$(document).ready( function(){
They need to not include external jQuery, and use the included jQuery in WP and also load his script like this
jQuery(document).ready( function($){
Oh and thanks for the reply!
Shoot, even with all the plugins de-activated besides multi-post, it still has a problem with entering tags, has to be the theme itself now!
Forum: Networking WordPress
In reply to: Tagging Stopped WorkingTagging definitely works without MP activated, what I did find out yesterday that it is pretty much theme specific.
When I go to the 2010 theme for troubleshooting, tagging works with Multi-Post when in another theme. Think it’s a theme provider issue now. Hoping they can help me since they are ‘premium’ themes ??
Forum: Networking WordPress
In reply to: Keeps Resetting Site URLI think I found the issue cause it seems to be going well now, I was ready to start drinking as a hobby ?? I did a change in the primary domain and there was still some lingering effects of that going on. in wp-config, it still had a line of code stating to ‘relocate’ and it referenced the original primary domain!
Forum: Networking WordPress
In reply to: Change Primary Domain NameSo …
1. Backup tables wp tables to a sql file
2. Open in a text editor
3. Find all domain instances, replace with new domain
4. Dump all of the tables in the existing wp database
5. import sql file
6. Then edit wp-config file via https://codex.www.ads-software.com/Changing_The_Site_URL
7. PRAYDoes that sound right?
Forum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer WorkTell me if this makes sense. It seems to work but I just don’t want to have it break anything else on the network ??
I went in as the super admin and edited the site details. Where it asks for domain, I put .ghhssports.com (notice the dot in front of the domain) because when I just put ghhssports.com and clicked save, it formatted it as comghhssports.
Now in my site list, where it lists my site, it usually shoes the path and the id. For the one I just edited, it no longer shows a path on the the site list, just the options for backend, visit, etc.
If that is ok, I should be good to go, thanks for all of your help!
Forum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer WorkOk, it didn’t let me post the link. Here is the address. //https://fridaynighttitans.com/wp-content/NextGEN_screenshot.jpg//
Forum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer WorkForum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer WorkMy main site is fridaynighttitans.com, the sub site is fridaynighttitans.com/grandhaven and with the domain mapping plugin, it is funneling to ghhssports.com. From within a ghhssports.com page or post, it’s like it’s trying to access fridaynighttitans.com to load the insert function.
Forum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer WorkBlank boxes .. from what I learned on the Tiny MCE fix, it had something to do with the relative path.
I had to change $plugpath = WP_PLUGIN_URL . ‘/tinymce-advanced/mce/’; with $plugpath = $blog_url . ‘/wp-content/plugins/tinymce-advanced/mce/’;
Forum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer WorkAlrighty. I went to Super-Admin, went to blog #6, which was the one in questions.
1. I changed the ‘domain’ to the actual site’s domain name, different from ‘original’ domain. I left the path field blank.
2. In Site Options, I changed the siteurl, home and fileupload url.
3. In the Domain Mapping settings I have options 2 and 3 checked, the permanent re-direct and user domain mapping.
I then went back into the site in question and was still getting the same issue. I found a post on here yesterday that helped me manually fix the Tiny MCE stuff but with this issue, I still cannot insert NextGEN galleries. The box comes up but is blank.
This was the fix I did for Tiny MCE – https://www.ads-software.com/support/topic/382715?replies=5.
Am I missing something in the ‘Site Options’ or Domain Mapping Options?
Thanks Again!
Forum: Networking WordPress
In reply to: Page/Post Insert Buttons No Longer Work“Edit the site details so the subdomain is completely gone.” Forgive me for not catching on. Where would I do this?
Thanks for the quick response by the way!