tiredofit
Forum Replies Created
-
Sorry – I was giving two examples of the shortcodes that still don’t work.
Even with the “US” selection it still shows all of them. I’m going to uninstall and try again.Forum: Plugins
In reply to: [Plugin Organizer] Conflict with Geo MashupI have resolved the problem, temporarily. I had my front page disabled for Geomashup, which obviously made it fail. I have reenabled on my front page and it is working. I’d like to have it disabled though for performance reasons.
It is very hit and miss on my website – On the front page especially.
The Sliders work sometimes and don’t work most of the time. 3.41 – Site – https://www.tiredofit.ca
Will start looking in the code and playing with the commenting out options/jquery.
I’m seeing it as well on my Multisite.
Forum: Networking WordPress
In reply to: Post Dates and Owners get reset on Main SiteqI’ve had this in SVN and run a local copy since the start of the network being built, other than replicating users files.dir folders – but cannot replicate on the local copy. I have enough backups that I was able to get the post table restored to a reasonable state, and after reviewing the logs can’t seem to find anything other than a few new user registrations – nothing out of the ordinary. Logging is cranked up again and all I can do is wait, and move to hourly backups to see if I can drill down as to when the problem happens further.
Forum: Networking WordPress
In reply to: Post Dates and Owners get reset on Main SiteqTrue:
I run a lot of plugins for the various sites in my network – but going to focus on blog_id=1 – Of course it could be any of the other blogs that has access to wp_posts, but we’ll soon see.
mu-plugins:
remove-dashboard-widgets, signup-tos, logout-redirect, a custom function to define user role on blogsignup:function ds_new_user_meta($blog_id, $user_id) { add_user_to_blog($blog_id, $user_id, 'bthblogadmin' ); } add_action( 'wpmu_new_blog', 'ds_new_user_meta', 10, 2 );
network activated:
adminizize, backwpup, bp members avatar map, bp user profile map, bp webcam avatar, bp xtra signup, My own Dashbaord widgets, Buddypress, Buddypress Profiles Manager, Buddypress XProfiles ACL, BWP Google XML Sitemaps, Dashboard Widgets Order, Easy Blogging, Erocks Dashboard Lockdown, Google Analytics, Infinite SEO, Multisite Global Search, Multisite User Management, Pro Sites, Site Creation Wizard, User Role Editor, Vhost and directory enabled DM plugin, WP Google Fontgs, WP Smush.itblog_id=1:
bbpress, my own global setttings plugin (dashboard widgets, some altering of text in footers etc), twitter sidebar widget, executible php widget, login redirect, pods cms, unconfirmed, wanguard, wordbookerAs you see – this is could be a needle in a haystack and next to impossible to do testing on a live site to find out where the source is. Will start doing some searches to see if anything uses wp_posts instead of wpdb->posts or similar.
Thanks for the response.
Forum: Plugins
In reply to: [WP GPX Maps] [Plugin: WP-GPX-Maps] Maps do not display in ColorboxThank you!
I’ve removed the array print routine code and all is well.
In the future will you be implementing caching?
I am curious on how you are performing route/point simplifying as well.Forum: Plugins
In reply to: [WP GPX Maps] [Plugin: WP-GPX-Maps] Maps do not display in ColorboxUgh, I just started thinking about this a bit more and decided to look at the page source vs a working page and not working page.
I added the following to the top of my template that gets loaded in the Colorbox and all is well:
<script type='text/javascript' src='https://www.google.com/jsapi?ver=3.2.1'></script> <script type='text/javascript'> google.load('visualization', '1', {'packages':['corechart']}); google.load("maps", "3", {other_params: 'sensor=false'}); </script> <script type='text/javascript' src='https://www.bicycletouringhub.com/tiredofit/wp-content/plugins/wp-gpx-maps/WP-GPX-Maps.js'></script>
This has been resolved.
Great Plugin – much lighter weight than xmlgooglemaps, and the other gpx plugins.Forum: Plugins
In reply to: [WP GPX Maps] [Plugin: WP-GPX-Maps] Maps do not display in ColorboxI have created two new entries at the top: 2012-02-06 and 2012-02-05 each with different GPX files. I’ve also added a seperate link to load the conetent without the colourbox. Let me know if you have any questions!
Forum: Plugins
In reply to: [WP GPX Maps] [Plugin: WP-GPX-Maps] Maps do not display in ColorboxSure.
The Test code is at https://www.bicycletouringhub.com/tiredofit/stats-logs/
If you’d like I can give you an account for the subsite and you can add and delete your own entries by uploading gpx files.
I am using Pods CMS – and was able to get it to display without the colorbox.
Forum: Networking WordPress
In reply to: Sub Directory Network Help!I’m OK with that. Will edit the permalink structure for that one site, as it’s just going to be a placeholder of the active sites underneath it.
I have a subdir setup right now site.com/ main, another site at site.com/articles etc, and have a successful implementation of site.com/blogs/userblog1 etc, however site.com/blogs/ comes up blank due to having to rewrite my .htaccess with a new base for the other subnetwork. If I could fix that I would have to skip all this nonsense.
Forum: Networking WordPress
In reply to: Sub Directory Network Help!Yipes. It looks like I’ll have to create a new network that answers on a subdomain and then creates subfolders underneath ie blogs.site.com/site1/ – Sounds messy. Thanks.
Forum: Networking WordPress
In reply to: Sub Directory Network Help!If he moved it to the root, would he (or I for that matter) be able to create a new site with the /blog/site1 ability, or would it have to be /site1/ ?
Forum: Fixing WordPress
In reply to: Locked out of /wp-admin/ after editing DiscussionWhen I perform this SQL statement all comes back to normal:
UPDATE
wetcoast_site
.wp_42_options
SEToption_value
= ‘0’ WHEREwp_42_options
.option_id
= 49;Will try the plugin and theme step.
I would love to use this and your other classified ads plugin in a MS environment, yet enabling for the entire network causes too many resource uses as it is quite a large network of sites. Can you look into enabling it per site as opposed to the standard network wide enabling?