Page 14 of 53 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 527
  1. #131
    Join Date
    Nov 2013
    Location
    Chelmsford, Essex, United Kingdom
    Posts
    19
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?

  2. #132
    Join Date
    Aug 2006
    Posts
    134
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by k1rk_hammett View Post
    http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?
    Try line 28 in this file in the zen cart directory
    includes/languages/english/extra_definitions/stirling_grand/headermenu.php

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by k1rk_hammett View Post
    http://astromerchandise.co.uk/ this is my website. I want to edit the navigation bar, the one with 'home' 'shop' 'brands' etc. I want to edit 'brands' to something else but I have no idea how. Could someone help me out?
    If you read the readme.html file included in the template package you will find instructions.

    Thanks,

    Anne

  4. #134
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Hi

    I am having trouble with the shopping cart icon in the header of the main page. It is not showing the image and I am getting a line of text Header_Title_Cart_Items. The log in log out & checkout buttons work.

    Is the problem with the following part of the tpl_header.php:

    <?php } } ?>
    <li><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <?php }?>

    Shopping Cart box headers

    Where in the stylesheet can change the color of the header boxes (e.g. terms & conditions) in the shopping cart page.

    Move the log in button to be inline with the home page button

    How do I do this??

    Thank you for your assistance

    Justin
    Last edited by Advisers Australia; 8 Jan 2014 at 11:15 PM.

  5. #135
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Hi

    Shopping Cart box headers:- color

    I found where to change the color - BOF elements/ legend/ line 24.

  6. #136
    Join Date
    Apr 2013
    Location
    Florida
    Posts
    57
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by Advisers Australia View Post

    Where in the stylesheet can change the color of the header boxes (e.g. terms & conditions) in the shopping cart page.
    Get a tool like Firebug or other web developer program, that can give you the ability to select a part of your page and it will tell you where the settings are to change them... Often you'll find these kinds of things in the CSS files, and the programs will tell you which ones and what line to find that particular setting....

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by Advisers Australia View Post
    Hi

    I am having trouble with the shopping cart icon in the header of the main page. It is not showing the image and I am getting a line of text Header_Title_Cart_Items. The log in log out & checkout buttons work.

    Is the problem with the following part of the tpl_header.php:

    <?php } } ?>
    <li><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <?php }?>

    Shopping Cart box headers

    Where in the stylesheet can change the color of the header boxes (e.g. terms & conditions) in the shopping cart page.

    Move the log in button to be inline with the home page button

    How do I do this??

    Thank you for your assistance

    Justin
    Whenever you are seeing constants on the front end, it means that you have not uploaded all of the template language files to your server. I would recommend re-uploading the template package.

    If you post a link to your site I can take a look.


    Thanks,

    Anne

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by chowardart View Post
    Get a tool like Firebug or other web developer program, that can give you the ability to select a part of your page and it will tell you where the settings are to change them... Often you'll find these kinds of things in the CSS files, and the programs will tell you which ones and what line to find that particular setting....
    I second this recommendation ;)

    Thanks,

    Anne

  9. #139
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by chowardart View Post
    Get a tool like Firebug or other web developer program, that can give you the ability to select a part of your page and it will tell you where the settings are to change them... Often you'll find these kinds of things in the CSS files, and the programs will tell you which ones and what line to find that particular setting....
    Thank you for your suggestion -

  10. #140
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Thank you Anne I have included a link to the site: - http://www.advisers-australia.com/ze...eset-09182012/

    It is still in development - I am also slowly learning about css and php.

    Any hints on reducing the size of the edit buttons and moving the continue button at the bottom of the page

    Justin

 

 
Page 14 of 53 FirstFirst ... 4121314151624 ... LastLast

Similar Threads

  1. Responsive All Business Template
    By picaflor-azul in forum Addon Templates
    Replies: 392
    Last Post: 3 Oct 2019, 05:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 AM
  4. Stirling Grand Template blank product info page
    By Pablo_escobar in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2014, 04:38 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