Page 47 of 68 FirstFirst ... 37454647484957 ... LastLast
Results 461 to 470 of 672
  1. #461
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by tophand View Post
    No error.

    Here is the steps.
    Add both templates to cart.
    Click on "Package Up Downloads"
    Get the login page --> first time I create an account
    Enter login info and click "Login"
    Page just reloads.
    My account was created as I was able to get a new password sent to me but still
    after try to login the page reloads.

    M
    Using FireFox.
    Shut down FireFox.
    Restarted FireFox and was able to login and download.

    M

  2. #462
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hallo, I can't login... My username and password are right. I still see the one page with login. Can you help me, please?

  3. #463
    Join Date
    Sep 2004
    Posts
    335
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Font issues,

    Hello guys, wonder if anyone can help me as i am pulling my hair out, as wanting to take the site live soon.

    The problem which is face is that some of the links in the header and footer are created using ezpages, but the font displayed on the pages have a mind of their own, even when using the html editor in define pages.

    For example if you click on the contact us link and the about us, in the html editor i have selected the same variables but as you can see the font and colour are set differently.

    Can anyone help me with this situation and or is there a bug issue.

    Many thanks, link to site is in signature.

  4. #464
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi Lucianman,

    if you want to change the header to black font ( if I got you right), go to line 231 in your stylesheet and change it from #666666 to #000000.

    regards,
    kruna

  5. #465
    Join Date
    Jan 2008
    Posts
    85
    Plugin Contributions
    0

    Default Quantity Discounts per product - not category

    Hello all..

    I'm thinking this doesn't go in this thread, but no one else will answer on the other one! maybe someone here can help?
    I have 2 items in one category, they are different prices....when i go to product price manager, pick the one product, make the 5 quantity price breaks and then upload it, it also changes the other product to that same price and pricing structure. why does it do that, and how can i make it stop!?
    I changed this radio button "Discount Qty Applies to Mixed Attributes" to no..and it didn't change anything...
    helllllp!

    carrie

  6. #466
    Join Date
    Jan 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Great template, but I have one problem. I use two languages and at the top of page I see word "languages" two times. Where can I change it?

  7. #467
    Join Date
    Sep 2005
    Posts
    20
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by testuser View Post
    There's a fix for this in this thread.
    Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?

  8. #468
    Join Date
    Sep 2006
    Posts
    101
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Admin->Configuration->Layout settings->Column Width-Left Boxes

    Quote Originally Posted by kai920 View Post
    Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?
    Personalized candy favors and gifts: http://www.westcoastfavors.com

    The Sea Crew: http://www.theseacrew.com/shop/

  9. #469
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by notwist View Post
    Great template, but I have one problem. I use two languages and at the top of page I see word "languages" two times. Where can I change it?
    Please make sure you have the most current version of the template. You can download Acadame from the link in my signature.

    Here's the fix for your issue, please download the latest version of the template though:

    http://www.zen-cart.com/forum/showpo...&postcount=266

    Quote Originally Posted by intcon View Post
    Hello all..

    I'm thinking this doesn't go in this thread, but no one else will answer on the other one! maybe someone here can help?
    I have 2 items in one category, they are different prices....when i go to product price manager, pick the one product, make the 5 quantity price breaks and then upload it, it also changes the other product to that same price and pricing structure. why does it do that, and how can i make it stop!?
    I changed this radio button "Discount Qty Applies to Mixed Attributes" to no..and it didn't change anything...
    helllllp!

    carrie
    Sounds a bit odd, start a thread in the Categories and Products Category from the forum homepage.

    Quote Originally Posted by kai920 View Post
    Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?
    Change the these styles in your stylesheet to the following:

    Code:
    li.category-top a{
        padding:.4em 0 .4em 1.5em;
        margin:0;
        color:#333333;
        font-weight:bold;
        display:block;
        border-bottom:1px solid #9a9a9a;
        background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
        }
    li.category-subs a{
        padding:.4em 0 .4em 1.5em;
        margin:0;
        color:#333333;
        font-weight:bold;
        display:block;
        border-bottom:1px solid #9a9a9a;
        background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
        }
    li.category-products a{
        padding:.4em 0 .4em 1.5em;
        margin:0;
        color:#333333;
        font-weight:bold;
        display:block;
        border-bottom:1px solid #9a9a9a;
        background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
        }
    li.category-top a:hover, li.category-subs a:hover{
        background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
        color:#EEEEEE;
        }
    li.category-products a:hover{
        background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
        color:#EEEEEE;
        }

  10. #470
    Join Date
    Sep 2005
    Posts
    20
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by testuser View Post
    Change the these styles in your stylesheet to the following:
    Many thanks. I didn't have a "li.category-subs a" in my CSS so I just added it..

 

 
Page 47 of 68 FirstFirst ... 37454647484957 ... LastLast

Similar Threads

  1. New to Zencart, using Acadame template
    By bellabel in forum Addon Templates
    Replies: 5
    Last Post: 27 Jun 2011, 07:52 PM
  2. Replies: 2
    Last Post: 16 Dec 2008, 03:44 AM
  3. Installing Acadame Template
    By jbreezy in forum Addon Templates
    Replies: 2
    Last Post: 19 Nov 2008, 11:29 AM
  4. Acadame Template Help
    By trisha1581 in forum Addon Templates
    Replies: 0
    Last Post: 13 May 2008, 08:44 PM
  5. Plz help me! Acadame Template
    By wardah15 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 12 Feb 2008, 10:26 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR