Sheffield Blue v2.0 on new install of Zen Cart 1.5.4 on a home test server. PHP 5.5.9, MySQL 5.5.46, Ubuntu Server 14.04.
Appreciate all the work that went into making the template. Thanks. Google is telling me I need to make my site mobile friendly so am finally getting around to it. Have what is hopefully a simple issue but am still new at this and have not been able to find solution after a few days.
I edited includes/languages/english/responsive_sheffield_blue/header.php to show my store logo and my HEADER_SALES_TEXT. The text (which I have centered) shows up below the logo on both desktop and mobile versions of the test site. I would like it to show up ABOVE the logo and at the very top of the page, or to the right of the logo. One reason is because the text it is visually overwriting the Home | Login | shopping cart icon/text.
Any suggestions are appreciated.
Ted
Thank you for the quick reply Anne.
Was able to edit the /common/tpl_header.php and get the text to show up at top of page but does not look very good as it is outside the blue border. Think it will look better to the right of the logo. I added the text in html into that file and removed the text from the /header.php file but somehow I don't think that's the right way to do it. Must learn more about CSS. Will keep trying.
Ted
If you want the tagline to appear above the logo you have to take the tagline code:
and move it above the logo code:Code:<?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 } ?>
Code:<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_pag e_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?> </div>
Thanks,
Anne
hello
news install Responsive Sheffield Blue V 2.0
zencart 154
the template is ok i need some modif for french
but my admin is very very slowli
one idea ??
thanks
autoprestige-tuning(.)com
New install on 1.5.1 with only Easy Populate and Responsive Sheffield Blue 2.0 addons.
Thanks Anne for previous answer about tagline placement. Am making good progress with my test cart - almost there.
I have another minor issue, after a few days of attempts and research still can't figure it out. Want to remove the large black Buy Now button from my category listings. I can remove Buy Now button in the default Classic Contemporary Green template by going to Admin>Configuration>Product Listings and setting Display Product Add to Cart Button to 0. This removes the Buy Now button from my category listings and instead displays the link "... more info". That's what I want on my responsive pages too although having the "...more info" text is not that important because the buyer can just click on the photo or title to be taken to the listing page.
The problem is that when I change to Sheffield Blue 2.0 template the black Buy Now button shows up even though Display Product Add to Cart button still set to 0. I have tried every combination of settings on Admin>Config>Product Listing page and found that if I set Display Product Price/Add to Cart to 0 it will remove the Buy Now button BUT it also removes the price, which I need.
Suggestions from anyone will be greatly appreciated.
Ted
Last edited by Ted Grapler; 8 Dec 2015 at 09:53 PM.
Bookmarks