Announcement

Collapse
No announcement yet.

Featured product problem

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

    Featured product problem

    Hi, I have two scrolls that are using "featured Products" functionality with click on Prod page.
    I see that I have " /> in the start of the page on my first Carouselll.
    http://www.cigarrummet.com/produkt/f...s/LI410T3.html
    in code
    <body class="boxed prod single-column LI410T3" id="js-PROD">" /&gt;
    I believe that I have unwanted tags somewhere. My second Carousell doesnīt have this error which I find strange.
    I believe that the code for both is identical. .
    I have code in Ready Theme Product listing and I have MetaTags settings:

    <mvt:if expr="l.settings:page:code EQ 'CTGY' OR l.settings:page:code EQ 'CTGY2'">
    <body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> &mvte:category:code;">
    <mvt:elseif expr="l.settings:page:code EQ 'PROD' OR l.settings:page:code EQ 'PATR'">
    <body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column &mvte:product:code;">
    <mvt:elseif expr="l.settings:page:code CIN g.screenCheck">
    <body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column">
    <mvt:else>
    <body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" / ">
    </mvt:if>

    Than there is code on SFNT that I didnīt update in three years. Where shall I look for those unwanted symbols?
    Is the script or just some rest of code somewhere...
    Attached Files

    #2
    I would recommend checking your META tags. It appears there are several duplicates and some odd content contained in a few of them.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment

    Working...
    X