Page 24 of 50 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 498
  1. #231
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    This code is not in the tpl_header_mobile.php file:

    Code:
    <div class="top-specials"><?php echo HEADER_TITLE_SPECIALS; ?></div>
    If you look in the tpl_header.php file you will see how the code fits in ;)

    Thanks,

    Anne
    Thanks Anne! That did it! I really appreciate your help. You're amazing!

    So...remember how I said that was my last issue? Well...turns out I have one last one. I've been trying to add a background image to the site, and I've been editing the stylesheet.css file like you said, but I just can't get the image to show up. I don't know what the issue is, because I have the code right, and even checking in firefox, it's showing that the code is in there for the background image, but it's just not displaying on screen. Does it have anything to do with https? Thanks again for all your help. Even if I can't get this background image to work, you've been more than helpful.

  2. #232
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    HI

    I can't see the code for your background image?

    lruskauff

  3. #233
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by mc12345678 View Post
    That's what I'm "afraid of" :) Thank you for looking into it.
    Hi
    I got my image to center last night but I did a few things and I'm not sure all are needed. And I got too tired for more testing, sorry. But you can it on my play site:
    testzen.thestitchsanctuary.com. I won't be home until later tomorrow.

    I just used the demo. I took out a few floats, added a text-align:center, and put
    Code:
    logoWrapper
    in a paragraph with the class center. Oh, and the stuff on the right was set with a -40 margin so I moved it to like -90 (or something). Here is the change I made to the header file (I tried to do it all in CSS but couldn't figure it out yet)

    Code:
    <!--bof-branding display-->
    <p id="logoWrapper" class="center">
    <div>
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
        </div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
                  if (HEADER_SALES_TEXT != '') {
    ?>
          <div id="tagline">
    
    <?php echo HEADER_SALES_TEXT;?>
    
          </div>
    <?php
                  }
    ?>
    <?php
                  if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                    if ($banner->RecordCount() > 0) {
    ?>
          <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                    }
                  }
    ?>
        </div>
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div></p>

    What I'm not sure of is how it will work with responsive. I'm not sure about the negative margin, and I'm not sure about putting the paragraph in. But it might be a short term fix.

    I tried to edit your code to make the same thing happen but I could not get it to align. I have a theory and maybe Anne can confirm. The logo and tagline are each in their own DIV and then together in logoWrapper div. Since you don't have the tagline showing, the holding space for it goes away, causing them not to align like mine do.

    Hope this helps in some small way.

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    Thanks Anne! That did it! I really appreciate your help. You're amazing!

    So...remember how I said that was my last issue? Well...turns out I have one last one. I've been trying to add a background image to the site, and I've been editing the stylesheet.css file like you said, but I just can't get the image to show up. I don't know what the issue is, because I have the code right, and even checking in firefox, it's showing that the code is in there for the background image, but it's just not displaying on screen. Does it have anything to do with https? Thanks again for all your help. Even if I can't get this background image to work, you've been more than helpful.
    The url for your image is incorrect. Upload the image to your template images folder (this is a template related image) and then add this to your body tag:

    Code:
    background: #000 url(../images/yourimagename.jpg);
    Thanks,

    Anne

  5. #235
    Join Date
    May 2015
    Posts
    21
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hello All. I am having an issue changing the header "Categories" tab to another name. I was able to successfully change it on the side box, but have not found the corresponding file to change it. it. Any help is greatly appreciated!

  6. #236
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    The url for your image is incorrect. Upload the image to your template images folder (this is a template related image) and then add this to your body tag:

    Code:
    background: #000 url(../images/yourimagename.jpg);

    Thanks,

    Anne

    Ugh, such a dumb mistake...thank you so much for saving me hours of frustration. I'm pretty much done except for adding my items and images. I can't thank you enough for all your help and a great template!

  7. #237
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Freddiec2385: Try /includes/languages/english/extra_definitions/winchester_black/winchester_black_defines.php

    lruskauff

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by Freddiec2385 View Post
    Hello All. I am having an issue changing the header "Categories" tab to another name. I was able to successfully change it on the side box, but have not found the corresponding file to change it. it. Any help is greatly appreciated!
    Look in the includes/languages/english/extra_definitions/winchester_black/winchester_black_defines.php file

    Thanks,

    Anne

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

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by blackeyed5 View Post
    Ugh, such a dumb mistake...thank you so much for saving me hours of frustration. I'm pretty much done except for adding my items and images. I can't thank you enough for all your help and a great template!
    No problem ;) I am happy that you got it all straightened out ;)

    Thanks,

    Anne

  10. #240
    Join Date
    May 2015
    Location
    New Jersey
    Posts
    59
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Hi Anne....

    Thought it was all good, but noticed one last bug..

    In iPad portrait mode, the little black button that was missing before at the very top that can take you to specials, or whatever is there now, however I can't click on it to do anything. It's only not working in iPad portrait. Do I have to change the z index or something? Or what should I change specifically? Thanks...

 

 
Page 24 of 50 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. v151 Winchester Responsive
    By picaflor-azul in forum Addon Templates
    Replies: 952
    Last Post: 10 Aug 2023, 08:51 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. Ajax error with winchester black template
    By bluestorm in forum General Questions
    Replies: 2
    Last Post: 4 May 2016, 01:39 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 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