Title: [Plugin: Slideshow Satellite] Hard coded width in wrapper?
Last modified: August 20, 2016

---

# [Plugin: Slideshow Satellite] Hard coded width in wrapper?

 *  Resolved [ej1111](https://wordpress.org/support/users/ej1111/)
 * (@ej1111)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/)
 * I have an issue and have premium version. There is a hardcoded width showing 
   up (style=”width:450px;”) and none of the width or height specifications i am
   saving through admin appear to be working, presumably because of those width 
   attributes. adding w=VALUE to the shortcode has no affect either. Any ideas??
 * `<div class="orbit-wrapper" style="width: 450px; "><div id="featured1" class="
   orbit" style="width: 450px; ">`
 * [http://wordpress.org/extend/plugins/slideshow-satellite/](http://wordpress.org/extend/plugins/slideshow-satellite/)
 * _[Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser.]_

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

 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2984748)
 * the width in the style is being set by the javascript. I’m hoping your issue 
   with the w=VALUE not working is because of a caching problem, have you tried 
   to clear your caches and try the page again?
 *  Thread Starter [ej1111](https://wordpress.org/support/users/ej1111/)
 * (@ej1111)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985066)
 * I did try clearing cache, amongst many other things. It is supposed to show as
   an inline style like that?
 *  Thread Starter [ej1111](https://wordpress.org/support/users/ej1111/)
 * (@ej1111)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985067)
 * In 2 of the orbit js files i even have it hardcoded to read:
    wrapperHTML: ‘<
   div class=”orbit-wrapper” style=”width:650px”/>’,
 * ive searched the entire plugin for references to a 450 width and its no where
   to be found. I also looked in the wordpress db to see if any preferences are 
   set and they all have the 650 width i set in the admin. Im baffled!!
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985086)
 * I’ll have to check it out myself in order to troubleshoot, link?
 *  [wjs04](https://wordpress.org/support/users/wjs04/)
 * (@wjs04)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985171)
 * I’m having the same problem. Cleaning the cache only returns all the page galleries
   back to whatever is in the admin setting.
 * cpres – Can you please write an example for two pages with different gallery 
   sizes. I have read the manual over and over.
 * The w= and h= do not hold there settings. They use whatever is on the admin page.
   I did pay for the premium version.
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985173)
 * Thank you for the confirmation on the issue, I’ll be looking into this more now
 *  Plugin Author [cpres](https://wordpress.org/support/users/cpres/)
 * (@cpres)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985174)
 * in slideshow-satellite.php look for the following inside the resetTemp function:
   
   if ($this -> get_option(‘width_temp’) != null) { $this -> update_option(‘width_temp’,
   null); }
 * delete that and all the other _temps they shouldn’t get updated to null, that’s
   breaking their memory of what page has what width, etc…
 *  [wjs04](https://wordpress.org/support/users/wjs04/)
 * (@wjs04)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985175)
 * Worked beautifully. Thank you! 🙂

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

The topic ‘[Plugin: Slideshow Satellite] Hard coded width in wrapper?’ is closed
to new replies.

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

 * 8 replies
 * 3 participants
 * Last reply from: [wjs04](https://wordpress.org/support/users/wjs04/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-satellite-hard-coded-width-in-wrapper/#post-2985175)
 * Status: resolved