-
AuthorPosts
-
pkjoshi Friend
pkjoshi
- Join date:
- October 2014
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
December 16, 2014 at 6:15 pm #203609Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 17, 2014 at 5:44 am #558868I 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 Friendpkjoshi
- Join date:
- October 2014
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
December 18, 2014 at 8:56 am #559049Hi, 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 18, 2014 at 9:29 am #559054I 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 Friendpkjoshi
- Join date:
- October 2014
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
December 18, 2014 at 9:32 am #559055OK 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-collapsing1 user says Thank You to pkjoshi for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 18, 2014 at 9:45 am #559058Awesome! I’m glad you found the way out of it!
-
AuthorPosts
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