Tagged: uber ipad
-
AuthorPosts
-
benchmarketingonline Developer
benchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
February 20, 2016 at 11:38 am #887307Hi!
I have a problem with resposive version, I dont know how to solve it…
I want it in the same level… because when i scroll down in ipad in appears without background and it is not good seeing!
Please let me know what i have to do…. because I dont know which CSS MEDIA codes I have to put and where!
THANKS
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2016 at 2:54 am #887991Hi
In smaller screen resolution like iPad, there will be not enough space to display: Logo, Menu, Language flags, menu button in the same line. You will have to hide some of these elements.
The best way I recommend is that in iPad view, all items of current main menu will be collapsed to a Off-canvas menu button like this: http://prntscr.com/a6diuz , when you click this button, a dropdown of all items will display.
To achieve this, you will need to edit this LESS file: ROOT/templates/uber/less/variables.less
Look for this declaration – at approx line 263:// Medium screen / desktop // Note: Deprecated @screen-md and @screen-desktop as of v3.0.1 //@screen-md: 992px; @screen-md-min: @screen-md; @screen-desktop: @screen-md-min;
change it to:
// Medium screen / desktop // Note: Deprecated @screen-md and @screen-desktop as of v3.0.1 @screen-md: 1025px; @screen-md-min: @screen-md; @screen-desktop: @screen-md-min;
And you need to enable option: ‘Collapse navigation for small screens’ in template manager: http://prntscr.com/a6djts
Hope this helps.
benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
February 22, 2016 at 9:22 am #888262Hi!
Thanks but It doesnt´t work…
Because I changed ir for 3 websites I have… and the problem for IPAD (only landscape) still there… 🙁
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2016 at 10:07 am #888287You can send me the credentials of your site e.g: URL, admin & ftp account, I will have a look.
Also take a backup of your site (just in case).
benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
February 22, 2016 at 11:44 am #888390Could you give me an email for sending you this things?
I dont want to write all here…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 23, 2016 at 1:27 am #888854This reply has been marked as private.benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
February 23, 2016 at 8:36 am #888964This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 24, 2016 at 2:24 am #889482Hi
I can’t access with provided FTP account, I realise that your site is running with CSS – Development Mode – OFF.
After changing the LESS file as I suggested above, you need go to Backend > Extensions > Templates > select style of Uber template > and hit the button this will compile less files to css files.
REMEMBER to backup all current CSS files first as when compiling less to css, these CSS files will be overridden.
benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
February 24, 2016 at 11:56 am #889690I tried it but… no changes…
Sorry There was a problem in FTP ACCOUNT:
Please go in with this:
FTP:
User: joomlart@benchmarketingonline.es
Server: 178.33.116.103
PASSWORD: 9A=n1ZETOADCZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
JOOMLA ADMINISTRATOR: admin_joomlart
PASSWORD: 9A=n1ZETOADC (same password)Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 26, 2016 at 1:19 am #890644This reply has been marked as private.benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
March 1, 2016 at 11:01 am #892867This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 2, 2016 at 2:19 am #893228Hi
I just updated the ‘variables.less’ file, you can check it now.
benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
March 2, 2016 at 9:02 am #893344This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 2, 2016 at 9:24 am #893364It’s ok now, you can check again.
benchmarketingonline Developerbenchmarketingonline
- Join date:
- March 2015
- Posts:
- 48
- Downloads:
- 15
- Uploads:
- 6
March 2, 2016 at 10:40 am #893389This reply has been marked as private.AuthorPostsThis topic contains 42 replies, has 2 voices, and was last updated by Saguaros 6 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum