Page 1 of 2 12 LastLast
Results 1 to 10 of 25

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Home Page Layout

    A lot of elements of ZC can be manipulated almost anyway you require.
    I have built many custom ZC based sites (as opposed to simply stores) many time manipulating the main page to be beyond simple recognition as a ZC store.

    What I am saying is - With ZC almost anything is possible.

  2. #2
    Join Date
    Oct 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Home Page Layout

    Have you thought about setting your landing page as an EZpage?

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Home Page Layout

    You can disable header, footer and sidebars for the home page and have all of your code for the functions you want in define_main_page.php. (Ez-pages can't handle PHP code.)

    See my site for an example.

  4. #4
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Home Page Layout

    In the past I have used EZ-Pages, custom define pages or the built in main page for the website 'home page' - so, yes it can be done.

  5. #5
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Home Page Layout

    http://www.zen-cart.com/forum/showth...es+include+php
    How to add php into EZ Pages may be useful.

  6. #6
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    67
    Plugin Contributions
    0

    Default Re: Home Page Layout

    Is there a way to apply a CSS file to just the home page? Or looking at the other side, have the home page call a separate CSS file than the rest of the site.

  7. #7
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Home Page Layout

    Quote Originally Posted by nosleephotel View Post
    Is there a way to apply a CSS file to just the home page? Or looking at the other side, have the home page call a separate CSS file than the rest of the site.
    Previous thread/post below should help
    http://www.zen-cart.com/forum/showpo...64&postcount=6

  8. #8
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    67
    Plugin Contributions
    0

    Default Re: Home Page Layout

    Thank you, misty. That should help; appreciate it. Another thing I realized, I will need to change the logo to a different .jpg for the home page as well as hide the "Home," "Login," and Search feature. How is this controlled?

  9. #9
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    67
    Plugin Contributions
    0

    Default Re: Home Page Layout

    I figured how to hide the "Home," "Login," and Search field by putting
    Code:
    #navMainWrapper {
    	display: none;
    	}
    in index_home.css. Still don't know what to do with the logo/header image. I would like to replace it with a transparent gif so I could position it where I want and it would still be a link.

  10. #10
    Join Date
    Dec 2007
    Posts
    57
    Plugin Contributions
    0

    Default Re: Home Page Layout

    Quote Originally Posted by gjh42 View Post
    You can disable header, footer and sidebars for the home page and have all of your code for the functions you want in define_main_page.php. (Ez-pages can't handle PHP code.)

    See my site for an example.
    I added my code to define_main_page.php yet it does not show on the main page? any ideas?

    Currently it starts with one of the categories yet even if i disable that, i just get a blank area.

    Thanks
    Erez

    www.respectyourtaste.com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Home Page Layout
    By vanessac in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 14 May 2011, 01:28 PM
  2. Home page layout
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 10 Jul 2010, 07:02 PM
  3. No layout in my home page
    By tracy_natalia in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Mar 2010, 01:45 PM
  4. Layout on home page
    By evil turinp in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Jul 2009, 06:53 PM
  5. Home page layout
    By gfds in forum Basic Configuration
    Replies: 0
    Last Post: 10 Mar 2008, 11:23 PM

Posting Permissions

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