Title: [Plugin: Meteor Slideshow] metadata shortcode
Last modified: August 30, 2016

---

# [Plugin: Meteor Slideshow] metadata shortcode

 *  Resolved [atoco](https://wordpress.org/support/users/atoco/)
 * (@atoco)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/)
 * Hi all!
    I would like to use the second slideshow on my webside with other settings
   than the first one. So I used shortcodes but they don’t work… The example of 
   my metadata code is below: `[meteor_slideshow slideshow="test" metadata="height:
   1000, width: 230, align: 'center' "]` Even though I set the height, width and
   aligment style none of this metadata work… Do you have any idea what am I doing
   wrong?
 * Thank you for your help,
    Barbara

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419528)
 * Hi Barbara, that shortcode looks correct. Can you post a link to the page you
   are using this shortcode on?
 *  Thread Starter [atoco](https://wordpress.org/support/users/atoco/)
 * (@atoco)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419574)
 * Hi Josh,
    Thank you for the answer 🙂 the website is: [http://progea.pl/](http://progea.pl/).
   I would like to use the slideshow instead of GeoTrener, AgroEye and Esri logos.
 *  [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419591)
 * I love the way you styled the main slideshow, it looks great!
 * I don’t see a second slideshow in the sidebar, did you remove it?
 * One thing I noticed with the shortcode you posted, it looks like the height is
   incorrect? Should it be 100px, like this?
 *     ```
       [meteor_slideshow slideshow="test" metadata="height: 100, width: 230, align: 'center' "]
       ```
   
 *  Thread Starter [atoco](https://wordpress.org/support/users/atoco/)
 * (@atoco)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419687)
 * Thank you, although the credit goes to my colleques, I’ve just started to work
   with this website 🙂
 * I hide the slideshow o the sidebar because it doesn’t look good…
 * I suppose the website doesn’t see the part of code with metadata – as you see
   on the pics above, the picture is cut and the slideshow isn’t centered. I’ve 
   tried also to use hyperlinks to each slide – works properly.
    [http://progea.pl/wp-content/uploads/2015/08/2015-08-19-11-16-19.png](http://progea.pl/wp-content/uploads/2015/08/2015-08-19-11-16-19.png)–
   how the slideshow looks [http://progea.pl/wp-content/uploads/2015/08/szkolenia.jpg](http://progea.pl/wp-content/uploads/2015/08/szkolenia.jpg);
   [http://progea.pl/wp-content/uploads/2015/08/banner24.jpg](http://progea.pl/wp-content/uploads/2015/08/banner24.jpg)–
   how the pictures should look
 * The code to the slideshow which I used now:
    `[meteor_slideshow slideshow="test"
   metadata="height: 500, width: 231, align: 'center' "]`
 *  [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419690)
 * That’s strange, it looks like you have everything setup correctly. Could you 
   put that sidebar shortcode on a new test page, just in the content, so that I
   could take a look at it live on a page?
 *  Thread Starter [atoco](https://wordpress.org/support/users/atoco/)
 * (@atoco)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419696)
 * Hi Josh,
    I activated the sidebar for a while. Hope no one – except you – will
   see it 😉
 * [link](http://progea.pl/)
 *  [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419697)
 * Barbara, I figured out the problem, there are some custom styles being applied
   to the main homepage slideshow that are effecting the sidebar slideshow as well:
 *     ```
       #slider div.meteor-slides,
       .meteor-clip {
           height: 336px !important;
           left: 21px !important;
       }
       ```
   
 * If you update these styles in app.css to only apply to the main slideshow, the
   sidebar one should display at the correct size:
 *     ```
       #slider #meteor-slideshowdomyslny_en,
       #meteor-slideshowdomyslny_en .meteor-clip {
           height: 336px !important;
           left: 21px !important;
       }
       ```
   
 *  Thread Starter [atoco](https://wordpress.org/support/users/atoco/)
 * (@atoco)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419698)
 * Josh, it works! Thank you very much 🙂
 *  [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419699)
 * You’re welcome!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Meteor Slideshow] metadata shortcode’ is closed to new replies.

## Tags

 * [metadata](https://wordpress.org/support/topic-tag/metadata/)
 * [meteor](https://wordpress.org/support/topic-tag/meteor/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 9 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/plugin-meteor-slideshow-metadata-shortcode/#post-6419699)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
