Andrew_Rupert on "[Plugin: Squelch Tabs and Accordions Shortcodes] responsive?"
Hey, I love your plugin, do you know if you are able to make the width responsive? http://wordpress.org/extend/plugins/squelch-tabs-and-accordions-shortcodes/
View Articlevandeberg25 on "[Plugin: Participants Database] Responsive CSS Formatting"
In theory the show/hide concept should work, however I'm running into a roadblock and can't figure it out. Could you look over the code I'm using and see any issues? Here is the shortcode for the 2...
View ArticleMatt Lowe on "[Plugin: Squelch Tabs and Accordions Shortcodes] responsive?"
Which widget? Making a responsive accordion is very different to making a horizontal accordion... :)
View ArticleAndrew_Rupert on "[Plugin: Squelch Tabs and Accordions Shortcodes] responsive?"
I have the horizontal accordion added to a responsive template. I was wondering if there was a way I could add the 100% or media min-width max-width through css.
View ArticleMatt Lowe on "[Plugin: Squelch Tabs and Accordions Shortcodes] responsive?"
Hi Andrew, I'm afraid I don't think it's currently possible to create a responsive horizontal accordion: The liteAccordion script has to be passed an explicit width for the horizontal accordion widget....
View Articlegombroo on "[Theme: Path] Full width and responsive header image"
Thanks a lot! It works! :) I set [#site-title img] width to 100%. Now the header image remains a little bit stretched. What should be the optimal image length in pixels to avoid stretching and loosing...
View ArticleSami Keijonen on "[Theme: Path] Full width and responsive header image"
Yep something like that.
View ArticlePayBas on "[Plugin: Participants Database] Responsive CSS Formatting"
Why are you using (max-width: 480px) ? If you want some CSS to show on larger displays, you should use a min-width, like: @media screen and (min-width: 960px) {
View Articlevandeberg25 on "[Plugin: Participants Database] Responsive CSS Formatting"
There are CSS styles at each of these sizes: @media screen and (max-width: 980px) @media screen and (max-width: 650px) @media screen and (max-width: 480px) @media screen and (max-width: 320px) @media...
View Articlexnau on "[Plugin: Participants Database] Responsive CSS Formatting"
Rebecca, You don't need to define two different shortcodes with different classes to accomplish this. Just make the one shortcode, then use your media queries to change the parameters of it's class....
View Articlevandeberg25 on "[Plugin: Participants Database] Responsive CSS Formatting"
OK - I can try that. How do you limit the fields displayed on the smaller screen sizes? I created two different short codes, the first one with 5 fields and the second with only 1 field to fit/view...
View Articlexnau on "[Plugin: Participants Database] Responsive CSS Formatting"
Rebecca, You're right, you cannot use CSS to limit or change the data returned, only how to format it once it's there. This plugin I recommended uses shortcodes to allow you to select content based on...
View Articlen.bulgarini on "don't show widget in mobile version"
I've a responsive website and would like to hide some widgets in the mobile version. The solution I've found is @media only screen and (max-width: 767px) { #widget-name{display:none;} } is there a...
View Articlesevenspark on "[Plugin: Responsive Select Menu] IE7 Problems"
IE7 doesn't support media queries, and as it isn't a browser used on any mobile device, I don't see any reason why it should be supported. If your JS media query shim isn't working, you may have...
View Articlesevenspark on "[Plugin: Responsive Select Menu] Menu items not displaying"
Hi Harry, Your site is password-protected, so unfortunately I can't see it.
View Articlearmstronggareth@yahoo.com on "[Plugin: Displet Pop] Responsive design update"
Good day, Would you please consider adding a responsive element to these pop ups as I use a responsive template for my site but when I go on on a tablet or phone, the pop up dominates the entire screen...
View ArticleAndrew Nevins on "resizing issue"
You can do what you had before, have it a background image instead of an actual <img>. That's the correct way. Alternatively use absolute positioning.
View Articledmd54 on "resizing issue"
I'm sorry but I don't get what's going on. I put it back in as a background image under the featured image div but now it again does not resize properly.
View ArticleAndrew Nevins on "resizing issue"
I don't see a background-size style in your stylesheet (if that's where you're making the change) It should be on this style; #featured-image
View ArticleAndrew Nevins on "resizing issue"
Try making your changes through this plugin http://wordpress.org/extend/plugins/custom-css-manager-plugin/
View Article