Viewing 15 replies - 1 through 15 (of 22 total)
  • The page looks OK on my screen and it is the same width as your other pages. What do you see?

    What is the markup line number of the suspicious code? There is a big lump of code at line 203 but that is normally there for variations.

    Thread Starter Charmer83

    (@charmer83)

    thanks for looking lorro… that page is still not full width for me and it has the cart widget on the right which is shouldn’t have. starting on line 200 there is some code that isn’t on the other pages. it apple converted space… I’ve tried to remove it but it comes right back… also if you notice in the short description the test is not the same color as the other pages and it would change.

    – full width: did you check that on the shop page in the list of pages, the template is set to default (or full width), this works for me.
    – Apple converted space is a sequence of alternate ordinary spaces and non-breaking spaces and is a recognized way of spacing things out, so I don’t think its anything to worry about.
    – colour: I don’t get the effect on your page, but you can correct it with this custom css:

    .entry-content p span {color:#60696c !important}

    Thread Starter Charmer83

    (@charmer83)

    yes I made sure the shop page was set to full width. I don’t have the apple converted space code on the other product pages.

    when I’m in the admin I can delete the short description from all pages and update, then it’s gone but on this particular page I delete the short description then update, it comes right back.

    Thread Starter Charmer83

    (@charmer83)

    I’m beginning to think there’s a problem in phpmyadmin… I have too many ids for the same item. can I delete those which are no longer in wp?

    I would first try making a new product with the same details and then deleting the old one from the Products table.

    Thread Starter Charmer83

    (@charmer83)

    I’ve thought about doing that but it’s got to many variations so don’t want to right now. I may have to in the end though. thanks lorro

    Thread Starter Charmer83

    (@charmer83)

    I fixed part of it as far as the text color in the short description but it still won’t go full width. I don’t actually have a products table so do you know what else it might be named?

    I mean the table at Admin page > Products.

    Thread Starter Charmer83

    (@charmer83)

    oh… I see, I thought you meant in phpmyadmin

    Thread Starter Charmer83

    (@charmer83)

    I removed the shopping cart widget however that one page still won’t go full width

    Try this in your custom css to fix it on that page only:

    .postid-113 div#main {width:100%}

    Check for adverse effects on other pages.

    Thread Starter Charmer83

    (@charmer83)

    thanks… i’ll try that. what do you mean check for adverse effects on other pages?

    Thread Starter Charmer83

    (@charmer83)

    the custom css didn’t work

    Just make sure the a sample of other pages look OK. Sometimes css can affect pages you don’t want it to, or not affect pages you do.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘woocommerce’ is closed to new replies.