Page 10 of 34 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 331
  1. #91
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If I were you, I would restore the original stylesheet and tpl_header.php file. Just add your logo as the logo should be added and then adjust the other header elements using css to suit your needs.
    If you will not be using the tagline, there is a patch posted earlier in the thread with corrected code for the tpl_header.php file.
    Thanks,
    Anne
    Thanks Anne,

    Turns out the tagline was indeed causing the problem, but when I replaced its content in header.php with a space rather than leave it totally blank, that fixed the header position issue.

    But...now that my logo/header image goes across the entire width, one can't enter anything in the search field - looks like it's underneath the logo (as are the login/cart/checkout links and the main menu, but those somehow function properly). I tried applying z-index values of 9000 and 1, respectively, to #headerWrapper and #navMainWrapper, but that didn't help. What do you suggest?

    Thanks!
    Magz

  2. #92
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by magz View Post
    Thanks Anne,

    Turns out the tagline was indeed causing the problem, but when I replaced its content in header.php with a space rather than leave it totally blank, that fixed the header position issue.

    But...now that my logo/header image goes across the entire width, one can't enter anything in the search field - looks like it's underneath the logo (as are the login/cart/checkout links and the main menu, but those somehow function properly). I tried applying z-index values of 9000 and 1, respectively, to #headerWrapper and #navMainWrapper, but that didn't help. What do you suggest?

    Thanks!
    Magz
    You need to add a width to the overlapping elements. I would add borders of different colors to the elements to see which is overlapping.

    Thanks,

    Anne

  3. #93
    Join Date
    Nov 2013
    Location
    Irvine, CA
    Posts
    3
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    I am having problems with the login/cart/checkout links at the top of the page. My page shows just the bottoms of each of them and they are not legible, I was wondering if there was a way to fix this. Site www.lutheranshirts.com

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

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by Todder View Post
    I am having problems with the login/cart/checkout links at the top of the page. My page shows just the bottoms of each of them and they are not legible, I was wondering if there was a way to fix this. Site www.lutheranshirts.com
    You can change the stylesheet.css from:

    Code:
    #navMain ul {float: right;line-height: 1.5em;list-style-type: none;margin: -80px 0 0;padding: 0 0 0.5em;text-align: right;}
    to

    Code:
    #navMain ul {float: right;line-height: 1.5em;list-style-type: none;margin: -40px 0 0;padding: 0 0 0.5em;text-align: right;}
    Thanks,

    Anne

  5. #95
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You need to add a width to the overlapping elements. I would add borders of different colors to the elements to see which is overlapping.
    Thanks,
    Anne
    Hi Anne - maybe I didn't say what I meant - the vertical and horizontal position on the screen is now good for all elements, it's the depth that seems to be a problem. Instead of the header/logo image being in the background of the search field, the search field appears to be in the background of the (semi-transparent) logo image. As a result, although I can see the search field, when I try typing in it, instead I'm hovering over the logo. I noticed that in Firefox and Opera I can actually type in the field, but then clicking the magnifying glass icon does nothing. Pressing "enter" does complete the search, but that's only FF and Opera, in Chrome and Safari I can't even type the search term (haven't checked IE yet...) My guess is this is a layer issue, but I don't seem to be able to figure out what's in what layer and how to put the search field in front of the header/logo. What file(s) and element(s) should I be editing?
    Thanks!
    Magz

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

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by magz View Post
    Hi Anne - maybe I didn't say what I meant - the vertical and horizontal position on the screen is now good for all elements, it's the depth that seems to be a problem. Instead of the header/logo image being in the background of the search field, the search field appears to be in the background of the (semi-transparent) logo image. As a result, although I can see the search field, when I try typing in it, instead I'm hovering over the logo. I noticed that in Firefox and Opera I can actually type in the field, but then clicking the magnifying glass icon does nothing. Pressing "enter" does complete the search, but that's only FF and Opera, in Chrome and Safari I can't even type the search term (haven't checked IE yet...) My guess is this is a layer issue, but I don't seem to be able to figure out what's in what layer and how to put the search field in front of the header/logo. What file(s) and element(s) should I be editing?
    Thanks!
    Magz
    There is no problem. The search glass is not an icon or button, just a background image.


    Thanks,

    Anne

  7. #97
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    There is no problem. The search glass is not an icon or button, just a background image.
    Thanks,
    Anne
    Hi Anne,
    OIC, never mind the icon then, but I'm still unable to enter a search term into the search field in Chrome or Safari (on Windows 7)... How do I move the search gizmo in front of the header image? Or is there some browser-specific code I need? (Works in Firefox, Opera and IE.) In case you'd like to take a look, it's at http://test.allstringsnylon.info/
    Thank you,
    Magz

  8. #98
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by magz View Post
    Hi Anne,
    OIC, never mind the icon then, but I'm still unable to enter a search term into the search field in Chrome or Safari (on Windows 7)... How do I move the search gizmo in front of the header image? Or is there some browser-specific code I need? (Works in Firefox, Opera and IE.) In case you'd like to take a look, it's at http://test.allstringsnylon.info/
    Thank you,
    Magz
    I have already given you my best advice on how to trouble shoot this. My guess is that there is a width or height that is covering the search. See my previous post for trouble shooting tips.

    Thanks,

    Anne

  9. #99
    Join Date
    Jul 2009
    Posts
    124
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    Hi Anne, i really love this theme. i have only one question that i simply can't find.
    (new to the responsive i guess) I have my banners all a lot larger, in height.
    Where can i change that? i just can't find it. ( its a first in your great templates that I have to ask for help!)

  10. #100
    Join Date
    May 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    Hi Anne, thanks for this great template!!

    here comes the most dumb of the questions in this thread... I'm configuring the template but I cannot find the "Carousel Featured Products Configuration" option right under Carlisle Fresh in the Configuration drop down menu.
    (may be I eventually missed an SQL patch, but I am afraid of running them again because of the warnings)

    Can you figure out my mistake?

    Thanks a lot

 

 
Page 10 of 34 FirstFirst ... 8910111220 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  4. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 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