kubiq
Forum Replies Created
-
Forum: Plugins
In reply to: [PNG to JPG] Works for woocommerce products as well?Hello, if you’re not using any special Woocommerce plugin that saves images to different folders, or some other crazy thing, then yes, of course it will work
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Google Chrome not effectedHello,
it works for me on Windows 10 and Chrome from older version until current.
Actually I’m developing everything on Chrome.
Are you Windows or Apple guy? Probably Apple I guess, because there are always some issues from version to version.
I tried crossbrowsertesting.com apple chrome and it seems to be working, so maybe if you can provide exact version of your OS and Chrome
Thank you ??Forum: Plugins
In reply to: [WP SVG Images] Plugin (version 1.3) throws warningthank you, solved ??
Forum: Plugins
In reply to: [PNG to JPG] rename JPG plsHm, I’ve never had issue with equal name, but it’s definitely good idea.
Thank you, maybe in next release ??Forum: Plugins
In reply to: [PNG to JPG] For files that contain an accent, the plugin does not convertHello,
I’ve tried to convert?????yáíé.png
on my server and it’s working fine
That’s probably some problem on your server
Please turn on debug.log and send me its content ??My image result:
https://wpdemo.kubiq.sk/wp-content/uploads/2018/02/?????yáíé.png
https://wpdemo.kubiq.sk/wp-content/uploads/2018/02/?????yáíé.jpgForum: Plugins
In reply to: [PNG to JPG] Not converting (error)Hmm, that’s probably some bad practice in that bedrock installation, because in my plugin there is nowhere hard-coded
/uploads/
, but everything is properly generated bywp_get_attachment_url()
function…
I have no idea what bedrock is, but probably it’s not official WordPress installation, am I right? They should fixwp_get_attachment_url
by adding some filters etc., but unfortunately I can’t help you here.
Still, I don’t understand how is this possible, because you should experience many problems ifwp_get_attachment_url
returns wrong URLForum: Plugins
In reply to: [PNG to JPG] Limit numberCheck new 2.4 version ??
There is new option for Autodetect transparency for existing PNG images
just uncheck it if you wantForum: Plugins
In reply to: [PNG to JPG] PNG to JPG convert qualityTake a look here: https://regex.info/blog/lightroom-goodies/jpeg-quality
Forum: Plugins
In reply to: [PNG to JPG] Limit numberI’ll take a look
- This reply was modified 6 years, 10 months ago by kubiq.
Forum: Reviews
In reply to: [PNG to JPG] 70 images per hour on fast hosting….not workingHello,
of course you can see progress ??
Already proccesed images simply disappear from list as they’re no longer PNGs
Maybe there is some other error. please see you debug.log and let me knowForum: Plugins
In reply to: [PNG to JPG] Not converting (error)Hello,
“failed to open stream” means, that you’ve probably manually deleted that file, or it’s not accessible because of chmod, htaccess or other restrictions.
That’s problem in your system, because yes, I can ask for each file if it exists and if it’s accessible, but it makes no sense as default working and properly set WordPress can’t have this error. It will also make whole algorithm slower, so I don’t plan to implement these checks.
Just try to optimize your database, remove old and irelevant records, it will help ??
Forum: Plugins
In reply to: [PNG to JPG] Wrong path to imageHello,
plugin is tested in 3 “environments”:
main domain like: website.com
subdomain like: sub.website.com
subdirectory like: website.com/subif one of them is also your case, then it should work, but if not, then maybe there is some strange configuration of your server
is one of above one of your case?
who is you hosting provider?
do you have any plugins that change default wordpress directory structure?Forum: Plugins
In reply to: [PNG to JPG] no original in DBNEVER EDIT FILES IN wp-admin OR wp-include FOLDER !!!
Forum: Plugins
In reply to: [PNG to JPG] Limit numberYes, but imagine website with hundreds of images and of course you want to convert only PNGs without transparency, so it will take a very long time…
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Slowing down website page load.Hello,
I’m using my own plugin in many websites on various servers and I don’t have this problem. What is your server? Do you have optimized website according to gtmetrix, or google page speed? Do you have any errors in your console?