Page 14 of 17 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 168
  1. #131
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    First off, I want to say that I researched many different templates and none came close to the beauty and simplicity of the Glasgow Neat. Nice job!

    This is my first Zen Cart installation so pardon what are probably simple questions (that I haven't been able to figure out myself).

    1) I don't have a need for the rotating images at this point. How do I remove them from appearing on my site?

    2) I'm having trouble with the order of the first two header items. I removed the currency and language sections but now the logo floats to the top of the web page followed by the navigation buttons (home - login - checkout). I want the navigation buttons to appear as they do in the demo, i.e., located at the top-right of the page. Then I want the logo to follow.

    3) How do I center the logo?

  2. #132
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    Quote Originally Posted by yukionna View Post
    First off, I want to say that I researched many different templates and none came close to the beauty and simplicity of the Glasgow Neat. Nice job!

    This is my first Zen Cart installation so pardon what are probably simple questions (that I haven't been able to figure out myself).

    1) I don't have a need for the rotating images at this point. How do I remove them from appearing on my site?

    2) I'm having trouble with the order of the first two header items. I removed the currency and language sections but now the logo floats to the top of the web page followed by the navigation buttons (home - login - checkout). I want the navigation buttons to appear as they do in the demo, i.e., located at the top-right of the page. Then I want the logo to follow.

    3) How do I center the logo?
    Scratch my question #1. I found the solution online...not sure how I missed it the first time I searched.

  3. #133
    Join Date
    Nov 2013
    Location
    Ireland
    Posts
    40
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    Hi Yukionna,
    How did you fix the problem with the logo and navigation buttons/search box?

    When I removed the currency and language sections, the menu for log in/checkout went to the top center, and same with the search box. I want these two to stay on the right side. My logo stayed in the left side, which I don't mind. :)
    Any advice? Thanks

  4. #134
    Join Date
    Nov 2013
    Location
    Ireland
    Posts
    40
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    I have other questions..
    I wonder how I can add a banner on the right of the logo, without messing up with the search box, lol
    The menu for quick links, shop, brands... is too close to the logo, how can I add a space between these two?
    Another stupid question maybe... in the navigation (header), the "Home, Log In, Cart, Chekout", how can I change the title of "Log In" to "Log In/Register"?
    And: I changed my background color, and noticed that above the footer, there is a long white bar. I want to customize this bar, I don't know where to locate the file for this...

    Thanks for anyone who can help me. I'm far from being a programmer, but I'm a quick learner. I have to say, thank you Anne for this awesome template! I hope I'll succeed in customizing it to suit my website needs. x

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

    Default Re: Glasgow Neat Template Support Thread

    Quote Originally Posted by yukionna View Post
    Scratch my question #1. I found the solution online...not sure how I missed it the first time I searched.
    If you post a link to your site I can take a look.

    Thanks,

    Anne

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

    Default Re: Glasgow Neat Template Support Thread

    Quote Originally Posted by GabyWalker View Post
    I have other questions..
    I wonder how I can add a banner on the right of the logo, without messing up with the search box, lol
    The menu for quick links, shop, brands... is too close to the logo, how can I add a space between these two?
    Another stupid question maybe... in the navigation (header), the "Home, Log In, Cart, Chekout", how can I change the title of "Log In" to "Log In/Register"?
    And: I changed my background color, and noticed that above the footer, there is a long white bar. I want to customize this bar, I don't know where to locate the file for this...

    Thanks for anyone who can help me. I'm far from being a programmer, but I'm a quick learner. I have to say, thank you Anne for this awesome template! I hope I'll succeed in customizing it to suit my website needs. x
    These questions are just about all css related. If you want to make these changes to the template I would recommend the w3 schools css tutorial and using the firefox web developer tools to help you find what lines of the css files need to be edited.

    You can use the admin--tools-developers toolkit to search for any text that you want to change. The toolkit will tell you which line of which file needs to be edited.

    If you get stuck I don't mind helping out as long as you have put in the effort and legwork to learn the skills you need to know to make the changes that you need to make.

    Thanks,

    Anne

  7. #137
    Join Date
    Nov 2013
    Location
    Ireland
    Posts
    40
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    These questions are just about all css related. If you want to make these changes to the template I would recommend the w3 schools css tutorial and using the firefox web developer tools to help you find what lines of the css files need to be edited.

    You can use the admin--tools-developers toolkit to search for any text that you want to change. The toolkit will tell you which line of which file needs to be edited.

    If you get stuck I don't mind helping out as long as you have put in the effort and legwork to learn the skills you need to know to make the changes that you need to make.

    Thanks,

    Anne
    Hi Anne,
    Thank you so much for your advice. I really appreciate it.
    I'll search for the tutorials and try to learn how to customize my site (css is quite new to me, lol), hopefully I won't get stuck. Will keep you updated. Cheers!

  8. #138
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    Problem with removing a header menu item --> I want to remove the header menu item called "Service".

    I tried adding the following code to the file called, "stylesheet_mega_menu.css", but it doesn't work (I added all three lines hoping that one of them would work):

    .service-li{display:none;}
    .customerservice-li{display:none;}
    .customer_service-li{display:none;}

    Am I missing something?

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

    Default Re: Glasgow Neat Template Support Thread

    Quote Originally Posted by yukionna View Post
    Problem with removing a header menu item --> I want to remove the header menu item called "Service".

    I tried adding the following code to the file called, "stylesheet_mega_menu.css", but it doesn't work (I added all three lines hoping that one of them would work):

    .service-li{display:none;}
    .customerservice-li{display:none;}
    .customer_service-li{display:none;}

    Am I missing something?
    If you post a link to your site I can take a look.

    Thanks,

    Anne

  10. #140
    Join Date
    Nov 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Glasgow Neat Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you post a link to your site I can take a look.

    Thanks,

    Anne
    Thanks for the quick response. Unfortunately, the installation is currently not on a publically accessible site so I can't provide a link. Can you tell me which file(s) or settings you would like to see and I will post that information here.

 

 
Page 14 of 17 FirstFirst ... 41213141516 ... LastLast

Similar Threads

  1. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  2. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  3. v139d remove blog from glasgow neat?
    By WEBDUDE in forum General Questions
    Replies: 3
    Last Post: 18 May 2013, 02:21 PM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR