Tagged: 

Viewing 15 posts - 1 through 15 (of 43 total)
  • Author
    Posts
  • benchmarketingonline Developer
    #887307

    Hi!

    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


    1. 123
    Saguaros Moderator
    #887991

    Hi

    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 Developer
    #888262

    Hi!

    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 Moderator
    #888287

    You 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 Developer
    #888390

    Could you give me an email for sending you this things?

    I dont want to write all here…

    Saguaros Moderator
    #888854
    This reply has been marked as private.
    benchmarketingonline Developer
    #888964
    This reply has been marked as private.
    Saguaros Moderator
    #889482

    Hi

    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 Developer
    #889690

    I 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=n1ZETOADC

    ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    JOOMLA ADMINISTRATOR: admin_joomlart
    PASSWORD: 9A=n1ZETOADC (same password)

    Saguaros Moderator
    #890644
    This reply has been marked as private.
    benchmarketingonline Developer
    #892867
    This reply has been marked as private.
    Saguaros Moderator
    #893228

    Hi

    I just updated the ‘variables.less’ file, you can check it now.

    benchmarketingonline Developer
    #893344
    This reply has been marked as private.
    Saguaros Moderator
    #893364

    It’s ok now, you can check again.

    benchmarketingonline Developer
    #893389
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 43 total)

This topic contains 42 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum