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? :frusty:
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
k1rk_hammett
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? :frusty:
Try line 28 in this file in the zen cart directory
includes/languages/english/extra_definitions/stirling_grand/headermenu.php
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
k1rk_hammett
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? :frusty:
If you read the readme.html file included in the template package you will find instructions.
Thanks,
Anne
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
Re: Stirling Grand Responsive Template
Hi
Shopping Cart box headers:- color
I found where to change the color - BOF elements/ legend/ line 24.
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Advisers Australia
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....
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
Advisers Australia
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
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
chowardart
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
Re: Stirling Grand Responsive Template
Quote:
Originally Posted by
chowardart
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 - :smile:
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 :smile: