Title: Slider position from shortcode?
Last modified: August 31, 2016

---

# Slider position from shortcode?

 *  [raptor002z](https://wordpress.org/support/users/raptor002z/)
 * (@raptor002z)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slider-position-from-shortcode/)
 * Hi,
 * I hope this is an easy question: how can I pass a slider position (eg. 0.3) trough[
   twentytwenty] shortcode? Is it possible?
 * Regards,
    Zoltan
 * [https://wordpress.org/plugins/twentytwenty/](https://wordpress.org/plugins/twentytwenty/)

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

 *  [andrewroams](https://wordpress.org/support/users/andrewroams/)
 * (@andrewroams)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007702)
 * I have the same issue – please help!
 * – AA
 *  [creativetouch](https://wordpress.org/support/users/creativetouch/)
 * (@creativetouch)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007722)
 * I would also like to know if center aligning the slider is possible. It looks
   off on the page and really detracts from the appearance of this otherwise gorgeous
   slider. Shame.
 * [http://ericashapland.com/portfolio/underwater-diving-photo-corrections/](http://ericashapland.com/portfolio/underwater-diving-photo-corrections/)
 * I’d love to hear from someone, if there is a shortcode, CSS or php fix for this.
 * Thank you,
    Erica
 *  [creativetouch](https://wordpress.org/support/users/creativetouch/)
 * (@creativetouch)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007723)
 * Being married to a developer is awesome. This fix will make the slider auto-centered
   everywhere. So with this php edit, you will still not have control over changing
   the alignment should you want the slider left or right aligned.
 * On you Dashboard go down to Plugins > Editor. Use the top right dropdown box 
   to set “Select plugin to edit:” to TwentyTwenty. Below this dropdown you should
   see a list of php files. Select “twentytwenty/public/class-twentytwenty.php”.
 * If you scroll to the very bottom of the file you should see this line of code:
   `
   return '<div class="twentytwenty" class="twentytwenty-container" style="display:
   none; max-width: 100%; width: ' . $width . '; height: ' . $height . '">' . $images_code.`
 * and change that one line to:
    `return '<div class="twentytwenty" class="twentytwenty-
   container" style="margin: 0 auto; display: none; max-width: 100%; width: ' . 
   $width . '; height: ' . $height . '">' . $images_code .`
 *  [schastliviy](https://wordpress.org/support/users/schastliviy/)
 * (@schastliviy)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007731)
 * I just registred only to say you “THANKS A LOT!”
    You and your husband are awesome!
 *  [dermessing](https://wordpress.org/support/users/dermessing/)
 * (@dermessing)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007732)
 * hello everyone.
 * you guys have any updates on the slider position topic? I`d love to only have
   my before picture visible when loading the page. I tried “creativetouch” solution
   but that only centers the slider, right?
 * thanks everyone and good night

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

The topic ‘Slider position from shortcode?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twentytwenty_706f70.svg)
 * [TwentyTwenty](https://wordpress.org/plugins/twentytwenty/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentytwenty/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentytwenty/)
 * [Active Topics](https://wordpress.org/support/plugin/twentytwenty/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentytwenty/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentytwenty/reviews/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [center](https://wordpress.org/support/topic-tag/center/)

 * 5 replies
 * 5 participants
 * Last reply from: [dermessing](https://wordpress.org/support/users/dermessing/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007732)
 * Status: not resolved