Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • kstruck Friend
    #439674

    Turning on Compatibility mode in IE fixes the menu problem, but breaks the right side bar.

    I upgraded Gantry and the problem still exsists.

    I also notice the text size differnence between Chrome (which displays the site correctly) and Firefox and IE.

    Manos Moderator
    #439715

    Hello,

    Please search and find this code :


    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption {

    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;

    margin: 0;
    outline: 0 none;
    padding: 0;

    }

    and change it to

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption {

    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 99%;

    margin: 0;

    outline: 0 none;
    padding: 0;

    }

    Let me know if that helps you.

    Edit:

    Here is a screen shot from FireFox


    1. gantry-tpl
    kstruck Friend
    #439763

    Sorry to be dense, but what file would I find that code?

    Manos Moderator
    #439803

    Hi,
    As far as i can tell because unfortunately i don’t have your template to search for this, it looks like it’s in gantry.css and you probably can find this file here- > libraries/gantry/css/gantry.css

    Please let me know if there is anything else i can do to help you.

    Regards

    kstruck Friend
    #440079

    This is frustrating. I cannot locate that code anywhere. I know it should be somewhere, I can see it in Firebug, but when I check my CSS files, nothing. Here is my gantry.css file. Am I blind?

    /**
    * @version 3.2.16 February 8, 2012
    * @author RocketTheme http://www.rockettheme.com
    * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
    * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
    */

    /* Reset */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption {margin: 0;padding: 0;border: 0;outline: 0;font-size: 99%;background: transparent;}

    /* Grid Container */
    .rt-container {margin: 0 auto;width: 960px;}
    body {min-width: 960px;}

    /* Grid Block */
    .rt-block {padding: 15px;margin-bottom: 10px;position: relative;}
    #rt-content-top .rt-alpha, #rt-content-bottom .rt-alpha {margin-left: 0;}
    #rt-content-top .rt-omega, #rt-content-bottom .rt-omega {margin-right: 0;}

    /* Layout */
    #rt-logo {width: 185px;height: 115px;display: block;}
    #rt-content-top, #rt-content-bottom {overflow: hidden;}
    #rocket {display: block;width: 92px;height: 16px;margin: 0 auto;}
    #rt-copyright {text-align: center;}

    /* Menu */
    #rt-menu .rt-container {height: 3em;}
    #rt-menu ul.menu {list-style: none;margin: 0 10px;padding: 0;}
    #rt-menu ul.menu li {float: left;padding: 0;background: none;}
    #rt-menu ul.menu li a {font-weight: bold;line-height: 3em;display: block;padding: 0 15px;font-size: 1em;}
    #rt-menu ul.menu ul {display: none;}

    /* Font Stacks */
    .font-family-optima {font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;}
    .font-family-geneva {font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;}
    .font-family-helvetica {font-family: Helvetica, Arial, FreeSans, sans-serif;}
    .font-family-lucida {font-family: "Lucida Grande",Helvetica,Verdana,sans-serif;}
    .font-family-georgia {font-family: Georgia, sans-serif;}
    .font-family-trebuchet {font-family: "Trebuchet MS", sans-serif;}
    .font-family-palatino {font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;}

    /* Typography */
    body {font-size: 12px;line-height: 1.7em;font-family: Helvetica,Arial, Sans-Serif;}
    body.font-size-is-xlarge {font-size: 15px;line-height: 1.7em;}
    body.font-size-is-large {font-size: 14px;line-height: 1.7em;}
    body.font-size-is-default {font-size: 12px;line-height: 1.7em;}
    body.font-size-is-small {font-size: 11px;line-height: 1.7em;}
    body.font-size-is-xsmall {font-size: 10px;line-height: 1.7em;}
    form {margin: 0;padding: 0;}
    p {margin: 0 0 15px 0;}
    h1, h2, h3, h4, h5 {margin: 15px 0;line-height: 1.1em;}
    h1 {font-size: 260%;}
    h2 {font-size: 200%;}
    h2.title {font-size: 170%;}
    h3 {font-size: 175%;}
    h4 {font-size: 120%;}
    h5 {font-size: 120%;}
    a {text-decoration: none;outline: none;}
    code {color: #000;margin: -1px 0 0 0;font: 10px Courier;}
    blockquote {font: italic 16px/22px Georgia, Serif;}
    .left-1, .left-2, .left-3, .left-4, .left-5, .left-6, .left-7, .left-8, .left-9, .left-10, .right-11 {float: left;margin-right: 50px;margin-bottom: 15px;display: inline;position: relative;}
    .right-1, .right-2, .right-3, .right-4, .right-5, .right-6, .right-7, .right-8, .right-9, .right-10, .right-11 {float: right;margin-left: 50px;margin-bottom: 15px;display: inline;position: relative;}
    .date-block {padding: 15px;}

    /* Lists */
    ul, ol {padding-left: 15px;}
    ul li {padding: 0;margin: 0;}
    ul li a {font-size: 1.2em;line-height: 1.8em;}
    ul ul {margin-left: 25px;padding: 5px 0;}
    ul li.author {margin: 0;letter-spacing: 1px;list-style: none;font-weight: bold;text-align: right;}
    ul li.date {margin: 0;letter-spacing: 1px;list-style: none;text-align: right;font-weight: bold;}
    ul li.comments {list-style: none;text-align: right;font-weight: bold;}
    ul li.author span, ul li.date span, ul li.comments span {display: block;font-weight: normal;margin-bottom: 10px;line-height: 1em;}

    /* RTL */
    body.rtl {direction: rtl;}
    body.rtl #rt-menu ul.menu {float: right;}
    body.rtl #rt-menu ul.menu li {float: right;}
    body.rtl #rt-content-top .rt-alpha, body.rtl #rt-content-bottom .rt-alpha {margin-right: 0;margin-left: 10px;}
    body.rtl #rt-content-top .rt-omega, body.rtl #rt-content-bottom .rt-omega {margin-left: 0;margin-right: 10px;}
    body.rtl {min-width: inherit;}

    /* Style */
    html,body {margin-bottom: 1px;}
    body {color: #333;}
    #rt-header, #rt-bottom {color: #aaa;}
    .rt-container {background: #fff;}
    a:hover {color: #000;}
    #rt-logo {background: url(../images/header-assets.png) 0 0 no-repeat;}
    #rt-menu ul.menu li a {color: #fff;}
    #rt-menu ul.menu li a:hover {background: #444;color: #fff;}
    #rt-menu ul.menu li.active a, #rt-menu ul.menu li.active a:hover {background: #fff;color: #000;}
    #rt-footer, #rt-copyright {color: #ddd;}
    #rt-sidebar-a {background-color:#e0e0e0;}
    #rt-sidebar-b {background-color:#e9e9e9;}
    #rt-sidebar-c {background-color:#f0f0f0;}
    #rocket {background: url(../images/rocket.png) 0 0 no-repeat;}

    #gantry-viewswitcher {background-image: url(../images/iphone/switcher.png); background-repeat: no-repeat; background-position: top left; width: 60px; height: 20px;display:block;position:absolute;right: 10px;top:40%;}
    #gantry-viewswitcher.off {background-position: bottom left;}
    #gantry-viewswitcher span {display: none;}

    /* Clear Set */
    html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
    .clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
    .clearfix {display: inline-block;}
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}

    /* Debug only */
    #debug #rt-main {overflow:hidden;border-bottom: 4px solid #666; margin-top:15px;position:relative}
    #debug .status {position: absolute;background:#333;opacity:.3;padding:0px 15px;z-index:10000;color:#fff;font-weight:bold;font-size:150%}

    Manos Moderator
    #440189

    Hi,
    I suggest that you should contact RT to help you on that because unfortunately i am not familiar with their code and also it’s their code.

    But as for a last suggestion try to add my code on your template.css (at the end of the file).

    Regards

    kstruck Friend
    #440195

    Thanks for your help.

    I also noticed that when I have the component turned on and grabbing files from S3, that another issue arises. I am using a Facebook login module. The “Login with Facebook” graphic does not show up but as soon as I turn off the S3 component, it appears.

    I really wanted to use S3 but since I am running into these problems I think I will stop using it for now.

    Thanks for taking the time to help me try and work this out, I really appreciate your assistance.

    Manos Moderator
    #440201

    Hi,
    You can save the facebook graphic to the bucket manually and this will solve your problem.
    Did you manage to fix the issue with the CSS ? did you try what i have suggested to my previews message ?

    Regards

Viewing 8 posts - 16 through 23 (of 23 total)

This topic contains 23 replies, has 3 voices, and was last updated by  Manos 12 years, 9 months ago.

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