dhscott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can't download new themeDownload and extract the latest PHP zip file from http://php.net/downloads. Then, php.ini can be found in the root directory of the extracted folder.
Forum: Themes and Templates
In reply to: Can't download new themeHi, I also experienced this issue. I was able to download new plugins, but when i tried to download any new themes I got the following error: “Download failed. There are no HTTP transports available which can complete the requested request.”
I am using Apache2.4.1/mySql5.6.21/php5.6.2 served on my localhost.
Anyways, this appears to be a PHP error and I was able to fix the issue by modifying my php.ini file.
All of the help sites I went too said to uncomment the line: extension=php_curl.dll (this didn’t work)
What they forget to mention is that you also need to uncomment the line:
extension=php_openssl.dll
As soon as I uncommented this line I was able to download themes.
Don’t forget to save the file php.ini and restart your apache server after you make the change:)
Good luck.
Forum: Plugins
In reply to: [Testimonials Widget] How to remove the delay between testimonialsHi Michael, Thanks for the reply.
I was able to to find the fadeIn and fadeOut settings in the file testimonials-widget.php. The link you provided helped me to identify the function names I was looking for. I reduced each of those variables to 100 and the delay is now virtually unnoticeable. Problem solved.
Great plugin. Thanks.