Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [StageShow] Dollar Sign in Emails is ASCIIHah, the forum knows what those characters are, and converted it to a dollar sign — twice. Let’s see… can’t upload an image, let’s see if this works. If not, the output is ampersand-pound-three-six-semicolon
Payment: Total: $48.00I doubt this is the most elegant solution, but for us, it worked.
At the very top of the wpuf.js file, I added:
$.noConflict();Conflict solved.
Of course, any automatic update of WPUF files might wipe out that little nugget. Also, it’s possible that the same code could have been added to the shopping cart plugin’s main JS file with similar results.
Yep, Relevanssi conflict here. Hundreds of identical posts saved until 500 server error. Would love to get these two working together if possible.
Forum: Fixing WordPress
In reply to: Alternate Language OptionThanks for the detailed response. But…
Unless I’m missing something, the instructions are for changing the entire setup to another language. I need the setup to be English, with only one page in Russian. Example:
- Home (English)
- Page 1 (English)
- Page 2 (English)
- Page 3 (Russian)
Can this be done?