Title: Responsive Slide
Last modified: August 30, 2016

---

# Responsive Slide

 *  [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/)
 * Hi!
 * I’m using your plugin and it’s working great with my project!
 * I’m using it like this: [http://i58.tinypic.com/k0287a.png](http://i58.tinypic.com/k0287a.png)
 * I’d like it to be responsive. Meaning, as I shrink the browser window size, it
   should shrink with it to a certain point. And then, from a certain size down,
   the text that is right next to it, should move to the line bellow.
 * These are my configurations: [http://i59.tinypic.com/nouk91.png](http://i59.tinypic.com/nouk91.png)
 * Seeing as I activated the responsive option and everything, I’m not sure why 
   when I scale the window down, it doesn’t work. ( [http://i61.tinypic.com/30sbq7a.png](http://i61.tinypic.com/30sbq7a.png))
 * Can you help me?
    Thank you!
 * [https://wordpress.org/plugins/slideshow-jquery-image-gallery/](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/responsive-slide/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/responsive-slide/page/2/?output_format=md)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248639)
 * Hi can you share your URL?
 * Can you also test one of WordPress default themes like **Twenty Fourteen **and
   see if it works. If it does then you know there is a problem with your current
   theme.
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248676)
 * Hi,
 * My URL is: [http://laa.com.pt/home/projectos/vaca-das-cordas/](http://laa.com.pt/home/projectos/vaca-das-cordas/)
 * I’ve tested it with a default theme and it still didn’t rescale. Could it be 
   because I place it inside a table?
 * Thank you
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248679)
 * Hi, I think that is your problem. You placed the shortcode inside a table that
   has a fixed width.
 * Can you carry out a test. Create a page, don’t publish the page. Add the shortcode
   to the page and see what happens.
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248682)
 * Hi,
 * The table didn’t have a fixed width in pixels, only in % so I could establish
   that each column would have exactly 50% of the total.
 * I did as you suggested, but it still didn’t resize. If I give you login info,
   can you please check it? Thank you.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248699)
 * Hi I had a look at your slideshow and you have 580px set up as your width. That
   is why it is not shrinking.
 * You need to check your code and make some changes. If you use Firebox browser
   and you add the following add-on **firebug **it will allow you to view the code.
   You can also choose to right click on the web page and select inspect element.
 * Regards
 *  [Handoko](https://wordpress.org/support/users/handoko-zhang/)
 * (@handoko-zhang)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248700)
 * Hi, I checked the website and it really has 580px set up as the width.
 * One possible good solution is to use a responsive column plugin. My suggestion
   is **Column Shortcodes** plugin, I use it and love it. Here is the link:
    [https://wordpress.org/plugins/column-shortcodes/](https://wordpress.org/plugins/column-shortcodes/)
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248704)
 * Hi mbrsolution, thank you for your advises. I am aware of such functionalities,
   and I know I had the width set to 580, but it was later removed.
 * Hi Handoko, I tried your suggestion and the Column Shortcodes are amazing. It
   makes the effect I was hopping (second column going under the first one when 
   resizing), but something weird keeps happening, the slideshow shortcode stays
   above all contents
 * – Normal [ [http://i61.tinypic.com/2akbgbp.png](http://i61.tinypic.com/2akbgbp.png)]
   –
   Reduced [ [http://i59.tinypic.com/2vrwnk1.png](http://i59.tinypic.com/2vrwnk1.png)]–
   Reduced more [ [http://i57.tinypic.com/zwfeog.png](http://i57.tinypic.com/zwfeog.png)]–
   Smallest window width [ [http://i59.tinypic.com/296bqs5.png](http://i59.tinypic.com/296bqs5.png)]
 * So, one last time, can one of you check if my configurations are OK for a responsive
   slideshow?
    I’ve got no maximum width, and all the responsiveness options activated.
 * You can also consult the website page where I’ve applied it, here: [http://laa.com.pt/home/projectos/vaca-das-cordas/](http://laa.com.pt/home/projectos/vaca-das-cordas/)
   
   Thank you!
 *  [Handoko](https://wordpress.org/support/users/handoko-zhang/)
 * (@handoko-zhang)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248711)
 * I inspected your website again. I compared yours with my slideshow, the CSS was
   similar. But what I found is, the values of my width and height in the CSS will
   automatically change if the browser resized, but yours won’t change.
 * What I think is, there may be some issues with your jquery. To find out what 
   cause the jquery fail to work correctly, you can temporary:
 * – Switch to WordPress default theme: Twenty Fifteen
    – Disable other plugins
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248766)
 * Thank you, Handoko.
 * I did those tests you recommended. And it’s true that disabled the Arctic template,
   the plugin works properly. I’ve conversed with the programmer and he said there
   is nothing wrong or restrictive happening with the template. He did say this:
 * “If you inspect the markup you’ll see that the plugin adapts it’s width using
   JavaScript and it is it’s responsibility to get adapted. It does not have to 
   be on the template, this has to be within the plugin it self, and the plugin 
   seems to lack on adapting it self on various layouts.”
 * So, I’m left with a plugin that I love and have seen that can work, but nothing
   to to in order to make it work properly with a template I’ve spent money with.
 * Help?
 *  [Handoko](https://wordpress.org/support/users/handoko-zhang/)
 * (@handoko-zhang)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248767)
 * You mentioned the Arctic template. Is it any free demo of the template that I
   can download, so I can inspect more deeply?
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248768)
 * No, I’m afraid.
 * You can see it here as well:[http://themeforest.net/item/arctic-architecture-creatives-wordpress-theme/6307436](http://themeforest.net/item/arctic-architecture-creatives-wordpress-theme/6307436)
   but there is no downloadable free demo.
 * I can creat you an access on my wordpress, if you like.
 *  [Handoko](https://wordpress.org/support/users/handoko-zhang/)
 * (@handoko-zhang)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248769)
 * Maybe later, I will try to inspect the plugin using other ways first.
 * I visited the link you provided, it says the theme already provide its own responsive
   slider. Have you try it?
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248770)
 * Yes, sadly it’s only available to use and customize on fullscreen. 🙁
 *  Thread Starter [Jojogali](https://wordpress.org/support/users/jojogali/)
 * (@jojogali)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248799)
 * Hi, have you reached any conclusion regardings this?
 *  [Handoko](https://wordpress.org/support/users/handoko-zhang/)
 * (@handoko-zhang)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/#post-6248800)
 * Oh, sorry. I have problem finding themes that can cause similar issue with this
   slideshow plugins. So I can’t generate the issue here. It seems I need to login
   to your website to learn more. _[ redacted, support is not offered via email,
   Skype, IM etc. only in the forums ]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/responsive-slide/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/responsive-slide/page/2/?output_format=md)

The topic ‘Responsive Slide’ is closed to new replies.

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

 * 17 replies
 * 4 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-slide/page/2/#post-6248802)
 * Status: not resolved