-
AuthorPosts
-
Menalto Friend
Menalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 10, 2008 at 2:05 pm #241820This is kinda long time ago, but if i remember correct you need to add a specific height to the div of the slideshow/topmodule.
March 16, 2008 at 9:44 pm #242339hmmmmm long ago but the problem is still with lot of us. I need to fix this for my site also. So if you found a fix why is it not at the forum?
November 24, 2010 at 11:22 am #364114I have the same problem and seem to be on the right track by specifying the width of the div in the template.css file, as suggested by Menalto. I am using a different slide show module however. I have run out of time today to finalise it however will hopefully do so tomorrow and post the result.
div#ja-slideshow-wrap {
background: #4F4F4F;
border: 3px solid #CACACC;
overflow:hidden;
width:900px;Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 25, 2010 at 2:53 am #364184<em>@portalworks 205121 wrote:</em><blockquote>I have the same problem and seem to be on the right track by specifying the width of the div in the template.css file, as suggested by Menalto. I am using a different slide show module however. I have run out of time today to finalise it however will hopefully do so tomorrow and post the result.
div#ja-slideshow-wrap {
background: #4F4F4F;
border: 3px solid #CACACC;
overflow:hidden;
width:900px;</blockquote>You change the background for this too
div.ja-slidebar {
margin: 0;
padding: 0;
width: 100%;
background: #4F4F4F;
}November 30, 2010 at 10:44 am #364828Thanks. I have looked for the changes suggested however the css file already has this code.
This issue only appears with IE and only when the Left Column is used.
Any ideas?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 1, 2010 at 3:40 am #364925<em>@portalworks 206046 wrote:</em><blockquote>Thanks. I have looked for the changes suggested however the css file already has this code.
This issue only appears with IE and only when the Left Column is used.
Any ideas?</blockquote>
Ok, give me your site link please.
Thanks
December 6, 2010 at 10:37 am #365426Tienhc
Sorry for the delay. The URL is: https://www.remotebiztools.com.au/index.php/faqs
I have added a Test Module on the FAQ Page, along with the Slide show so you can see the effect.
Thanks for your help.
Regards Andrew
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 8, 2010 at 7:39 am #365750You open the file : templates/remotebiz_dev/index.php and find the following code:
[PHP]
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>[/PHP]
replace:
[PHP]
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>[/PHP]
December 8, 2010 at 7:18 pm #365840Thank you for your continued assistance. I have tried replacing the code as suggested but it has not made any difference. Is there some commenting that needs to be removed to make this code effective?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 9, 2010 at 1:57 am #365872NO that was the syntax for fixing css in ie browser .
and now you open the file: templates/remotebiz_dev/index.php again
Find:
[PHP]
<div id=”ja-containerwrap2″>
[/PHP]replace:<div id=”ja-containerwrap2″ class=”clearfix”>
ThanksDecember 9, 2010 at 7:10 pm #366022Thanks. I tried that also with no luck as the index.php already contains the following syntax:
<div id=”ja-containerwrap<?php echo $divid; ?>”>
<div id=”ja-containerwrap2″ >
<div id=”ja-container”>
<div id=”ja-container2″ class=”clearfix”>Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 10, 2010 at 9:04 am #366137hmm, it strange,
Please add the following code into the template.css file:
#ja-container2{
position:relative
}
if the issue is not fixed then provide me the administrator account via your ticket and i will check and fix it then.thanks
-
AuthorPosts
This topic contains 27 replies, has 12 voices, and was last updated by Saguaros 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum