titsmaker
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Manager for WordPress] Issue with Slider RevolutionI am sorry. I was getting this issue with both LiteSpeed and Autoptimize. Both plugins had “exclude JQuery” option activated. Further investigation revealed that the option just didn’t work. When I manually added path to JQuery file provided by your plugin to exclusions the problem was solved. So the question is whether the problem appeared due to their implementation of “exclude JQuery” options or the way you substitute Jquery.
Forum: Plugins
In reply to: [VS Contact Form] Compatibility issue with Visual ComposerOK, I’d better just send it here without all the hassle. By the way it’s stupid WP forums don’t have private messages functionality…
Here is a page with only your contact form in body – https://artifactoria.com/contact-test-without-vc/
And here with some text inserted via VC block – https://artifactoria.com/contact-test-with-vc/Forum: Plugins
In reply to: [jQuery Manager for WordPress] Issue with Slider Revolution@remzicavdar I tried it with classic JQuery 1.12.4 and got the same results. My website is https://artifactoria.com
Forum: Plugins
In reply to: [LiteSpeed Cache] Combine JS into 2 filesI am sorry for spending your time – I found that problem with slider was caused by another plugin and it works OK when deferred.
But there’s another question – is it possible to defer render blocking outer JS request to CDN created by one of plugins?Forum: Plugins
In reply to: [LiteSpeed Cache] Combine JS into 2 filesThey are deferred actually. I just want to combine them as well to decline number of requests.
Forum: Plugins
In reply to: [LiteSpeed Cache] Combine JS into 2 filesThe problem is it’s not one file – it is Revolution Slider scripts (at least 7 separate JS files). Of course Rev Slider didn’t take care to supply us with combine and defer options. That’s why I want to merge them into separate script which is not deferred.
Forum: Plugins
In reply to: [VS Contact Form] Compatibility issue with Visual ComposerIs there a way to send you a link for test purposes privately?
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem with JQuery remote loadingI am not sure this is a proper way to fix the issue. Jquery 1.12.4 is no longer maintained, that’s why WordPress applied some security patches from later versions to it and started delivering it as “1.12.4-wp”. Removing “-wp” switches you to unpatched version from Google CDN.
Please read here – https://core.trac.ww.wp.xz.cn/ticket/47342#comment:3Forum: Plugins
In reply to: [Adaptive Images for WordPress] Any benefits over srcset?Looks like I finally understood how your plugin works 😉
I found your plugin while searching for solution to WP media library mess caused by the way how it creates all the thumbnails on upload – completely unneeded waste of disk space. That’s why I want to disable creation of thumbnails and use your plugin instead. If one day I will have to switch back I will regenerate thumbnails easily, so there’s no need to keep them apart smallest thumbnail size which is used in media library on backend. Do I miss something?By the way if I don’t set any breakpoints at all will the plugin serve images of exact needed size which do not need css scaling?
Here are some considerations upon what can be improved:
– if you choose to keep thumbnails created by WordPress and your theme you already have most probably more than half of images you will ever need. There are already standard WP medium-large (768px) and large (1024px) thumbnails which can be used for popular breakpoints. But your plugin has it’s own image storage, which will cause unneeded creation of images resulting in slow load when image is requested for the first time and extra usage of disk space. Maybe these images should be kept together? Or at least such an option should exist?
– also would be nice to have an option to disable the plugin for images which have srcset attribute
– having webp support would be great- This reply was modified 6 years, 11 months ago by titsmaker.
Forum: Plugins
In reply to: [LiteSpeed Cache] Support Image Upload Resize & QualityThanks for reply.
1) cropping – sometimes you need to change the aspect ratio of your images, but you already have media library with different aspect ratios. Of course you can use cropped thumbnails, but in some situations having cropped original is beneficial. E.g. WooCommerce shows original images for magnify option on product page, so if you use uncropped original image and cropped thumbnail the zoom function doesn’t work properly (see here – https://github.com/woocommerce/woocommerce/issues/19006). Also some disk space is saved. I can imagine some other situations when you want to change aspect ratio of original images. At the moment this can be done only manually editing each image via media library image editor which still keeps the original images after cropping wasting your disk space.
2) I mean sometimes image was already compressed really well. So compressing it one more time saves you only 5 Kb but adds extra artifacts.
3) just a feature advice, would be nice to have at least some option to control the desired level of compressionForum: Plugins
In reply to: [LiteSpeed Cache] Support Image Upload Resize & QualityDon’t want to create a separate topic, so I will add my 5 cents here.
LiteSpeed is already a great plugin combining a lot of features, it’s image optimization produce well-compressed images but it lacks customization options of dedicated plugins. So to get rid off those dedicated plugins we need to have some control over image optimization engine, such as:
– resizing original images
– cropping originals (strange indeed but I am not able to find a single WP plugin letting you to bulk crop original images)
– skip image re-compression if expected file weight reduction is minimal
– setting advanced compression settings such as desired image quality, chroma subsampling, quantisation type (Flat, ImageMagick, Klein etc.) etc.Forum: Plugins
In reply to: [Adaptive Images for WordPress] Any benefits over srcset?Great. Thanks for quick and detailed answer. Sorry but I have a few more questions:
– do I understand correctly that after installing your plugin I can disable thumbnail creation on image upload and delete most of thumbnails already created. Anyway these images won’t be used most probably. Maybe it makes sense to still generate smaller size for media library
– if plugin can’t detect device viewport will it provide original image or those specified by srcset (of course if that size if thumbnail already exist)
– I can’t get the idea of using breakpoints if plugin is supposed to deliver images of exact needed size. Breakpoints are used for delivering the closest image defined by srcset. But this solution still needs some css scaling. If I understand the idea of your plugin correctly it resizes images to the exact dimension of viewport, so I don’t understand why breakpoints needed
– is there a way to disable plugin for bigger resolutions as I want to use image zoom functionality on desktop?Forum: Plugins
In reply to: [Responsify WP] Is this unique plugin still maintained?The plugin is still useful because even today many themes lack srcset attribute at least for some elements. Some of most popular themes are among them.
Forum: Plugins
In reply to: [VS Contact Form] Is it possible to change the layout?Thanks for your reply. I hope you will add this functionality to the plugin one day. It’s really great that Very Simple Contact Form is so tiny – plugin size is 30 times less than Contact Form 7!
Forum: Plugins
In reply to: [VS Contact Form] Compatibility issue with Visual ComposerThanks for quick reply!
Submission is being sent, I am getting it into my mail.
I will provide you with test page later because now my site is under maintenance mode.