• I using the jewelry shop theme. URL https://stellapagedesigns.com/ `/*front page*/
    .latest_from_blog_widget .thumb_img {width:150px;}/*needs set width for ie7 and ie6*/

    /*category pages*/
    /*the teaser “hides” otherwide*/
    .contentWrap {background:#f9f9f9;}

    /*single product page*/
    #footnotes li {width:24%;}
    #footnotes .print a {padding-top:1px;}
    #footnotes .share a {padding-top:5px;}
    #footnotes .subscribe a {padding-top:4px;}

    /*registration*/
    #createAccount #pt2 input, #createAccount #pt3 input {margin-left:-15px;}/*fix for IE inherited margin bug on input form elements*/

    /*sidebar appears funny – needs hasLayout*/
    .widget_faq ul, .csw, .widgetPadding {position:relative;}` This is my code for my ie.css but i’m not sure how far to adjust this to make all work

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator cubecolour

    (@numeeja)

    As it’s a paid theme, its difficult to troubleshoot without access to the code. I suggest you contact the author for support https://www.sarah-neuber.de/theme-support

    try and edit header.php(?) (or whatever template file you have added the google verification code to) and remove this stuff:

    <header>
    <meta name="google-site-verification" content="lqWn0yWgmExM4-e7Jxg7Cl2vMrVojYB3PpOfOjfKjvo" />
    </header>

    from the top of the file.
    it is causing invalid code https://validator.w3.org/check?uri=stellapagedesigns.com&charset=%28detect+automatically%29&doctype=Inline&group=0, which causes display problems in some browsers.

    in header.php, re-insert just this part:

    <meta name="google-site-verification" content="lqWn0yWgmExM4-e7Jxg7Cl2vMrVojYB3PpOfOjfKjvo" />

    for instance after the line starting with:
    <meta name="keywords" .....

    Thread Starter helpplease83

    (@helpplease83)

    That’ was the problem.. Thanks! Where do you find this meta name=”keywords”

    i mentioned this in my reply:

    in header.php, re-insert just this part:

    depending on your theme, it might be different or might even come from a plugin, in which case you won’t find it in header.php.

    just make sure that your code is before the line with </head>

    Thread Starter helpplease83

    (@helpplease83)

    I did the verification a different way.. I do have another question maybe somebody help on menu.. Anybody know how you change the direction the menu instead down it goes to the side. If you hover press – media you’ll see what I’m talking about. Here’s my code `/*Hybrid Navigation Drop Downs*/
    #header .hybrid_dropnavi ul {position:relative;}/*for IE7*/
    #header .hybrid_dropnavi ul, #header .hybrid_dropnavi ul ul {z-index:900;}
    #header .hybrid_dropnavi ul li {position:relative;}
    #header .hybrid_dropnavi ul li.drop {background:url(images/navi_arrow.png) no-repeat right;}
    #header .hybrid_dropnavi ul li a {padding:5px 10px;}
    #header .hybrid_dropnavi ul li:first-child a {padding-left:0;}
    #header .hybrid_dropnavi ul ul {position:absolute;display:none;top:20px;left:0;background:#f9f9f9;float:none;}
    #header .hybrid_dropnavi ul ul li, #header .hybrid_dropnavi ul ul li a {text-align:left;display:block;float:none;border:0 none;}
    #header .hybrid_dropnavi ul ul li a, #header .hybrid_dropnavi ul li:first-child ul a, #header .hybrid_dropnavi ul ul li:first-child a {padding:10px;text-decoration:none;}
    #header .hybrid_dropnavi ul ul li a:focus, #header .hybrid_dropnavi ul ul li a:hover {text-decoration:underline;}`

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘IE problem’ is closed to new replies.