Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • Menalto Friend
    #241820

    This is kinda long time ago, but if i remember correct you need to add a specific height to the div of the slideshow/topmodule.

    runars Friend
    #242339

    hmmmmm 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?

    portalworks Friend
    #364114

    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;

    Saguaros Moderator
    #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;
    }

    portalworks Friend
    #364828

    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?

    Saguaros Moderator
    #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

    portalworks Friend
    #365426

    Tienhc

    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 Moderator
    #365750

    You 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]

    portalworks Friend
    #365840

    Thank 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 Moderator
    #365872

    NO 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”>
    Thanks

    portalworks Friend
    #366022

    Thanks. 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 Moderator
    #366137

    hmm, 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

Viewing 12 posts - 16 through 27 (of 27 total)

This topic contains 27 replies, has 12 voices, and was last updated by  Saguaros 13 years, 4 months ago.

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