Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • speterman Friend
    #691609

    Hi

    Recently i purchased the JA Nuevo templates.

    I changing my HTML template to JA Nuevo template. I am looking for stickmenu with slideshow to of menu . plz check my html template.

    I also check few other template from JA almost its matching http://www.joomlart.com/demo/#ja_events-ii. can you advice how to implement in JA Nuevo.

    Regards
    Gopi

    TomC Moderator
    #691650

    So you’re saying you want your slideshow to remain static (stick) on the page – along with your main menu – with content below scrolling under?

    TomC Moderator
    #749335

    So you’re saying you want your slideshow to remain static (stick) on the page – along with your main menu – with content below scrolling under?

    speterman Friend
    #691654

    No

    Did u check my url ?… Only menu need to be fixed/ static but initially my slideshow will be top of my menu. once it scrolled . menu color will change to other color and slideshow will get scroll.

    speterman Friend
    #749339

    No

    Did u check my url ?… Only menu need to be fixed/ static but initially my slideshow will be top of my menu. once it scrolled . menu color will change to other color and slideshow will get scroll.

    TomC Moderator
    #691658

    <em>@speterman 493580 wrote:</em><blockquote>No

    Did u check my url ?… Only menu need to be fixed/ static but initially my slideshow will be top of my menu. once it scrolled . menu color will change to other color and slideshow will get scroll.</blockquote>

    Not clearly understanding what it is, exactly, you’re wanting to accomplish.

    Perhaps a screenshot mock-up depicting the result you’re thinking of?

    TomC Moderator
    #749343

    <em>@speterman 493580 wrote:</em><blockquote>No

    Did u check my url ?… Only menu need to be fixed/ static but initially my slideshow will be top of my menu. once it scrolled . menu color will change to other color and slideshow will get scroll.</blockquote>

    Not clearly understanding what it is, exactly, you’re wanting to accomplish.

    Perhaps a screenshot mock-up depicting the result you’re thinking of?

    speterman Friend
    #691671

    http://mooph.com/ot-demo/ – Normal Html . Here you can see that the Menu is fixed and slidehsow scrolling under the menu … Initially the slideshow overlay with menu section.

    http://bingethat.com/OT1/ – JA Nuevo template . here Slideshow and Menu is different module . i need to place menu on top slideshow and when scroll automatically stick to top and slideshow need to scroll

    speterman Friend
    #749356

    http://mooph.com/ot-demo/ – Normal Html . Here you can see that the Menu is fixed and slidehsow scrolling under the menu … Initially the slideshow overlay with menu section.

    http://bingethat.com/OT1/ – JA Nuevo template . here Slideshow and Menu is different module . i need to place menu on top slideshow and when scroll automatically stick to top and slideshow need to scroll

    Ninja Lead Moderator
    #691840

    @speterman: You can apply my solution below

    + Open templates/ja_nuevo/tpls/blocks/header.php file

    find and change

    <header id="t3-header" class="wrap t3-header">

    to

    <header id="t3-header" class="wrap t3-header navbar-fixed-top">

    + Open templates/ja_nuevo/css/custom.css file and add new rule

    .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    background: #fff ;
    }

    Hope it helps.

    Ninja Lead Moderator
    #749434

    @speterman: You can apply my solution below

    + Open templates/ja_nuevo/tpls/blocks/header.php file

    find and change

    <header id="t3-header" class="wrap t3-header">

    to

    <header id="t3-header" class="wrap t3-header navbar-fixed-top">

    + Open templates/ja_nuevo/css/custom.css file and add new rule

    .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    background: #fff ;
    }

    Hope it helps.

    speterman Friend
    #691979

    Hi

    Thanks for the help.

    My main aim is to bring the menu on top of the slideshow . plz check this http://mooph.com/ot-demo/

    I applied ur fix but only the menu is fixed on top but the slideshow still on same place http://bingethat.com/OT1/

    Regards
    Gopi

    speterman Friend
    #749492

    Hi

    Thanks for the help.

    My main aim is to bring the menu on top of the slideshow . plz check this http://mooph.com/ot-demo/

    I applied ur fix but only the menu is fixed on top but the slideshow still on same place http://bingethat.com/OT1/

    Regards
    Gopi

    Ninja Lead Moderator
    #692035

    Hi,

    The action from our product does not like with your expect but you can add the css style below into templates/ja_nuevo/css/custom.css file

    div.ja-slideshow {
    padding-top: 70px;
    }

    You will not see the menu overlap with slideshow module

    Regards

    Ninja Lead Moderator
    #749548

    Try adding the css style below into templates/ja_nuevo/css/custom.css file

    div.ja-slideshow {
    padding-top: 70px;
    }

    You will not see the menu overlap with slideshow module

    Regards

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

This topic contains 19 replies, has 3 voices, and was last updated by  Ninja Lead 9 years ago.

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