osarusan
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] fails to render Japanese textThat’s great news! Thank you.
I will give the beta version a try and let you know if I run into any problems.
Thank you!
- This reply was modified 8 months, 3 weeks ago by osarusan.
That does indeed fix the display issue. It now shows both currencies with the correct conversion rate for variable products.
But will this allow the customer to attempt to pay in a different currency than the default? The setting seems to imply that, but I don’t see where it has changed anything. I’d prefer to only accept payments in the default currency.
Likewise, this problem still exists for me in 9.6.1. Was not fixed in 9.4.1.
Awesome! Thanks for the update!
Forum: Networking WordPress
In reply to: Redirect Loop from TinyMCE gallerySure, here it is:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) wordpress/$1 [L] RewriteRule ^(.*\.php)$ wordpress/$1 [L] RewriteRule . index.php [L] </IfModule> # END WordPressForum: Networking WordPress
In reply to: Redirect Loop from TinyMCE galleryHi Bet,
Thanks for replying with the link.
Unfortunately that fix didn’t work on my site. It seems to be for logic redirect problems only, which I am not having.
I gave it a shot, but it didn’t solve the redirect errors with TinyMCE.
Forum: Fixing WordPress
In reply to: Tinymce Not Working in WordPress 4.7.3Same problem here. I had no issues with 4.7.2, but upon upgrade to 4.7.3, tinycme does not work anymore.
Disabling all themes and all plugins does not fix the problem. My visual editor is not disabled in my user options either. The error console has the follow 4 errors:
Uncaught SyntaxError: Invalid or unexpected token
post.php:3433 Uncaught ReferenceError: tinymce is not defined
at post.php:3433
wp-langs-en.js:235 Uncaught ReferenceError: tinyMCE is not defined
at wp-langs-en.js:235
at wp-langs-en.js:519
post.php:3428 Uncaught ReferenceError: tinymce is not defined
at Object.load_ext (post.php:3428)
at post.php:3438I do not have cloudfare or any other caching services enabled, however, so I can’t fix it by disabling cloudfare.
Any other suggestions?
Forum: Fixing WordPress
In reply to: Jetpack Doesn’t Show Related Posts on ONE PostThanks, I’ve contacted their support team.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] View a Specific MonthNevermind, I just found it. /facepalm
The option exists on the Calendar settings page.
Not sure why I didn’t see it before.Ok, I seem to have figured out a solution, or maybe a workaround.
I found this site: http://www.wpmayor.com/easy-fix-for-wordpress-3-5-jquery-is-not-defined-error/
which had a similar issue as mine.Adding define(‘CONCATENATE_SCRIPTS’, false); to wp-config fixed the problem.
Thanks for taking a look. Disabling the plugins has no effect, and neither does switching back to the original WordPress theme. Re-uploading the WordPress files hasn’t solved the issue either, and on multisite since both sites share the same codebase, it is weird that one site has the issues while the other doesn’t.
It’s also weird because it’s really only the backend that has the issues and not the front end. The front end maybe seems a bit slow, but in the backend the Javascript menus, editors, and drag-and-drop features like widgets just don’t work at all.
The problems don’t appear so much on the front-end (thankfully) but they are pretty bad on the backend, and it has become very difficult to update the site, as I can’t even edit posts (I can get to the edit page, but the post never loads in the editor).
I have contacted the host (Network Solutions) and they just give me what feels like a scripted answer to buy a more expensive-tiered hosting package. The thing is, I don’t believe that, as our site gets a very small amount of traffic, nowhere near enough to be slowing the server down like this. And since it’s just the one site that gets so slow like this, and only in the backend, I think it has something to do with the site’s configuration more than anything else.
Forum: Fixing WordPress
In reply to: Constantly getting "The connection was reset" errorThere is that, but like I said, I don’t think it’s just that. If it were, then both sites would be slow and not just the one.
Forum: Fixing WordPress
In reply to: Constantly getting "The connection was reset" errorIt’s the cheapest one (“Essential”), which also crossed my mind as a possible cause, however we are nowhere near our usage limits, and if it were something related to that, I would expect that both WordPress sites would be getting error messages, and not just the one. Neither site gets a whole lot of traffic, and the hosting plan does not have a data transfer cap, only a disk space cap (which is nowhere near full at this point).