inthujan
Forum Replies Created
-
Hello,
I’m also having this issue, my import is running once a day and in the logs I see that I get this error everyday. The import is also adding a blank proudct for some reason, the timestamp is exactly the same as the error time when the product is being created. The blank products are being put as “published” (real new products are set to draft) automatically everyday so that is quite annoying. How can I fix this?
Forum: Plugins
In reply to: [PDF Viewer] Invalid URL for PDF ViewerI also had this problem but I figured out why it was happening for me. my URL contained special characters, I guess this plugin does not support special characters so just re-upload the PDF with normal letters. ??
Hey, I’m also having this issue. Can you help?
Forum: Plugins
In reply to: [Polylang] Polylang, WooCommerce and REST APIHey, I’m also having this issue. Did you come up with a solution, if so do you mind sharing it?
Thank you!
Forum: Plugins
In reply to: [Polylang] Disable Polylang on a custom post typeHey. I did come up with a fix for it after reading the Polylang dokumentations for a couple of hours, but I wouldn’t say it’s the best way to do it.
Here is a pastebin link to the little plugin I wrote.
https://pastebin.com/VBxahacTI’ll try to explain what it does.
It selects all ID from the database where the post-type is “project”. And then I use Polylangs function to change the IDs language to what the default language is. That way, the project posts will be visible all languages.
So if a user is browsing the website in Swedish, every “Project” posts will be set to Swedish and when the user switches to a different language, so will the every “project” posts.
Pretty simple. You’ll probably have to change a few things in the code to make it work for you. I’m a beginner when it comes to PHP so please feel free to reply with improvements ??