Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by lou View Post
    I went through what i could but finding it hard to locate the div in question there as im not sure how to find the row numbers....i havent made the script myself so havent got it externally if that what its referring to? thank you!
    What platform is your e-comm Lou? I might be able to help you out if it is one I know.

  2. #12
    lou
    lou is offline
    Junior Member
    Join Date
    Feb 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hmm, im not sure what platform? Im using the 'bigcartel' user friendly site?? Thanks

  3. #13
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by lou View Post
    Hmm, im not sure what platform? Im using the 'bigcartel' user friendly site?? Thanks
    Oh I see. So that is a hosted solution you are using. Is that correct or are you using the API and your own layout?

  4. #14
    lou
    lou is offline
    Junior Member
    Join Date
    Feb 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Corrosive View Post
    Oh I see. So that is a hosted solution you are using. Is that correct or are you using the API and your own layout?
    Well, its a template but ive been going in the background to edit the html and css slightly. It has a 'basics' page with all the CSS, a 'layout ' and a 'products' page etc where i have been editing the html...? Thanks

  5. #15
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Have had a quick scan and I think there may be an extra closing div in there. The 'products' section is outside the div called #main-content. Is that correct or were you expecting it all to be wrapped in that div?

  6. #16
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    I think the easiest thing for Lou is to give someone access and just pay them to fix this issue. If you don't know what you are doing and messing around with back end code you may really mess things up.

    Just a thought.

  7. #17
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by Boss Hog View Post
    I think the easiest thing for Lou is to give someone access and just pay them to fix this issue. If you don't know what you are doing and messing around with back end code you may really mess things up.

    Just a thought.
    Yeah, that might actually be a good idea.

    As a bit of advice, and for anyone else thinking about learning coding, try to be disciplined and comment absolutely everything to avoid hunting for that proverbial needle in the haystack.

    For example, when you code your wrapper div (for centring content) don't just code;

    Code:
    <div id="wrapper"></div>
    because that closing tag will end up at the other end of your page.

    If you comment correctly you should have;

    Code:
    <div id="wrapper"></div><!-- /wrapper -->
    That way, when it is at the end of your page you still know that </div> is closing your wrapper.

    These don't display in the browser but can be a lifesaver when your page layout gets complicated and you wonder which offending div is not being closed.

    Same goes for PHP and CSS.

    I know this 'after the horse has bolted' but just thought I'd flag who this can help and, trust me, I learnt this the hard way as well!

  8. #18
    lou
    lou is offline
    Junior Member
    Join Date
    Feb 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks so much for all your help...the guy who usually helps me has finally answered my email so i'll be getting him to have a look (: thank again!
    Louisa

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: 10-15-2011, 02:16 PM
  2. Desperate for work.
    By YellowPeril in forum Design Jobs & Employment Forum:
    Replies: 1
    Last Post: 08-26-2011, 08:58 AM
  3. A little bit of html help needed.....
    By ubikdesign in forum Website Coding & Programming Forum:
    Replies: 5
    Last Post: 02-16-2011, 07:39 PM
  4. HTML Help needed!
    By OutTheBox in forum Website Coding & Programming Forum:
    Replies: 4
    Last Post: 12-06-2010, 12:55 PM
  5. Desperate to buy, but not enough cash? Let BBC Three help!
    By bbcthreecashmob in forum Chill Out Forum:
    Replies: 3
    Last Post: 07-07-2009, 10:33 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •