Isu
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Extending the Query Loop block – Using patternsThanks for asking this question!
I’v been looking for it, I hope some one can helpForum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Fatal error when page movedHi,
I’m not sure how to reproduce the issue.
I’m not having access to original server etc of the client.We just got the DB from client and imported to our hosting among with files.
That’s literally all, and in like my first post, just small check or cast to valid data, passed to the function was able to fix the error in case of incorrectly passed data.- This reply was modified 4 months ago by Isu.
Forum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Fatal error when page movedThanks to hear it!
Have a great day!
Seems like it was issue with an older version. I upgraded from 1.0.204 to 1.0.208.1 and it fixed the issue ??
Hi,
Sorry for late replay, that’s due to my limited time on this particular client.
Today I’ll try to give more info for you.
Also I’ll try reproduce it on clean WP install, since this also could be a factor.Ok, thanks.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] WordPress multisiteYes if those are missing hooks for multisite activation you have to do it.
But there are hooks for it ?? And if some one write code for it like I did, I see no point of not implementing that, especially if this is pretty simple couple of lines, and this just make the plugin easier to work ??“I have near 40 plugins” Oh nooo, my nightmare clients are like that ??
Anyway I’m happy that you solve the issue this or another way.
- This reply was modified 2 years, 5 months ago by Isu.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Multisite supportYou can also use solution that I provided some time ago:
https://gist.github.com/isuke01/4e8e6c149d820fec67385ff995e7377f
Go to plugin and taxonomy-terms-order.php file
replace lines 21 to 36 with link above lines 22 to 74
This is basically support for the Multisite for the plugin and create correct tables during network activation. Idk why it have never been added to the plugin ??Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] WordPress multisiteI have wrote some time ago issue abut this and also I did udpate plugin code and provided it here https://gist.github.com/isuke01/4e8e6c149d820fec67385ff995e7377f
Idk why it have never been implemented;/
Basically The plugin is missing hooks to create DB elements after network activation. But WP provide those hooks, and that is how I fixed it ??Forum: Plugins
In reply to: [Nexi Checkout] ?Amount does not match sum of orderitems?Hi, I have exact same issue. And I have looked into above links.
BUT
I noticed WP is kind of strange behavior, and I don’t understand it …When I have set decimals as 0 the price is
WP Total is 473 (incl. vat 95)
And The Nets Easy says to pay 474,20But when I set decimals as 2:
WP Total is 473.00 (incl. vat 94.60)
And The Nets Easy says to pay 473And option with 0 dec lead to error with payments (since total is not equal to gateway payment – “Order needs manual review. WooCommerce order total and Nets order total do not match. Nets order total: 38240. Ordrestatus endret fra Avventer betaling til P? vent.”)
- This reply was modified 2 years, 6 months ago by Isu.
Forum: Plugins
In reply to: [WP REST Cache] Serving static JSON filesThis is good point, JSON based endpoints are great. I re-write WP api to my own api used custom endpoints (only GET). It brings hell lot more speed to the page. But then I made it to save data to JSON and it is just crazy fast. Examples: svw.no – Nuxt, Polylang, over 3k posts and pages, then maritimpolitikk.no – NUXT, multisite, polylang, hunderts of posts, each sub site is a /year actually, lvk.no (one of many in the network) NUXT, multisite, where each site have own domain (this was tricky), each page in the netowkr contain couple of thousands posts nad pages, LVK alone is over 8k, user based/ access levels etc. And due to move to JSON based api it is really crazy fast for that amount of content. There could be more optimization in code, I know, but the time. (I have couple of more pages, also just PHP + VUE, that are great in term of speed)
My point is, JSON based endpoints are really great, and hooks that allow e.g filter out some of content based on user levels/capabilities are handy. At this point I’m not specialist in PHP nor MYSQL so my queries and code there is not super great, and could be improved in many ways. So if there is some one who already made such great plugin, and maybe could improve it event more would be soooo great!
Just note. I’m using JSON files, but those are readed by custom PHP file that use base WP elements if needed (I’m loading WP files on demand if I need some functions like resolve user) then this PHP file does all filtering, etc based on those JSON files.REALLY LOOKING FOR IT! <3
- This reply was modified 2 years, 11 months ago by Isu.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Product Not Working With PluginThe plugin works only with hierarchicall taxonomies, so keep it in mind ??
Forum: Plugins
In reply to: [Redirection] Monitor changes to pages opton does not work with childs.Ok, thanks ??
- This reply was modified 3 years, 2 months ago by Isu.
Forum: Plugins
In reply to: [Redirection] Monitor changes to pages opton does not work with childs.I think it also should monitor child pages since child page url was changed too it parent was changed ??
If that is intended, is there any hook/option to also monitor child pages?Hi,
I noticed that and I made solution
https://www.ads-software.com/support/topic/plugin-not-compatible-with-multisites/I noticed author also directly, so I hope they can add this into next version