test TimThumb

Image in Media Library at:
http://komotion.com/wp-content/uploads/2013/09/IMG_1439-processed.jpg

Image Frame shortcode: (note broken images)

[image_frame height=”80″ width=”400″]http://komotion.com/wp-content/uploads/2013/09/IMG_1439-processed.jpg[/image_frame]

[margin30]

Fancy Images shortcode: (note displaying only preloader)

[fancy_images width=”200″ height=”200″]
[image]http://komotion.com/wp-content/uploads/2013/09/IMG_1439-processed.jpg[/image]
[/fancy_images]

[margin30]

Other Tests… (some debugging I tried)

Path given to shortcode (this will not work as there is no image at this path):
http://komotion.com/files/2013/08/intro-slide-01.jpg

[image_frame style=”framed_shadow” height=”100″ width=”100″]http://komotion.com/files/2013/08/intro-slide-01.jpg[/image_frame]

[margin30]

Path given to shortcode (this should work as there is an image at this path):
http://komotion.com/wp-content/uploads/2013/08/intro-slide-01.jpg

Note however shortcode changes to an obsolete image path, no longer used after WP 3.2 changed syntax! (but somehow this syntax works for older subsites, just not for main supersite (id=1)!
http://komotion.com/wp-content/blogs.dir/1/files/2013/08/intro-slide-01.jpg

[image_frame style=”framed_shadow” height=”100″ width=”100″]http://komotion.com/wp-content/uploads/2013/08/intro-slide-01.jpg[/image_frame]

[margin30]

The one that works is to give the shortcode the blogs.dir path syntax. BUT THIS IS AN ISSUE to ahve to manually change paths on all my older websites. It also means site will break in future if I want to rebuild exporting and then importing in new site.

[image_frame style=”framed_shadow” height=”100″ width=”100″]http://komotion.com/wp-content/blogs.dir/1/files/2013/08/intro-slide-01.jpg[/image_frame]

[margin30]

Fancy images to http://komotion.com/wp-content/uploads/2013/08/intro-slide-01.jpg does not work! Note that syntax for fancy image shortcode works on older *subsites*…

[fancy_images width=”160″ height=”180″]
[image title=”” alt=”” link_to=””]http://komotion.com/wp-content/uploads/2013/08/intro-slide-01.jpg[/image]
[/fancy_images]

Leave a Reply

Your email address will not be published. Required fields are marked *