Jump to content


Corporate Sponsors


Latest News: (loading..)

dgriff

Member Since 23 Apr 2008
Offline Last Active May 24 2012, 20:37
-----

Topics I've Started

Looking for ck editor contribution for 2.3.1 but downloads are corrupt

14 May 2012, 16:49

Hi

I'm looking for a ck editor contribution to easily manage page content through a WYSIWYG editor but any contribution I have found is corrupted when I try to download. Any suggestions as to a good contribution? Thanks

How do I reduce the gap between the BodyContent area and the left / right columns?

08 May 2012, 16:42

Hi
How do I reduce the gap between the body content area (#bodyContent) and the right and left columns? Also, how do I nudge the right and left columns up so there is no gap between them and the breadcrumb nav bar? Thanks

Uploading a sliced up header to my shop - confused

03 May 2012, 13:28

Hi
Version 2.3.1
I created a header and sliced up the buttons in photoshop. When adding the header via the admin panel it only allows me to select one image. Do I save my header as one .png file (without the slices)? And then do I seperately upload the sliced buttons to the images folder separately?

I know I then need to add code like this to my includes/header.php to make the buttons clickable:
<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'button.png') . '</a>'; ?>

Thanks

Photoshop Header Created - How do I make the buttons clickable?

01 May 2012, 20:03

Hi

With version 2.3.1, I have just created a new header in photoshop with buttons (Home, Contact Us, Testimonials, etc). I have sliced up the image. My question is: How do I make the buttons clickable when I upload the new header? I'm sure I have to change some code in the includes/header.php file but I'm not sure what / where to change. Any suggestions? Thanks.

Header width and height

28 April 2012, 00:47

Hi
Version 2.3.1. I created a header for my store 960(H) x 200(W) pixels. I changed the stylesheet to:


#header {
  height: 200px;
}

The problem is that:

1. "Cart Contents", "checkout" and "my account" are pushed down and overlap the shopping cart box in the right column.
2. Even though the header is 960 pixels wide, the header still extends slightly past the right hand side of the store.

How can I fix overlap problem and if 960 pixels is not the width of the store, how many pixels wide should my header be?

Thank you.