Page 15 of 18 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 174
  1. #141
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by DivaVocals View Post
    Hey Anne thanks.. It's the mega menu that comes wit this template.. and yes I already made the categories and manufacturers two columns.. I may just be still sleep deprived.. I spent ALL of this weekend backing up the old site and transferring over my development code.. (most of that time was spent struggling to backup the old site - 10GB of CRAP!!) I am just not clearly seeing what is required to widen the columns.. So if this ends up being is a simple answer I apologize in advance..

    http://www(dot)laserdiscvault(dot)com/
    You can do something like this:

    Code:
    .mega-menu .dropdown_2columns {width: 400px;}
    .mega-menu .col_2 {width:400px;}
    .mega-menu .col_2 ul li{width:200px;}
    Thanks,

    Anne

  2. #142
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You can do something like this:

    Code:
    .mega-menu .dropdown_2columns {width: 400px;}
    .mega-menu .col_2 {width:400px;}
    .mega-menu .col_2 ul li{width:200px;}
    Thanks,

    Anne
    Getting closer.. It's that last declaration I was missing apparently.. Thanks Anne

    Okay.. So I wanted to widen these columns a tad so that the category names would not wrap the way they are now.. For the manufacturers this seems to be fine.. the product categories are still wrapping the text.. I tried adding to the widths above but get an undesirable result (suddenly my 2 column becomes one BIG single column and the category names still wrap)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #143
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by DivaVocals View Post
    Getting closer.. It's that last declaration I was missing apparently.. Thanks Anne

    Okay.. So I wanted to widen these columns a tad so that the category names would not wrap the way they are now.. For the manufacturers this seems to be fine.. the product categories are still wrapping the text.. I tried adding to the widths above but get an undesirable result (suddenly my 2 column becomes one BIG single column and the category names still wrap)
    You need to play around with the widths until you get the exact ones that you want ;-)

    Try this:

    Code:
    .mega-menu .col_2 {width:400px;}
    .mega-menu .col_2 ul li a{width:250px;}
    Thanks,

    Anne

  4. #144
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You need to play around with the widths until you get the exact ones that you want ;-)

    Try this:

    Code:
    .mega-menu .col_2 {width:400px;}
    .mega-menu .col_2 ul li a{width:250px;}
    Thanks,

    Anne
    No, try this instead:


    Code:
    .mega-menu .dropdown_2columns {width: 400px;}
    .mega-menu .col_2 {width:400px;}
    .mega-menu .level2 li a{width:300px;}
    .mega-menu .level2 li{margin-right:45px;}
    Thanks,

    Anne

  5. #145
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Bentley Classic Template Support Thread

    Well this helps.. I played around and got mostly everything working correctly.. I get a weird happening when I hover over certain categories where the right column jumps over to the left.. Doesn't happen when hovering over the manufacturers.. Hmmmm.. I will mess around with trying to figure out how to stop that behavior later.. I'm kinda tired of looking at this..

    Quote Originally Posted by picaflor-azul View Post
    No, try this instead:


    Code:
    .mega-menu .dropdown_2columns {width: 400px;}
    .mega-menu .col_2 {width:400px;}
    .mega-menu .level2 li a{width:300px;}
    .mega-menu .level2 li{margin-right:45px;}
    Thanks,

    Anne
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #146
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by DivaVocals View Post
    Well this helps.. I played around and got mostly everything working correctly.. I get a weird happening when I hover over certain categories where the right column jumps over to the left.. Doesn't happen when hovering over the manufacturers.. Hmmmm.. I will mess around with trying to figure out how to stop that behavior later.. I'm kinda tired of looking at this..
    Yes, check your css. Although this technique is an easy way to get 2 columns in the categories/manufactures drop downs, if it is not working for you, you should look at the categories_ul_generator file and make modifications there and to in the tpl_mega_menu.php file, the part that loads the ul generator.

    Thanks,

    Anne

  7. #147
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Yes, check your css. Although this technique is an easy way to get 2 columns in the categories/manufactures drop downs, if it is not working for you, you should look at the categories_ul_generator file and make modifications there and to in the tpl_mega_menu.php file, the part that loads the ul generator.

    Thanks,

    Anne
    Yeah at some point I will do that.. Not sure what I'd be looking for, but I'll have a looksee at some point soon.. For now it's really only two categories it happens to and my client has okayed me taking a break on fixing this for right now.. Thanks for your help!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #148
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: Bentley Classic Template Support Thread

    Hi Guys,

    I just want a quick guide to how to activate and edite the slide show menu in the center of the tamplate as I disabled it a long time ago and now I don't remember how I did that ?

  9. #149
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Bentley Classic Template Support Thread

    Quote Originally Posted by alhakeem2001 View Post
    Hi Guys,

    I just want a quick guide to how to activate and edite the slide show menu in the center of the tamplate as I disabled it a long time ago and now I don't remember how I did that ?
    How did you disable it? Did you add a display:none; to the stylesheet or did you remove the code?

    Thanks,

    Anne

  10. #150
    Join Date
    Sep 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: Bentley Classic Template Support Thread

    Hi Anne,
    Happy Holidays! Thank you for creating such a great template for Zen Cart, I was using estorenow template before but couldn't get it to configure the way I want it to look. I just started to customize your template with slideshow and logo etc. but I noticed that my slideshow is not below the header, instead it is overlapping it. I've also view other pages and it is the same, can you please guide me on how I resolve this?

    http://selectious(dot)com/index(dot)php?main_page=index


    Also, please advise how I can line my Option Name attributes in a row, right now, it is all over the place...

    http://selectious(dot)com/index(dot)...roducts_id=180


    I tried to re-upload the css files but that did not resolve the issue and I'm using zencart 1.3.9h.

    Thank you very much!

 

 
Page 15 of 18 FirstFirst ... 51314151617 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 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