rasaunders
Forum Replies Created
-
This is an issue for me as well.
Once you progress past 20 sites it’s not a very user intuitive view.
Went through the plugin to search for the appropriate line:
$rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20” );
Where I suppose you could change the DESC LIMIT 0,20 to DESC LIMIT 0,100 or some such value of larger quantity to be able to see all available domains.
Not sure why you would want it to stop at 20 without pagination, but there it is.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Inconsistent Errors with ImportI didn’t contact support at the multisite extension address, I wasn’t aware they provided a separate level of support given the migration tool is likely the issue and not necessarily the extension itself.
I don’t get an error on Export I get one on the Import. The errors above are both for Import.
Forum: Plugins
In reply to: [WP Accessibility] Broken ScriptAs I’ve already stated I can’t link the site, it’s on a private network that can’t be reached without a firewall IP greenlight.
If it can’t be debugged via what I’ve provided and you can’t reproduce the behavior then I suppose I will have to move on and consider it either a false positive or employ other methods.
Forum: Plugins
In reply to: [WP Accessibility] Broken ScriptIt appears only on the front end (never for the dashboard)
Here is an image of the compromise. Could it be because we are including some of the UI libraries in the theme by default? Perhaps something isn’t in No Conflict mode?
Forum: Plugins
In reply to: [WP Accessibility] Broken ScriptUnfortunately no.
Perhaps there is only a conflict with another plugin. You are seeing no conflict with Query Monitor plugin installed at all?
Given expected behavior is there, it could just be a false positive.
Forum: Plugins
In reply to: [WP Accessibility] Broken ScriptConsole shows no errors but the Query Monitory scripting error that I see is:
Broken Dependencies for jQuery and the two dependencies listed are jQuery-Migrate and jQuery-Core. I only see them flagged from the end user view (not the admin portal).
The plugin has caused conflicts with other plugins that use jQuery-ui.
Forum: Plugins
In reply to: [TAO Schedule Update] Schedule updates not getting publishedYeah it turned out that Cron job was getting blocked by a bad curl request (this was a staging environment multisite), WP Crontrol was extremely useful for debugging.
The problem was tied to a problem with executing wp-cron.php, not this plugin specifically.
Forum: Plugins
In reply to: [TAO Schedule Update] Schedule updates not getting publishedI am also seeing this behavior. “Publish Now” still works and replaces the parent page with the appropriate content, but the actual scheduled updates do not work.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Dreamhost parked domain not getting mappedI resolved the issue.
For future Dreamhost users:
You need to point the domain http://www.site1.com to point to the directory of http://www.mainsite.com.
And then your domain mapping plugin will map http://www.mainsite.com/site1 onto the domain http://www.site1.com
To avoid a redirect loop I had to set the domain at the top to “leave it alone” to accept http://www.site1.com or site1.com. I can probably further configure wordpress so that isn’t necessary, but haven’t gotten that far yet.
So follow all the standard steps like I stated above and then these steps on your dreamhost domain manager section under edit (and make sure you do it with the user that has those domains).
I have yet to see someone talk about how to get it working in Dreamhost with a relatively reasonable walkthrough so I might do a video on it myself. Until then I hope you find this thread.
Marking as resolved.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Dreamhost parked domain not getting mappedwhen you say “park it onto my install” I am not sure what you mean.
The Dreamhost options don’t give me a domain option for parking it onto the location I want. It simply gives me an option to park.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Dreamhost parked domain not getting mappedWordPress support says that “parking the domain only shows our parked domain message, if you want to use it for something else you need to change it”
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Dreamhost parked domain not getting mappedThe pages are parked though, that’s why in the first post I mention it just shows the Dreamhost default parked page (with a cat falling over and an icon in the top left saying “Dreamhost – Parked Domain”.
Am I asking them to restart so that the parked domains can pick up on my mapping?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Dreamhost parked domain not getting mappedSteps I followed:
1. Parked parkedsite.com
2. Created subsite on Multisite (www.multisite.com/parkedsitedirectory)
3. moved plugin into site for install
4. moved sunrise to wp-content folder
5. moved domain_mapping.php to mu-plugin folder
6. updated wp-config file and set sunrise to on with define snippet
7. set domain mapping to my http://www.multisite.com pinged IP address
8. set my site id (parkedsite id = 2) and domain name to “parkedsite.com”Tried to go to the URL. I don’t think I left any steps out but I was very thorough.
Hope this helps narrow things down..
I solved this problem.
Was SMTP disabled on the site, it was a new server so we didn’t have all the software running.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancy box image close button is not working in googleR.I.P.
I am sorry for wasting all your time.
Turns out there was a stray tag for jquery 2.1 in my footer T.T
You are a God among men sir, thanks for helping me so much!!