Page 49 of 152 FirstFirst ... 3947484950515999149 ... LastLast
Results 481 to 490 of 1518
  1. #481
    Join Date
    Mar 2013
    Location
    Sydney, Australia
    Posts
    140
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Justrimless View Post
    In admin, at the bottom of the list of options you'll see "share and connect", click BELOW this, there is another row just below that but without a label, so it's not immediately obvious.

    But thanks Anne, great template.
    Thank you I found it with your instructions :)

  2. #482
    Join Date
    Mar 2013
    Location
    Sydney, Australia
    Posts
    140
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by picaflor-azul View Post
    My guess is that you are not looking in the correct place. You need to look one line down to find the social media links as it says in the readme.html file.

    Thanks,

    Anne
    Hi Anne, It was under the Share and Connect link as Justrimless described. Thank you.

  3. #483
    Join Date
    Nov 2015
    Location
    New Jersey USA
    Posts
    76
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Annie_zaz View Post
    Hi Anne, It was under the Share and Connect link as Justrimless described. Thank you.
    I am happy that you figured it out ;)

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Ted Grapler View Post
    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
    You can move the tagline text by editing the header files in includes/templates/responsive_sheffield_blue/common/tpl_header.php tpl_header_mobile.php, and tpl_header_tablet.php. Then you can adjust the css if needed.

    Thanks,

    Anne

  6. #486
    Join Date
    Nov 2015
    Location
    New Jersey USA
    Posts
    76
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Ted Grapler View Post
    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:

    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
                  }
    ?>
    and move it above the logo code:

    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

  8. #488
    Join Date
    Sep 2014
    Location
    lyon
    Posts
    6
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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

  9. #489
    Join Date
    Nov 2015
    Location
    New Jersey USA
    Posts
    76
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    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.

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

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Autoprestige-tuning View Post
    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
    I believe that this has already been addresses earlier in the thread.

    Thanks,

    Anne

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 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