Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #894521

    Hi
    Kindly follow this documentation to build Homepage of site.
    Hope it helps .

    wisdom114 Friend
    #895094

    I did go through the documentation. That is the first thing I do. I have been using templates with Joomlart for a while. But I cant get this homepage to look the same. Can you please help. If you look youll notice that the modules are covering the image

    Pankaj Sharma Moderator
    #895104

    Hi
    Kindly post the screenshot and complete description of the issue , which module is not working on your site homepage . so i can check it on your site backend settings .

    wisdom114 Friend
    #895159

    This module should be lower. When the home page opens, this module needs to be lower


    1. Capture
    Pankaj Sharma Moderator
    #895397

    Hi
    This is not problem , because slideshow images size are small the total height is decrease and its showing like this .
    You can move the container below by changing codes in template.css file
    Go to /templates/jaeventsii/css/template.css
    Find this code

    @media (min-width: 1200px) {
      .t3-section.bg-transparent {
        margin-top: -400px;
      }
    }

    replace it with

    @media (min-width: 1200px) {
      .t3-section.bg-transparent {
        margin-top: -350px;
      }
    }

    decrease value of the -350px to move it down .

    wisdom114 Friend
    #895598

    Ok thank you.

    Now how do I get rid of this diagonal line in the slideshow. I attached a screen shot


    1. Capture1
    Pankaj Sharma Moderator
    #895687

    Hi
    Follow the suggestion given here to remove the triangle part in slideshow.

    wisdom114 Friend
    #895988

    Thank you.

    Also:

    1. I put an image with a white background but it is not white. How do I make it white?
    2. There is another part that I want white.

    Look at the screenshot.


    1. Capture3
    Pankaj Sharma Moderator
    #895997

    Hi
    ACM slideshow module use a bg color on the image so u can see the other parts clearly . if you will remove it and use full white image , then you are not able to see the menu items , and other text as they are white too .
    The bg color is defined in the /templates/ja_events_ii/acm/slideshow/css/style.css
    find this code

    .acm-slideshow .owl-carousel .item:before {
        background: rgba(0, 0, 0, 0.25);

    change the color and save the file .

    wisdom114 Friend
    #896018

    Thank you.

    Now what can I do to make the menu items appear?

    Pankaj Sharma Moderator
    #896316

    Hi
    You can use inspect element or firebug to check the styles and then override it with your style code from source file or by custom.css.
    Like here > http://prntscr.com/acit24

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
        color: #ffffff!important; }
    wisdom114 Friend
    #896404

    Thank you. I understand.

    How can I stop the menu from floating. When I scroll down, the menu follows. I dont want it


    1. cap
    Pankaj Sharma Moderator
    #896411

    Hi
    Kindly open a new thread for new topic it help our community . The thread question already answered .

    wisdom114 Friend
    #896719

    Hello, I am unable to lower the module anymore.
    I changed this code to -50 but it wont change

    @media (min-width: 1200px) {
    .t3-section.bg-transparent {
    margin-top: -50px;
    }
    }

    Pankaj Sharma Moderator
    #896728

    Hi
    kindly follow the suggestion given here if you will change it it will work . > http://prntscr.com/acqbk2

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  wisdom114 8 years, 8 months ago.

The topic ‘Problem with homepage’ is closed to new replies.