Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
JANET
How to stop slider images from cropping at the top?
I'm uising the WordPress Qode Slider. I've generated the slides in various dimensions (ie. 1170x500px and 2000x500px).
The slides are always cropped at the top.
If I reduce the height to 450px the image is still cropped with whitespace at the bottom.
How do I stop the cropping at the top of the image?
1 AnswerPhotography6 years agoPHP how to set correct current timestamp?
I'm in EST and my current time is about 10:17 am.
If I do:
time ();
I get: Tue, 02 Dec 2014 15:17:41 +0000
which is 5 hours ahead...
If I do:
date_default_timezone_set ('America/Toronto');
time ();
I get:
Tue, 02 Dec 2014 10:17:41 -0500
I think the 2nd one looks right but I can't figure out how to use this to check a coupon expiry date (for tonight at midnight).
3 AnswersProgramming & Design6 years agoPHP code to check if coupon has expired?
I need to check if a coupon has expired. The coupon expiry date is entered in the format MM/DD/YYYY and stored in seconds.
Example: 12/01/2014 is stored as 1417392000.
I want the coupon to expire just before midnight on the specified date.
How do I do this check in PHP?
1 AnswerProgramming & Design6 years agoIs there a way to optimize externally referenced images on a WordPress site?
My site www.eviewvillage.com is taking too long to load. It has numerous externally referenced images. Is there a way to optimize images that are referenced externally? Any suggestions for what I could do/try to fix this problem? I've tried adding W3 Total Cache and WP Smush.It plugins but it doesn't seem to help.
2 AnswersProgramming & Design7 years ago