Avatar ryan.boog asked

Mobile menu in theme shelf doesn't have any background color on android

I am developing a site for a client. I normally develop templates from scratch, but in this case, I used a Yootheme template mostly for the quick mobile version from warp 6. Now the site is going great. Widgetkit rocks. But when I turned mobile on and checked it on my phone, I notices the menu was nowhere to be seen, it was hidden in the 'list' icon. Don't know, but maybe that is the way sites are doing it now a days.

The issue comes when I click the mobile menu icon, and the items show. They, however, have no background color applied to them, so when they hover over the content is looks awful.

I don't have to go into the CSS and manually add that, do I?

Testing with HTC Thunderbolt / Android

  • Joomla
  • Shelf
  • General Question

14 Answers

2

Avatar ryan.boog answered

Support for a simple question. Fail.

1

Avatar fabrizio.corti answered

here the solution

go to yooshelf/warp/css/mobile.css

at this point....

/* toolbar /
.m-toolbar {
position: relative;
z-index: 1;
border-bottom: 1px solid #0a0f14;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64696e), color-stop(100%, #32373c)); /
Old Webkit (Android) */
background: -webkit-linear-gradient(top, #64696e 0%, #32373c 100%);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
box-shadow: 0 0 10px rgba(0,0,0,0.6);

add this proprities...

background: #32373C; /* per modificare background toolbar che era trasparente */

0

Avatar ryan.boog answered

I guess I have to go into the CSS and enter some information manually... I'll keep this post updated for anyone in the future who runs into this problem. I can't believe that I would be the only one experiencing this though.

0

Avatar ryan.boog answered

I see a mobile.css in the template, but there is not much there. It does, however, import a css file from a warp folder. I still don't know how to find the class I need to modify, since there really is no firebug in mobile browsers.

0

Avatar ryan.boog answered

Also, tried installing the new version released yesterday. Got this.
Copy failed
JInstaller: :Install: Failed to copy file /directory/tmp/install_4f11e786d3f8e/component.php to /directory/templates/yoo_shelf/component.php

0

Avatar ryan.boog answered

Tried on a Droid 2, still no luck. How do I get the background color on the top header part of the mobile to work?!

0

Avatar jens.semmer answered

same probleme here with "big easy" and galaxy s

0

Avatar ryan.boog answered

Umm... being that its been a week with no help, can anyone suggest a different method for reporting bugs or getting help? A different or more active forum?

Thanks

0

Avatar ryan.boog answered

3 weeks, and nothing. I was really excited to use YooTheme templates too for my new projects.

0

Avatar ryan.boog answered

After a while I found out I could email yootheme. So, they say to upgrade the component. I get errors when doing so right now. Lets hope I can fix it soon

0

Avatar scott.pace answered

im having a problem with the mobile theme too i changed the css on the desktop version along with the text but i cant change it in the mobile css its driving me crazy and its very inconvenient because the text is white and so is the background so its a bit hard to read! hope you found a solution!

Scott

0

Avatar markus.mueller.70 answered

I have the same problem on Streamline and Revista Theme. Any solution yet?

Know someone who can answer? Share a link to this question via email or twitter.