Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jonnz Friend
    #174893

    Hi. In the top panel the newsticker and the search are sitting above each other. How do I get the search to sit on the right, and go black with a logo not a button. Thanks..
    http://www.pnghs.school.nz/jla/jupgrade/index.php/en/

    Sherlock Friend
    #443136

    Hi Jonnz,

    I see that your template.css file is missing some css parts for top-panel section, you should upgrade your template using the JA extension manager or re-install normally. That should help.

    Please take backup before you do the same.

    jonnz Friend
    #444469

    Downloaded the latest template.css file and uploaded, replacing the original and…… no change.

    sir2001 Friend
    #444525

    As Dat said, at a first sigth, it looks likes some parts of the template.css are missing, but after taking a deeper look inside the page code, I guess the issue is provoqued by an incorrect class assigment.

    In your page code I saw the following:

    <form class="search-search" method="post" action="/jla/jupgrade/index.php?lang=en" style="float:right;">
    <label for="mod-search-searchword">Search...</label><input type="text" onfocus="if (this.value=='Search...') this.value='';" onblur="if (this.value=='') this.value='Search...';" value="Search..." size="20" class="inputbox-search" maxlength="20" id="mod-search-searchword" name="searchword"><input type="submit" onclick="this.form.searchword.focus();" class="button-search" value="go"> <input type="hidden" value="search" name="task">
    <input type="hidden" value="com_search" name="option">
    <input type="hidden" value="579" name="Itemid">
    </form>

    In ja_methyscsstemplate.css you can find the following:

    form.search {
    float: right;
    }

    It seems that you added a “Module Class Suffix” (-search) in Search Module configuration, and there is no CSS style for that “new class”.
    So, if you want to see the module aligned to the right, the solution is quite simple, delete the “Module Class Suffix” (I have tried it editing online your code with Firebug and it worked).

    I hope it helps!!

    jonnz Friend
    #444678

    Thanks, that was part of a solution from another template.

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

This topic contains 5 replies, has 3 voices, and was last updated by  jonnz 12 years, 8 months ago.

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