reshampanth
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkboxes don't appear during checkoutOk i resolved it myself. Added the following code in my custom css-
input[type=”radio”] {
-webkit-appearance: radio;
-moz-appearance: radio;
}
input[type=”checkbox”] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
}Not sure if this is the best way, but it did work.
ThanksForum: Plugins
In reply to: [WooCommerce] Checkboxes don't appear during checkoutHi Claudio,
Thanks for notifying me of the violation. I didn’t know about that.My problem on the website is not because of the shipping address option. It’s because of the radio button/ checkbox that doesn’t appear on the shipping address page. Nor does it appear while selecting the shipping methods.
I have attached a few screen shots that might explain it better-On Desktop-
http://i.imgur.com/42UgoJf.png
http://i.imgur.com/ihU2DeA.pngOn Mobile devices-
http://i.imgur.com/XiMytQo.png
http://i.imgur.com/QXrRQKH.pngAs you can see in the images, the radio buttons do not appear on the screen, making it hard to select the correct options.
Please have a look and help me out.
Thanks and sorry for the violation.
Regards,
Resham PanthForum: Plugins
In reply to: [EWWW Image Optimizer] Internal Error 500 on Uploading imagesI disabled the Parallel Optimizations from Advanced Options and things are going smoothly now.
Didn’t try the link you gave me. Will let you know about it later.
ThanksForum: Plugins
In reply to: [EWWW Image Optimizer] WebP not served on pageThats great news! Thanks a lot nosilver4u
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP not served on pageOk that explains the two classes pretty well. Thank you very much.
The last time I was messing around with some codes, I ran across this priority number for the functions. Higher the number, higher the priority. Can something like that help? Just a wild guess. I ain’t a developer..
Second wild guess here, I am using Plugin organizer and I think I can make Ewww load before rocket.
Thank youForum: Plugins
In reply to: [EWWW Image Optimizer] WebP not served on pageNo problem with waiting! Why do I hv two classes data-lazy-src and data-lazy srcset. I do have lazy load by WP rocket enabled.
Thank you.
Silly question here- In the conversion settings, I should keep both “JPG/PNG to WebP” and “Alternative WebP Rewriting” enabled right?
PS- I am on CloudflareForum: Plugins
In reply to: [EWWW Image Optimizer] WebP not served on pagePS- As seen in the Cpanel, the size of webP files is smaller than the jpg. So webP files must be served right?
Forum: Plugins
In reply to: [WooCommerce] Full Width page for certain productsI can have woocommerce integration in pages? Add the “Add to Cart” button in page?
Forum: Plugins
In reply to: [WooCommerce] Help with ImagesCan you please have a look and help me with what dimensions I must set? I am a bit confused with what would happen if the same image is displayed on mobile, what would be the dimensions..
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Some Questions before installingSo from what I could gather. If I am displaying 150×150 pixel image on my site and I have set two breakpoint 130×130 and 175×175, then the browser will load the 130×130 image?
I’ll try the plugin firsthand to answer my questions myself! It works with Cloudflare and subdomain right?
Thank you,
Resham PanthForum: Plugins
In reply to: [Adaptive Images for WordPress] Some Questions before installingHi Takis,
On My website (https://sprybag.com), I have many images in the carousels. Depending on the screensize the image dimensions vary from 220x220px to 120x120px. But the image being loaded is 300x300px.
How do I use your plugin to solve that?
ThanksForum: Plugins
In reply to: [Autoptimize] Firing window.onload event on GTmetrixThe reason why I dont want to switch from W3TC is the option to use a subdomain to serve static resources. Did not find that in any other plugin
Forum: Plugins
In reply to: [Autoptimize] Firing window.onload event on GTmetrixI am using W3 total cache for that. Don’t see any improvement. Still get the error
Forum: Plugins
In reply to: [Autoptimize] Firing window.onload event on GTmetrixHi Frank,
Sorry for the late reply, stuck with exams here.
I tried “Force JS in Head”, tried disabling rocketloader, tried disabling cloudflare. Gtmetrix still doesn’t give me anything..
Also I have this ‘Reduce server response time’ error in pagespeed insights. Anything that might help fix that other than changing my webserver? I am on hostgator shared plan for now and can’t afford dedicated right now!
Cheers,
Resham PanthForum: Plugins
In reply to: [EWWW Image Optimizer] Site messed up on firefoxSo no WebP images for me until you build the function for alternate domain :3