Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
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.
Re: Winchester Black Responsive Template
HI
I can't see the code for your background image?
lruskauff
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
mc12345678
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 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.
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
blackeyed5
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
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!
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
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!
Re: Winchester Black Responsive Template
Freddiec2385: Try /includes/languages/english/extra_definitions/winchester_black/winchester_black_defines.php
lruskauff
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Freddiec2385
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
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
blackeyed5
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
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...