neotropic2023

Results 6 comments of neotropic2023

Yeah, come monday I will create a little page. About to leave for the weekend here.

Ok, had to come in for a few hours. http://www.websites4you.com/demo/test/1.0.4/ http://www.websites4you.com/demo/test/no-sticky/ Yeah, does it in this demo to. So scroll down a bit when the sticky take effect. Then resize...

Interesting I had this same issue on a newer website this week. What I discovered... the downloads minified and non-minified are different versions. I would go with the unminified, none...

Can confirm also, Facebook numbers are all zero now. Even in their demos.

Same issue. $imagecache->cached_image_directory = 'images/cached'; URL: //os.dev/php-image-cache-master/demo/mages/cached/46c4075edc3b25e6e54c45635704c838.jpeg It is all right, minus /mages/ which should be /images/. Why is the 'i' being removed? And see nothing in the class that...

I made some changes here. I added one more variable to be passed which is the URL. $imagecache = new ImageCache(); $imagecache->cached_image_path = PATH TO\php-image-cache-master\demo\images\cached\'; $imagecache->cached_image_url = 'URL TO/php-image-cache-master/demo/images/cached/'; On...