Announcement

Collapse
No announcement yet.

Global Header issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Global Header issue

    Afer recent upgrade to miva 5.5. the global header in the storefront vs category pages and product pages ar appearing different.

    Store front shows is the way it was earlier, but for some reason the category pages and product pages are not showing them right.

    http://www.nofleausa.com/Merchant2/merchant.mvc - store front

    http://www.nofleausa.com/c/advantage-for-dogs - category page

    http://www.nofleausa.com/p/ADVGREDOG4M - product page

    Can some one please help.

    thanks
    -Jim

    #2
    Re: Global Header issue

    http://www.nofleausa.com/p/ADVGREDOG4M does not have any stylesheet reference.

    ul#navlist
    {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    }

    etc is in http://www.nofleausa.com/Merchant2/merchant.mvc but not http://www.nofleausa.com/p/ADVGREDOG4M.

    What is your code in HEAD Tag Content/CSS section under Edit Store: ?
    Last edited by JimRockford; 10-11-08, 09:01 AM.

    Comment


      #3
      Re: Global Header issue

      it is

      <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
      <meta http-equiv="content-language" content="en" />
      <meta name="author" content="nofleausa" />
      <meta name="robots" content="all" />
      <meta name="description" content="NoFleaUSA, Discount Prices on Pet Supplies, Frontline Plus, Advantage, Heartgard Plus, Sentinel, Interceptor, Frontline Topspot, Rimadyl, K9 Advantix and many more medications and pet supplies for your Pet." />
      <meta name="keywords" content="noflea, nofleasusa, nofleausa, noflea, nofleas, Flea, Pet Medication, Pet Medicine, Pet Medications, Pet Health, Pet Pharmacy, Pet Prescription, Pet Prescriptions, Veterinary Supplies, Pet Med, Heartgard, Pet Meds, Petmeds, PetMed, Pharmacy, nofleausa.com, Cat Medications, Dog Medications, pet supplies, pet supply, Heartworm, Advantage, Frontline, Topspot, Rimadyl, Etogesic, Cosequin, Heartgard, Dog, Dogs, Pet Education, Puppy Cat Cats Kittens Flea flea and Tick Tick flea killer Petcare Veterinary, Veterinarian, Vet, Vets, Animal Care, Cat Health, Dog Health, dog fleas, cat fleas, dog flea, cat flea, control fleas, flea control, chemical free flea treatment, fleas, cats, dogs, flea service treatment, dust mite treatment, flea shampoo, chemical free flea shampoo, kill fleas, flea treatment, kill cat fleas, kill dog fleas, rid home of fleas ,natural flea control ,flea control facts, fleabusters, rx for fleas" />
      <meta name="copyright" content="Copyright ©2006 NoFleaUSA All Rights Reserved" />
      <title>NoFleaUSA | nofleasusa | noflea | Flea Control Treatment |Kills Dog Fleas | Cat Fleas | Frontline Plus | Advantage | Heartgard Plus | Sentinel | Interceptor | Frontline Topspot | Rimadyl | K9 Advantix </title>
      <style type="text/css">
      <!--
      .style1 {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 9px;
      color: #666666;
      }
      .new {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #669933;
      }
      ul#navlist
      {
      margin-left: 0;
      padding-left: 0;
      white-space: nowrap;
      }
      #navlist li
      {
      display: inline;
      list-style-type: none;
      }
      #navlist a { padding: 3px 10px; }
      #navlist a:link, #navlist a:visited
      {
      color: black;
      font: bold;
      background-color: #d2e0c1;
      text-decoration: none;
      }
      #navlist a:hover
      {
      color: black;
      font: bold;
      background-color: #FFA87D;
      text-decoration: none;
      }
      -->
      </style>

      Comment


        #4
        Re: Global Header issue

        Remove the <!-- and --> comment tags. Better yet put the code in an external sheet and put <link href="../mm5/css/anyname.css" rel="stylesheet" type="text/css" /> in the HEAD Tag Content/CSS section.

        Am I understanding correctly that your issue is with
        Home
        Your Account
        Contact Us
        Shipping Info
        View Basket
        CheckOut

        not showing as horizontal buttons?
        Last edited by JimRockford; 10-11-08, 09:30 AM.

        Comment


          #5
          Re: Global Header issue

          yes that is correct, the issue is that. I removed the comment tag from the HEAD Tag Content but it does not make any difference.

          Comment


            #6
            Re: Global Header issue

            The code for your category page and product page still do not show your style definitions. Clean out your HEAD Tag Content except for everything in the <style> tag. You shouldn't have <title> or <description> tags in there anyway.

            And you have 2 <head> tags, so browsers won't render the 2nd <head> tag.

            You need to find out where all this bad code is coming from.
            Last edited by JimRockford; 10-11-08, 11:51 AM.

            Comment


              #7
              Re: Global Header issue

              hi Jim,

              Thanks for your help, found out that it is actually:

              http://extranet.miva.com/forums/show...5+update+issue

              the sebeza template issue.

              thanks for your help
              -Jim

              Comment

              Working...
              X