10
Nov

Horizontal motion gallery

   Posted by: admin   in Plug-in

  1. This plug-in will create the Horizontal motion gallery on wordpress site.
  2. The user can direct both the image scrolling direction and speed just by placing the mouse on either side of the image gallery.
  3. Clicking on an image will target new link.
  4. This is an XML based slideshow gallery.
  5. Optionally hyperlink each images.
  6. Optionally target hyperlink option for each image.

DEMO : Move mouse to left or right of gallery. Speed increases depending on how far you move.

flower 1flower 2flower 3flower 4flower 5flower 6flower 7flower 8flower 9flower 10flower 11flower 3flower 4flower 5flower 6

Installation Instruction & Configuration

  • Unpack the *.zip file and extract the /horizontal-motion-gallery/ folder.
  • Drop the ‘horizontal-motion-gallery’ folder into your ‘wp-content/plugins’ folder
  • In word press administration panels, click on plug-in from the menu.
  • You should see your new ‘Horizontal motion gallery’ plug-in listed under Inactive plug-in tab.
  • To turn the word presses plug-in on, click activate.
  • Go to widget link under Appearance tab, Drag & drop gSlideshow widget to your desired location in the active sidebar.

Frequently Asked Questions

Where to upload my image?
add/edit/delete images in this XMl file. “gallery/widget.xml”

How to set Height and width?
motion-gallery.css
motion-gallery-page.css
In the above mentioned CSS file you can change the height and width of the gallery.

1.drag and drop the widget!

Go to widget menu and drag and drop the “Horizontal motion gallery” widget to your sidebar location.

2.Paste the below code to your desired template location!

<?php if (function_exists (my_hmg_show)) my_hmg_show(); ?>

3.Paste the given code to your page or post!

widget.xml = is name of the XML file, it should be available in gallery folder.

Note :

DOM/XML should be in enabled mode. don’t use more then one time in page(galley should render only one time in entire page)

This entry was posted on Tuesday, November 10th, 2009 at 12:05 am and is filed under Plug-in. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

18 comments so far

Cloner
 1 

Where can I download this plugin? Can’t find it anywhere including your wordpress.com plugin downloads page

November 11th, 2009 at 12:10 pm
admin
 2 

To download
http://wordpress.org/extend/plugins/horizontal-motion-gallery/

November 11th, 2009 at 11:09 pm
wpnewbie
 3 

hi..
is it able to set the picture height and width so it match the gallery height or width.
eg. gallery height 100px, pic height 200px. i want my pic height is reduced to 50% to match the gallery height.
thx.. and sorry for my bad english..

November 12th, 2009 at 9:35 am
Admin
 4 

Go to that CSS file(2 css file available in the folder) and change th height and width of the gallery.

November 13th, 2009 at 1:27 am
Cloner
 5 

Fabulous!, I am building the site http://www.cafeanimate.com and using your slideshow plugins. The horizontal motion gallery is just superb.

Kindly fulfill feature request to make the gallery looping and auto scrolling like your other plugins.

You are a champ!

November 13th, 2009 at 9:40 pm
corinne
 6 

Will this work with a “bottom sidebar”?

November 17th, 2009 at 9:21 pm
Lilie
 7 

Hi, How can I please insert different galleries on different posts with different images? I tried to: 1. create [my_hmg=widget1.xml]
[my_hmg=widget2.xml] etc. in the gallery folder.
2. Paste in the different posts the corresponding
[my_hmg=widget1-2-3.xml]
But it doesn’t work. It only show this one
[my_hmg=widget.xml] Can you please tell me how to do this?
Thanks a lot!

November 21st, 2009 at 1:58 pm
machiel
 8 

Hello!

Nice work! was wondering about one thing. Can you add a function that you can show permanently the of the title under the picture (in small font). Tried to adjust it, but cant figure it out by myself

November 25th, 2009 at 8:37 am
Demonike
 9 

If only I could combine this functionality with Flickr Tag, so that the gallery would be constructed from my Flikr images. The size, amount and content (sets) would still be adjustible from the Flickr Tag admin, only the output would be this nice scrolling gallery. Could someone do this? I’m prepared to pay a small donation :)

November 30th, 2009 at 8:38 am
 10 

i am getting this warning

Warning: DOMDocument::load() [domdocument.load]: URL file-access is disabled in the server configuration in D:\sites\frontpage1\jkiser\webroot\wp-content\plugins\horizontal-motion-gallery\horizontal-motion-gallery.php on line 25

and my hosting doesnt seem to want to allow the change in the php.ini file needed to accomplish this, is there a way around it?

December 3rd, 2009 at 12:35 pm
Fred
 11 

@ Lilie : in order to add different galleries in different posts, maybe it would be useful to modify the file “horizontal-motion-gallery.php”, approximately around line 188 if($my_hmg_file==”"){$my_hmg_file = “widget.xml”;} and replace widget.xml by some variables ???

December 7th, 2009 at 12:07 pm
Julie
 12 

I currently dont have widgits enabled on my website. I am using the website as a CMS and dont even have a sidebar. Is it possible to use this plugin without widgits enables or am I going to create a functions.php file?

December 7th, 2009 at 12:31 pm
admin
 13 

First you add the plugin and activate it as usual and use the below mentioned code in the desired location

December 9th, 2009 at 1:21 am
MFS
 14 

Is there a way to add titles?

December 15th, 2009 at 4:51 pm
 15 

I’m getting a similar error message as Mike @10 , on the website at http://printmuseum.org powered by justhost.com –

Warning: DOMDocument::load(http://printmuseum.org/wp/wp-content/plugins/horizontal-motion-gallery/gallery/widget.xml) [domdocument.load]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/printmu1/public_html/wp/wp-content/plugins/horizontal-motion-gallery/horizontal-motion-gallery.php on line 25

Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity “http://printmuseum.org/wp/wp-content/plugins/horizontal-motion-gallery/gallery/widget.xml” in /home/printmu1/public_html/wp/wp-content/plugins/horizontal-motion-gallery/horizontal-motion-gallery.php on line 25

What’s strange is, sometimes the error shows up, sometimes it doesn’t and the gallery works okay. Very tempermental. Help?

December 22nd, 2009 at 9:30 pm
mauri
 16 

nice plug but i have this problem
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /usr/local/psa/home/vhosts/namesite.com/httpdocs/studio/wp-content/plugins/horizontal-motion-gallery/horizontal-motion-gallery.php on line 31how to fix? thx

January 21st, 2010 at 4:15 am
Tina
 17 

This is all new to me and I don’t understand the instructions for uploading and editing photos.

January 28th, 2010 at 5:55 pm
 18 

I have the gallery showing on the page I want it to show on, but the images are not showing.

I do not have widgets enabled in the current theme so I have used the code “[my_hmg=widget.xml]” in the page I want the gallery.

The url for the page is http://portadowndevelopments.com.au/ if you can see what the problem is from there.

I suspect it is something I am doing wrong with the xml file but I just changed the path and link to match the image location.

February 7th, 2010 at 2:25 am

One Trackback/Ping

  1. Horizontal motion gallery « GOPI – DIGITAL NOTEBOOK    Nov 10 2009 / 4am:

    [...] Horizontal motion gallery November 10, 2009 gopiplus Leave a comment Go to comments LIVE DEMO [...]

Leave a reply

Name
Mail (will not be published)
URI
Comment