Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pkjoshi Friend
    #203609

    Hi,
    When I am moving the mouse to click on the drop-down menu, it disappears.
    This happens only on the home page.
    Thanks.

    Ninja Lead Moderator
    #558868

    I sent a lot of your time to debug this problem on your site, cause you have to customize from templates/ja_medicare/tpls/blocks/slideshow.php and templates/ja_medicare/css/template.css files

    I have rollback slideshow.php file back to default and template.css file changed as below:

    from

    .ja-slideshow {
    position: relative;
    width:900px;
    z-index: 1;
    float:left;
    }

    to

    .ja-slideshow {
    position: relative;
    z-index: 1;
    }

    Now, the problem on your site is gone out.

    pkjoshi Friend
    #559049

    Hi, that’s not a proper solution, I want a module to be inserted beside the slideshow. I have followed the guidelines for inserting the new module.
    Now how can I modify the css, so that I will have the module inserted beside the slideshow. I have created a new module slideshow-r. You have reverted the css to original position, but then the module is not showing beside the slideshow.

    Here is my code with modification, where mouse disappears. How I can modify this code so that both module can remain in slide-show position and I don’t have problem of mouse disappearing when moving on to the menu.


    .ja-slideshow {
    position: relative;
    width:900px;
    z-index: 1;
    float:left;
    }

    .ja-slideshow-r {
    position: absolute;
    width:350px;
    right:90px;
    margin-right:10px;
    float:right;
    right:80px;
    z-index: 1;
    }

    Thanks.

    Ninja Lead Moderator
    #559054

    I have no idea about your customization on your site but I see this custom here is conflicted the navigation bar on your site. That’s why I was rollback your customization and the problem is gone.

    pkjoshi Friend
    #559055

    OK Problem resolved.
    I have modified the slideshow.php
    Wrapped both the divs in a new div and add a spacer div before the last div tag like


    <div class="spacer" style="clear: both;"></div>


    Now both the modules are placed correctly and mouse is also working.
    for more info you can refer this link – http://stackoverflow.com/questions/218760/how-do-you-keep-parents-of-floated-elements-from-collapsing

    Ninja Lead Moderator
    #559058

    Awesome! I’m glad you found the way out of it!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 11 months ago.

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