Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • Saguaros Moderator
    #1042935

    Hi,

    Could you share the credentials of your site so I can take a look?

    litesvcs Friend
    #1042995
    This reply has been marked as private.
    Saguaros Moderator
    #1043171

    I don’t see the difference here, how you want it should be?

    litesvcs Friend
    #1043245

    Hi, I am sending a picture which has 2 screenshots. First screenshot is from Home menu and second from Menu Hotels . You can see on that pictures that the width of the Home is smaller than others styles. I do not know what could create this change.

    Saguaros Moderator
    #1043383

    Could you send screenshots again? as I don’t see them now.

    litesvcs Friend
    #1043391

    Hi, Here is another screenshot of today


    1. Screenshot-at-Jun-22-06-34-16
    Saguaros Moderator
    #1043449

    I’m afraid that I can’t get your point with the screenshot, could you clarify it in more details?

    litesvcs Friend
    #1043943

    Hi, i am sorry that idid not make clear enough what i need.

    I give you an example to show you the issue. The Featured Hotels module is published on 2 pages, HOME and HOTELS page. In HOME page you can see that width of page is smaller than HOTELS. In the pictures i send you you can see the difference.

    Also i am sending another picture the width of Home Page is smaller.


    1. HOME-MENU
    2. HOTELS-MENU
    3. HEADER-HOME-HOTELS
    Saguaros Moderator
    #1044050

    Thank for the detailed clarification.

    I check your site for these 2 pages and see that you’re using 2 different themes for each other: ORANGE theme for HOME page and DEFAULT theme for HOTELS page. But it seems that you customize the width of container in ORANGE theme so that its width is smaller than the default one.

    You can use Inspect Element in Chrome / FF browser to see this: http://prntscr.com/fo5jxn

    If you’re familiar with LESS, you can edit this file: [root]/templates/ja_hotel/less/themes/orange/variables-custom.less

    Add this rule inside:

    // Container sizes
    // --------------------------------------------------
    
    // Small screen / tablet
    @container-tablet:             ((720px + @grid-gutter-width));
    @container-sm:                 @container-tablet;
    
    // Medium screen / desktop
    @container-desktop:            ((940px + @grid-gutter-width));
    @container-md:                 @container-desktop;
    
    // Large screen / wide desktop
    @container-large-desktop:      ((1180px + @grid-gutter-width));
    @container-lg:                 @container-large-desktop;

    and change the value for Large screen / wide desktop screen.

    When you change in LESS file, you need to compile less to css (see the button in template manager of JA Hotel) to see the changes. But REMEMBER to back up all current css files first as when compiling less to css, they will be overridden.

    Regards

    litesvcs Friend
    #1044058

    Thank you reply.

    By changing this value in inspect mode i noticed that Featured Hotels Modules and other JA modules takes longer size for each item. is that normal?


    1. Screenshot-at-Jun-26-06-33-02
    Saguaros Moderator
    #1044167

    It should not affect the height, pls backup your site first before changing.

    litesvcs Friend
    #1044214

    Ok. Thank you. With backup you mean the Custom CCS

    litesvcs Friend
    #1069205

    Hello,

    I did everything as your your instruction but i did not manage to make Home page wider. What could the solution?

    I have a backup of the website made before my changes.

    Saguaros Moderator
    #1069390

    May I know which file and how you changed? and share the FTP account so I will take a look.

    litesvcs Friend
    #1069570
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  litesvcs 7 years, 1 month ago.

The topic ‘Home Theme is different in with from Default Theme’ is closed to new replies.