Page 2 of 21 FirstFirst 123412 ... LastLast
Results 11 to 20 of 202
  1. #11

    Default Re: Piccadilly Posh Template Support Thread

    Sorry, I have one more question. I noticed that on my new products center box that I also have the featured products showing up. But when you click the featured products tab and go back to the new products tab then my feature products do not show up. (Which is what I want)

    Do you have any ideas as to why the featured products also show up under my new products center box and how I can go about fixing this?

    Site: www.frompropertorocker.com

    Thanks again!

  2. #12
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by nolsowski View Post
    Sorry, I have one more question. I noticed that on my new products center box that I also have the featured products showing up. But when you click the featured products tab and go back to the new products tab then my feature products do not show up. (Which is what I want)

    Do you have any ideas as to why the featured products also show up under my new products center box and how I can go about fixing this?

    Site: www.frompropertorocker.com

    Thanks again!
    You would have to customize the home page centerbox modules module which is what I used for this fucntionality. The only changes I made to the module were to fix validation errors. You can also try asking on the support thread for that module.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  3. #13
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by 0ldgeezer View Post
    Is it possible to change the background image and color of the pages. I like the layout and design but prefer a darker background from the pink and possible something more recognizable with a toy store.
    Yes you can make these changes in the stylesheet.css file.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  4. #14
    Join Date
    Jun 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Hello Anne
    I am testing out this template (zencart 1.5) and made some changes to the header.php file - tagline and alt text.
    Somehow upon uploading the file it breaks my site - the logo position is offset from the menu bar, and the Home, Login links are not clickable, while the Shopping Cart and Checkout links are alright. I tried viewing with Google Chrome, Firfox and IE7, all displayed the same problem.
    I am using Notepad++ to edit the .php files. Would greatly appreciate your thoughts on this. Thanks in advance!

  5. #15
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by preciousbeebee View Post
    Hello Anne
    I am testing out this template (zencart 1.5) and made some changes to the header.php file - tagline and alt text.
    Somehow upon uploading the file it breaks my site - the logo position is offset from the menu bar, and the Home, Login links are not clickable, while the Shopping Cart and Checkout links are alright. I tried viewing with Google Chrome, Firfox and IE7, all displayed the same problem.
    I am using Notepad++ to edit the .php files. Would greatly appreciate your thoughts on this. Thanks in advance!
    If you post a link to your site I can take a look. If you are using a logo which has different dimensions than the sample logo you will have to make adjustments in the stylesheet.css file.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  6. #16
    Join Date
    Jun 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Hi Anne
    Thanks very much for your quick reply. While the logo position is adjustable, somehow the Home and Login links are not clickable.
    No worries, I have decided to stay with Ashley Pink and will amend to make it look like the Picadilly sans the dropdown menu
    Cheers

  7. #17
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by preciousbeebee View Post
    Hi Anne
    Thanks very much for your quick reply. While the logo position is adjustable, somehow the Home and Login links are not clickable.
    No worries, I have decided to stay with Ashley Pink and will amend to make it look like the Picadilly sans the dropdown menu
    Cheers
    Ok, thanks for the update :-)

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  8. #18
    Join Date
    Jul 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    I have a couple "how to" question with this template. First off, I am trying to lower the logo to be closer to the mega menu, but when I lower it, the mega menu links get pushed off of the mega menu. How can I move the logo down so that it is close to the mega menu without moving the links? Also I want to have the links start on the left side of the mega menu instead of in the middle like they are now. How can I do that? Thank you.

    My website is www.fancyinfrills.com.

  9. #19
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by Fancyfrills View Post
    I have a couple "how to" question with this template. First off, I am trying to lower the logo to be closer to the mega menu, but when I lower it, the mega menu links get pushed off of the mega menu. How can I move the logo down so that it is close to the mega menu without moving the links? Also I want to have the links start on the left side of the mega menu instead of in the middle like they are now. How can I do that? Thank you.

    My website is www.fancyinfrills.com.
    You can change this in the stylesheet.css file:

    Code:
    #logo {padding-top:0px;padding-left:0px;margin-top:-30px;margin-bottom:25px;position:relative;z-index:15010;}
    to this:

    Code:
    #logo {padding-top:0px;padding-left:0px;margin-top:-30px;margin-bottom:-30px;position:relative;z-index:15010;}
    and this in the stylesheet_mega_menu.css from this:

    Code:
    #mega-wrapper .mega-menu {list-style:none;width:680px;margin:0px auto 0px auto;height:82px;padding:0px 0px 0px 0px;margin-left:300px;position:relative;top:20px;}
    to this:

    Code:
    #mega-wrapper .mega-menu {list-style:none;width:980px;margin:0px auto 0px auto;height:82px;padding:0px 0px 0px 0px;margin-left:0px;position:relative;top:20px;}
    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  10. #20
    Join Date
    Jul 2012
    Posts
    34
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    That worked wonderfully. Thank you. Can you add links to the mega menu and change the drop down options from the stylesheet_mega_menu.css?

 

 
Page 2 of 21 FirstFirst 123412 ... LastLast

Similar Threads

  1. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  2. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 21 Feb 2013, 11:34 PM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

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