Page 25 of 68 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 672
  1. #241
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hopefully this hasnt been posted yet, somehow I cant find anything about it..

    Please take a look at www.clickyshop.com/zenupdate

    Then please click on Bebes&Niños or Celulares....
    The Category is ´different´, I found out that this happens when there is a third subcat, like in this case

    Bebes&Niños
    Alimentacion&lacatancia
    Sillas altas

    samo to

    Celulares
    Celulares tigo
    LG

    When I delete LG or Sillas altas as categories the everything is fine.

    I believe it has something to do with stylesheet.

    Any idea?

    thanks in advanced,
    kruna


  2. #242
    Join Date
    Aug 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hello there!
    GREAT TEMPLATE!

    Where is the link to download the latest Acadame version (1.2) ?

  3. #243
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template


  4. #244
    Join Date
    Apr 2006
    Posts
    32
    Plugin Contributions
    0

    image problem Re: Acadame - Another Professional Template

    Quote Originally Posted by Kruna View Post
    Hopefully this hasnt been posted yet, somehow I cant find anything about it..

    Please take a look at www.clickyshop.com/zenupdate

    Then please click on Bebes&Niños or Celulares....
    The Category is ´different´, I found out that this happens when there is a third subcat, like in this case

    Bebes&Niños
    Alimentacion&lacatancia
    Sillas altas

    samo to

    Celulares
    Celulares tigo
    LG

    When I delete LG or Sillas altas as categories the everything is fine.

    I believe it has something to do with stylesheet.

    Any idea?

    thanks in advanced,
    kruna


    This was answered for me in post:
    http://www.zen-cart.com/forum/showthread.php?t=73681


    Your site is coming along very well. You are using v1.0, why not v1.2?

    Tienes buen gusto tambien, solo para informacion, visita mi pagina para ke vea el RapidSSL como se aparece en la primera vista sin tener ke ir abajo. He hablado con muchas companias de seguiridad y me dicen ke es buen usuario poner el signo de seguiridad a primera vista para ke tus nuevos customers can trust you. Eso es lo ke hace hackersafe [http://hackersafe.com/].

    adios

  5. #245
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    hello supplymydorm,

    thanks a lot for response and the link, but frankly I dont understand what I have to do?
    Do I need to change in css, php or admin? Where? How?...sorry..

    Yes I am using v1.2, I guess it is just the banner telling this...


    Tienes buen gusto tambien, solo para informacion, visita mi pagina para ke vea el RapidSSL como se aparece en la primera vista sin tener ke ir abajo. He hablado con muchas companias de seguiridad y me dicen ke es buen usuario poner el signo de seguiridad a primera vista para ke tus nuevos customers can trust you. Eso es lo ke hace hackersafe [http://hackersafe.com/].

    adios
    muchas gracias...
    A un lado te doy mucha razón con respecto de rapidssl, pero prefiero tenerlo allí, primero (es solo mi opinion) siento que no deberia estar en el medio de la pagina donde no tiene sentido y segundo abajo tiene la informacion sobre pagos y es bueno que se vea allí que de una manera segura el usuario puede hacer sus pagos o comprar...pero muchas gracias por mencionarlo...
    muchos saludos


    kruna

  6. #246
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    It would be the CSS according to the link that Supplymydorm sent.



    I love your colors! They are coming along very nicely.

  7. #247
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    thank you very much, thats nice to hear/read...

    I know that it is teh css, but dont know what to do....

    here is what I found in my css:

    #categories ul{
    padding:0;
    margin:0;
    list-style:none;
    }
    .category-top li{
    padding:0;
    margin:0;
    background: #EEEEEE;
    vertical-align:middle;
    }
    li.category-top a {
    padding:.5em 0 0 1.2em;
    margin:0px 0px;
    color:#446444;
    font-weight:bold;
    display:block;
    height:1.8em;
    border-bottom: dotted 1px #9a9a9a;
    background:#fef5ef url(../images/boxlistbg.png) .0em 0.5em no-repeat;
    }
    li.category-products a{
    padding:.5em 0 0 1.2em;
    margin:0px 0px;
    color:#446444;
    font-weight:bold;
    display:block;
    height:1.8em;
    border-bottom: dotted 1px #9a9a9a;
    background:#fef5ef url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
    }
    li.category-top a:hover{
    background:#ff6600 url(../images/boxlistbg.png) .0em 0.5em no-repeat;
    color:#fef5ef;
    }
    li.category-products a:hover{
    background:#99cc00 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
    color:#f1fbda;
    }
    and I can see the li he was mentioning...

    well and here is
    A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    color: #FF0000;
    text-decoration: none;
    }
    SPAN.category-subs-parent {
    font-weight: bold;
    }
    SPAN.category-subs-selected {
    font-weight: bold;

    at the beginning it says category-subs...but what exactly do I have to do with it now?

    I am sorry, but I just dont get it...


    regards,
    kruna
    }

  8. #248
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Ok, if I understand this correctly, when I look at Bebe & Ninos, I see the first sub category as a red font and the one below it is black, when they should both be red. Is that right?

    If so, than when I looked at your source code, I noticed that you had different class defined for both

    Here is a copy of the code:
    Code:
    <ul><li class="category-top"><a href="http://www.clickyshop.com/zenupdate/index.php?main_page=index&amp;cPath=65"><span class="category-subs-parent">Bebes&Niños</span></a></li>
    <li class="category-subs"><a href="http://www.clickyshop.com/zenupdate/index.php?main_page=index&amp;cPath=65_73">&nbsp;&nbsp;Alimentacion&amp;Lactancia</a></li>
    <li class="category-products"><a href="http://www.clickyshop.com/zenupdate/index.php?main_page=index&amp;cPath=65_76">&nbsp;&nbsp;Hora dormir y bañar</a></li>
    <li class="category-top"><a href="http://www.clickyshop.com/zenupdate/index.php?main_page=index&amp;cPath=66">Celulares</a></li>
    
    <li class="category-top"><a href="http://www.clickyshop.com/zenupdate/index.php?main_page=index&amp;cPath=68">Computación</a></li>
    the <li class="category-subs"> Alimentacion&Lactancia

    and <li class="category-products">
    Hora dormir y bañar


    ------

    For the center section, you don't have an image for Hora dormir y bañar. That could be the reason why it's all messed up. Did you try uploading an image?

    I'm still learning ZenCart as well... so I thought I would point out the obvious...

    Vicky

  9. #249
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    thank you any help...sometimes two pair of eyes see more that one and after spending hours and hours to finish this I feel like...

    when they should both be red. Is that right?
    nope...the should be black..like it is saying
    Hora dormir y bañar

    it gets green when you hover it...

    it has something to do with the style of lets call it subcategory of the subcategory.

    Bebes Niño has two subcategories
    Alimentacion&Lactancia
    and
    Hora dormir y bañar, right?

    Now...
    Alimentacion&Lactancia has another sub one called
    Sillas altas and this is why it makes Alimentacion&Lactancia look messed up..
    if I delete subcat Sillas altas everything looks fine

    whether
    Hora dormir y bañar doesnt have another subcat (yet)....it looks fine, but if I would add another subcat, it would look messed up too...

    this is the problem...
    In my stylesheet
    A.category-subs
    actually has no style..
    Now I dont know where to make the necessary changes...

    regards,
    kruna

  10. #250
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    wait...wait...wait..I DID IT!!!!!

    Still needs some styling...but it worked....!!!

    Maybe for everyone this would be a piece of cake...but as I am still learning ZC too and also design, this was quite a challenge for me...

    ok here is what I did....
    I ´just´ added the following to my css:
    li.category-subs a{
    padding:.5em 0 0 1.2em;
    margin:0px 0px;
    color:#446444;
    font-weight:bold;
    display:block;
    height:1.8em;
    border-bottom: dotted 1px #9a9a9a;
    background:#fef5ef url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
    }
    under the
    li.category-products
    - part

    and added

    li.category-subs a:hover{
    background:#99cc00 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
    color:#f1fbda;
    }
    under the

    li.category-products
    - part...

    LEARNING BY DOING!!!!

    regards,
    kruna

 

 
Page 25 of 68 FirstFirst ... 15232425262735 ... 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