Need help with my PHP site (PHP and CSS)

Hello

I am looking for help with my site. I am struggling with a few minor layout and css issues.

My site is http://screenprintingspecialist.com/

My problems are:

  1. The Browse by Category sections need 3 columns and I need to display the sub-categories on all
  2. The Featured Deals section on the home page is displaying the items in rows instead of side by side
  3. On listings Index. I would like to display the listing the same way they are on the detail view.

a) Listing Index = http://screenprintingspecialist.com/listing/
b) detail view (brands) http://screenprintingspecialist.com/listing/guide/apparel/brands

Same with Classifieds

I have some budget for this work and I would love to learn how to do it and even do it myself with some guideance

Thank you

SPS

Hi there,

As for the first issue, do you know what the code is that generates this area? If you can just add some categories into another div within the div of class “categories” with a class of “categoriesColumn”, that works fine. If you can find the PHP that creates it and need help though, feel free to post it and I’ll have a look.

For the featured deals, altering the styles applied to the class “featuredPromotion” as below fixed your second issue.

.featuredPromotion { float: left; margin: 0 28px; width: 100px; }

As for the listings index, it’s hard to see without seeing the code that controls the output of those two sections, they might be pulling different information from (I’m assuming) a MySQL database - so the requirements may need to be checked before just copying across the code.

Hope I’ve helped you in some way. If you can give me more info and some actual code, it’ll help me to help you!

Hi Smokey PHP

For the categoris I found the file that controles the logic. I would need to send you the code on a file b/c is kind of long.

Thank you again
SPS Code

No problem, if you like you can attach to an email to [email protected]. Put “phphelp” somewhere in the subject if you can.

Sponsor our Newsletter | Privacy Policy | Terms of Service