How can I make a Drupal responsive theme fixed - drupal-7

I am using the Mayo theme and love it except that I do not want it to be responsive on the desktop. (I am using it for mobile devices.)
Does anyone have guidelines on how to remove the responsiveness?

If you want to use Mayo theme for device only, you should use Mobile Theme module to specify the Mayo to use only for the mobile devices. For the desktop then you can use other available Drupal themes.

Related

Codename one style does not display on android tablet

I just developed a multiplatform mobile app with Codename One. I styled it using the codename one visual tool. I tested the app on multiple ios and Android devices and everything is fine except on asus android tablet. With these one. The screen displays like no style is loaded. The screens remains mainly dark... any idea ?
Look within your override directory, if you have a file there just delete it.

How can i make a theme responsive or the width adjust for all browsers and devices? MyBB

I want to make my theme so it will fit all browsers and mobile devices and be fully responsive, how can i do this im using forum software MyBB my forum link is: http://deepblood.com/
Help me please i need this so i can official launch my site.
If anybody would assist me with this issue i would be most grateful :)
Forum: http://deepblood.com/
Software: MyBB
How can i make the theme responsive for all browsers and devices?
Let me go from simple to complex.
Use free responsive mybb theme.
MyResponisve
Use paid responsive mybb themes
Aadya Responsive Mybb Professional Theme
MyBBPro
Customizing a non-responsive theme. (most probably, you are interested in this).
Use Chrome Inspect Elements or Firefox Firebug to see the width of div elements and change their fixed value in pixels to percent denoted by % on css. I recommend you to create a custom css file to put on the template. eg.
#media (max-width: 768px) {
.warpper {
width: 100%;
}
}
The above css code only targets browser/device width of 768px and below. To read more, follow this article.
You can also use Responsive Mobile Menu. Then you have to check and make each page responsive until you find no component that is not responsive.

Adaptive Theme for Drupal : aggregating CSS disable responsive styles

I've got a problem with aggregating my css in Drupal 7. I work on Adaptive theme and I'm using responsive stylesheets on my website.
When I check "Aggregate CCS" in drupal administration, my website appears as desktop styles.
Is anybody has a issue ?
Thank you
As far as I can remember, in this particular template you should save the template settings after css changes has been done.

Blackberry XPages Theme

I have an application using XPages Mobile Controls for iOS.
My customer has Blackberry devices (9900/9800/9320) in his environment and I don't know if IBM provides a custom BBerry theme. These devices have a very small screen and the app navigation is too bad.
The Android/BBerry default theme seems the same of iOS using black/gray colors.
Have anyone ran into this situation in a project?

Drupal6 - Mobile version issue

Hi
Suppose I have menu A, menu B...Menu F in desktop version, I want to display only menu A and menu B in mobile version. The quickly way is using CSS with display:none, but is there any Drupal's API that I can use for this situation?
On the other hand, I want to redirect to http://xxx/product instead of http://xxx/index.php for home page in mobile version, any idea?
Thanks
You could use the mobile tools module to detect the device and switch themes accordingly. Each theme could then have a different menu configured to display.

Resources