• Resolved ej1111

    (@ej1111)


    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; ">

    https://www.ads-software.com/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

    (@cpres)

    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

    (@ej1111)

    I did try clearing cache, amongst many other things. It is supposed to show as an inline style like that?

    Thread Starter ej1111

    (@ej1111)

    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

    (@cpres)

    I’ll have to check it out myself in order to troubleshoot, link?

    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

    (@cpres)

    Thank you for the confirmation on the issue, I’ll be looking into this more now

    Plugin Author cpres

    (@cpres)

    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…

    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.