rowdyferretdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Prihtful Sync ErrorKevin,
I had the same issue. Go into your Printful store settings and make sure the store url is your main wordpress installation (https://whatever.com, not https://whatever.com/shop) – that was what was causing the problem for me
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Import buttons not workingRolling back to 5.3.4 fixed the issue (for now). Stilly buggy in that I can’t expand the fields setting up the import items, but luckily I had a template saved that still worked. Suggest plugin authors get on this ASAP.
In the meantime, for other users, I had success with “WP Downgrade” plugin to easily roll back to version 5.3.4 where it is still working as expected.
Hope this helps someone else.
- This reply was modified 4 years, 6 months ago by rowdyferretdesign.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Import buttons not workingSame issue as above folks- after updating to WP 5.5.1 the import function does not work at all. Several jquery errors. The Enable jQuery Migrate Helper plugin did help the button for what kind of import get pressed, but then I get even more errors.
Help!
1. Using the most recept version of AP All Import pro.
2. The “Disable syntax highlighting when editing code” option is disabled.
3. Deactivating all plugins and going to 2020 default theme does not help.Forum: Plugins
In reply to: [Contextual Related Posts] related posts by category only?Also, does excluding a category mean the posts in that category will never show in related posts, or that that category will not be looked at for the purposes of showing related posts? I was hoping it meant the later, but afraid it might actually be the former, some clarity would be great. Thanks!
Forum: Plugins
In reply to: [Contextual Related Posts] related posts by category only?it seems to show the same three videos no matter what page I’m on. Very strange.
Thank you, that indeed fixed it!
Seems like a pretty big bug.
Here’s the offending snippet from latex.php
function latex_markup( $content ) { $regex = '% \$latex(?:=\s*|\s+) ((?: [^$]+ # Not a dollar | (?<=(?<!\\\\)\\\\)\$ # Dollar preceded by exactly one slash )+) (?<!\\\\)\$ # Dollar preceded by zero slashes %ix'; return preg_replace_callback( $regex, 'latex_src', $content ); }
I’m starting to suspect my new VPS is running a slightly different version of regex … compiler? Will poke around in server options, still would appreciate any clues more experienced folks can offer!