Page 10 of 18 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 174
  1. #91
    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
    Ahhhh... I missed that.. thanks again.. Now to finish twaeking the matching blog template..
    I am happy that it worked ;-)

    Thanks,

    Anne

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

    Default Re: Bentley Classic Template Support Thread

    Sorry to bother you again Anne.. (I feel like such a noob..)

    I HOPE this will be my last question.. I am having trouble fixing the links under the "Connect" menu heading so they don't wrap in the mega menu.. Not sure what I'm missing..

    http://clientlaserdiscvault(dot)overthehillweb(dot)com/

    On the bright side, I got the blog template all setup and matching the store template.. I just have to clean up the frontpage of the store.. (I've got placeholder text and images in place right now while I work on the final widget and slideshow images)
    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. #93
    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
    Sorry to bother you again Anne.. (I feel like such a noob..)

    I HOPE this will be my last question.. I am having trouble fixing the links under the "Connect" menu heading so they don't wrap in the mega menu.. Not sure what I'm missing..

    http://clientlaserdiscvault(dot)overthehillweb(dot)com/

    On the bright side, I got the blog template all setup and matching the store template.. I just have to clean up the frontpage of the store.. (I've got placeholder text and images in place right now while I work on the final widget and slideshow images)
    I would make the connect menu drop down wider.

    Thanks,

    Anne

  4. #94
    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
    I would make the connect menu drop down wider.

    Thanks,

    Anne
    Actually I did mess with the width for the connect menu drop down in the stylesheet.. but the text still wraps.. and so I'm a little stumped as to what to do..

    So here's what I changed (currently these are back to their default values):

    Code:
    .mega-menu .dropdown_social {width: 145px;}
    and
    Code:
    .mega-menu .col_social {width:145px;}
    I changed the width on both to 175px and all this did was widen the dropdown, but the text still wraps.. (and it shouldn't have). What am I missing here??
    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.

  5. #95
    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
    Actually I did mess with the width for the connect menu drop down in the stylesheet.. but the text still wraps.. and so I'm a little stumped as to what to do..

    So here's what I changed (currently these are back to their default values):

    Code:
    .mega-menu .dropdown_social {width: 145px;}
    and
    Code:
    .mega-menu .col_social {width:145px;}
    I changed the width on both to 175px and all this did was widen the dropdown, but the text still wraps.. (and it shouldn't have). What am I missing here??
    If you want to use the width 175px, add this as well:

    Code:
    .mega-menu .dropdown_social ul li a{width:175px;}
    Thanks,

    Anne

  6. #96
    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
    If you want to use the width 175px, add this as well:

    Code:
    .mega-menu .dropdown_social ul li a{width:175px;}
    Thanks,

    Anne
    Ahhhh.. I actually had thought I added that.. I can see I did not.. Whooooops..

    Got it working perfectly now.. Thanks for the hand Anne..
    Last edited by DivaVocals; 8 Oct 2012 at 09:13 PM.
    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.

  7. #97
    Join Date
    Sep 2012
    Location
    Sarajevo, B&H
    Posts
    4
    Plugin Contributions
    0

    Default Re: Bentley Classic Template Support Thread

    Hi, great template! :)

    I have couple of problems. The site is: http://www.calavius.com/store. There are 2 problems:
    1.) I know somebody else had this issue, but I couldn't understand the solution...I have some white space at the bottom of the page and I don't know how to remove it?
    2.) I am trying to update mega menu...and I need About Us, Info, and Connect to display text to the left, and not to the right. I realize that I need to change stylesheet_mega_menu, but I cannot figure what to change and how?

    Thanks!

  8. #98
    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 ahajdar View Post
    Hi, great template! :)

    I have couple of problems. The site is: http://www.calavius.com/store. There are 2 problems:
    1.) I know somebody else had this issue, but I couldn't understand the solution...I have some white space at the bottom of the page and I don't know how to remove it?
    2.) I am trying to update mega menu...and I need About Us, Info, and Connect to display text to the left, and not to the right. I realize that I need to change stylesheet_mega_menu, but I cannot figure what to change and how?

    Thanks!
    1. Answer is in this post:

    http://www.zen-cart.com/showthread.p...07#post1155007

    2. Look to the coding and styling of the "service" menu for a guide. You need to add the "align_right" to the correct divs in the includes/templates/bentley_classic/common/tpl_mega_menu.php file and add the styles in the mega menu stylesheet.

    Thanks,

    Anne

  9. #99
    Join Date
    Sep 2012
    Location
    Sarajevo, B&H
    Posts
    4
    Plugin Contributions
    0

    Default Re: Bentley Classic Template Support Thread

    [QUOTE=picaflor-azul;1156167]1. Answer is in this post:

    http://www.zen-cart.com/showthread.p...07#post1155007

    2. Look to the coding and styling of the "service" menu for a guide. You need to add the "align_right" to the correct divs in the includes/templates/bentley_classic/common/tpl_mega_menu.php file and add the styles in the mega menu stylesheet.

    Thanks,

    Anne[/QUOTE

    Thanks Anne...I fixed it.

    Take care,

    Amir

  10. #100
    Join Date
    Sep 2012
    Location
    Sarajevo, B&H
    Posts
    4
    Plugin Contributions
    0

    Default Re: Bentley Classic Template Support Thread

    Dear Ann,

    I ran into another problem...in the footer there is a "Useful links" column. Well, I'm not going to use this and I was able to delete it...however, there are still 4 columns. I noticed that the columns are not centered now since I didn't delete the 4th column where "Useful links" were. Can you tell me where I can delete those?
    p.s. I noticed on line 7 stylesheet_footer_menu.css that it mentions 4 columns, but I couldn't find the place where to delete the 4th column.



    Quote Originally Posted by picaflor-azul View Post
    1. Answer is in this post:

    http://www.zen-cart.com/showthread.p...07#post1155007

    2. Look to the coding and styling of the "service" menu for a guide. You need to add the "align_right" to the correct divs in the includes/templates/bentley_classic/common/tpl_mega_menu.php file and add the styles in the mega menu stylesheet.

    Thanks,

    Anne

 

 
Page 10 of 18 FirstFirst ... 89101112 ... 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