Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • gaylepetrie Friend
    #116619

    I am having trouble understanding this sIFR flash stuff,

    how do i:
    1) customise the colours of the top menu? (the part that is in sIFR flash thing)
    2) customise the contentheading and component heading classes

    also this may be a dumb question but how do i remove the site title from displaying on the header, yet not disrupting the header (i had problems with the right hand side of the header image disappearing when i did this). i am going to put the site title into the jpeg image in photoshop.


    1. 109
    Hung Dinh Friend
    #209241

    1) customise the colours of the top menu? (the part that is in sIFR flash thing)
    2) customise the contentheading and component heading classes

    You can do this by editing the template_css.css files, search for .sIFR class and you can see the appropriate class.

    how do i remove the site title from displaying on the header

    Just remove this line (~48) in index.php

    <div id="site_title"><?php echo $mosConfig_sitename; ?></div>


    1. 207
    2. 208
    3. 209
    gaylepetrie Friend
    #209271

    The quote below are the only classes i can find for sIFR, and i cant see any hex colours to change? please explain further to change the colours. See picture attached as to what im trying to do. thanks

    /* These are standard sIFR styles… do not modify */
    .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    }
    .sIFR-replaced {
    visibility: visible !important;
    }
    span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    }
    /* These “decoy” styles are used to hide the browser text before it is replaced… the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower… your own settings may vary… any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
    .sIFR-hasFlash h1 {
    visibility: hidden;
    }
    .sIFR-hasFlash h2 {
    visibility: hidden;
    letter-spacing: -9px;
    font-size: 55px;
    }
    .sIFR-hasFlash h3 {
    visibility: hidden;
    letter-spacing: -6px;
    font-size: 25px;
    }
    .sIFR-hasFlash h4 {
    visibility: hidden;
    letter-spacing: -5px;
    font-size: 21px;
    }
    .sIFR-hasFlash h5#pullquote {
    letter-spacing: -4px;
    visibility: hidden;
    font-size: 24px;


    1. Untitled-1
    2. j-c
    gaylepetrie Friend
    #209272

    when i remove the line

    <div id=”site_title”><?php echo $mosConfig_sitename; ?></div>

    from the template index.php i get the problem shown in the attached image. the side of the header does not show properly. Any suggestions to why this might occur?


    1. headerside
    2. DSC_0060
    3. DSC_0006
    gaylepetrie Friend
    #209300

    any suggestions?


    1. 10img10215e09bfa0
    gaylepetrie Friend
    #209352

    any ideas anyone? not getting any response from admin about this issue.

    originalroot Friend
    #209647

    I’d like to know this as well… I may have to track down someone to help.

    tpodgorski Friend
    #214724

    <em>@Hung Dinh 69 wrote:</em><blockquote>You can do this by editing the template_css.css files, search for .sIFR class and you can see the appropriate class.

    Just remove this line (~48) in index.php

    <div id="site_title"><?php echo $mosConfig_sitename; ?></div>
    </blockquote>

    First:

    There IS no .sIFR class in the css file.

    Second:

    Removing the code you mentioned above to get rid of the Title text does remove the rext, but also somehow cuts off the right side of the header.

    Has a fix for this ever been found? This is driving me nuts.

    Tracy

    tpodgorski Friend
    #214726

    <em>@gaylepetrie 115 wrote:</em><blockquote>when i remove the line from the template index.php i get the problem shown in the attached image. the side of the header does not show properly. Any suggestions to why this might occur?</blockquote>

    I know this is probably too late for you, but perhaps it’ll help someone else frustrated by the whole darned thing:

    Do not remove the entire line:

    <div id="site_title"><?php echo $mosConfig_sitename; ?></div>

    Merely replace the php call with a non-breaking space. i.e., :

    <div id="site_title"> </div>

    Now, if I can only figure out the %$&!! TopMenu issue. May have to simply wipe it and replace with with another menu entirely. :((

    Tracy

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

This topic contains 9 replies, has 4 voices, and was last updated by  tpodgorski 17 years, 2 months ago.

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