Jump to content

Noob at all this, trying to adjust template in cre loaded


pocopops@hotmail.com

Recommended Posts

Hi everyone! (if you don't want to read all my blah blah, go down to the text in red

 

I know that when you are not a noob, one of the most annoying things can be a noob.. but I hope you give me a chance!

 

I have a shop myself, and currently am setting up a new shop for my friend. The problem is that I do not know php, but i understand some css and I do pretty well with HTML.

 

Because of this I have a couple of people I have been paying alot of money for help with editing templates and different mods for a shop using the cre loaded system.

 

However, the last time I asked for help (for my friends new shop that is still being worked on), it took a long time for them to get started, and having an impatient friend made me want to go in and try fix one of the things myself.

 

It took me an hour to find out where the file that needed to be edited was located, but when I found out where it was, it took me literally 5 seconds to edit and fix it. This was not php related, but I was so surprised (they were going to charge 50 euro for this thing), that I wanted to go in and try edit a few more things. I really appreciate their services, and I am ok with paying, but it really made me think, maybe I can do more myself?

 

So I changed a few things in css, locating files (which takes ages, but is so worth it when you do, and you figure something out, yay!) and mostly using my brain, lol.

 

But when it comes to php, i am extremely confused. But very curious! I have ordered a, supposed to be, good book to understand php!

 

However, I have one thing in the mean time, I was hoping you could help me with. I have used the cre loaded forums, but nothing happens on that forum = no responses. Maybe you could help me out?

 

 

My friends site is currently located at tattoopiraten dot com

 

If you look at the products listed on the front page, you see no vertical space between them. However, if you go to any of the categories in the menu, the products are listed with a vertical space. Does anybody have any clue where I would edit this?

 

I feel like I have looked everywere, but with no luck.. I literally have spent hours trying to find this, and posting on a forum is the last resort. I try everything else first.

Link to comment
Share on other sites

It's in your main file "index.htm" Line 308 to line 315 looks like this:

                  <table border="0" cellpadding="0" cellspacing="0" width="100%">

<tr>

<td>

<table width="100%" cellspacing="0" cellpadding="0" border="0">

        <tr><td> <table width="100%" cellspacing="0" cellpadding="0" border="0">

        <tr><td><div class="body_t"><div class="body_b"><table cellpadding="0" cellspacing="0" border="0" width="100%">

<tr>

<td align="center">

 

You want line 312. Try this:

<tr><td> <table width="100%" cellspacing="10" cellpadding="0" border="0">

Link to comment
Share on other sites

Thanks for replying! :) Well it consists of loads of files, so it is hell to look through, and it isn't just in the index file :) However, thanks to you pointing out the cellspacing, i search through files for this word and located the right one of several hundred, finally! Should anyone ever be interested, i found it in: templates/mytemplatename/mainpage_modules/featured.php

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.