trumpetmic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_enqueue_script(‘jquery’) stopped working after upgrade to 2.8.2Yes, I upgraded and now jQuery scripts that use $ aren’t working. If I replace the “$” with “jQuery”, then it works.
I guess this has something to do with jQuery running in safe mode here, but these scripts were working before this upgrade on my site.
Why is that?
Is there a way to get that back?
I’m not interested in wrapping every bit of script in a function, or changing everything from $ to jQuery.
Ideas?
Forum: Fixing WordPress
In reply to: How To Maintain A Development Mirror-Installationjohnywhy: I have the exact same need. I’m surprised we don’t have this process nailed down!
Even a few minutes of downtime could mean disaster for some of the sites I work on, so I guess you can call me paranoid.
Have you found a system that works for you?
Forum: Fixing WordPress
In reply to: Development Workflow, Mirrors, and Database Copying?Thanks for the reply.
I’d like to be able to avoid the find/replace step.
Is it possible to have a setup to allow for that in WordPress?
Forum: Fixing WordPress
In reply to: Development Workflow, Mirrors, and Database Copying?I’m up for working locally too.
I’d really like to have both options. 🙂
Still, it seems as though this sort of dev/testing mirror workflow would be more popular, since it’s a way to ensure no problems are ever introduced on the live site, while saving us the time of repeating our work on a dev site and then again on the live site.
Does that make sense?
Any ideas? Anyone already doing this?