Zen Cart Logo
Forums / Addon Templates / Alysa Rounded Template Support Thread

Alysa Rounded Template Support Thread

Views: 64,898

Results 341 to 360 of 459
18 Jun 2012, 16:42
#341
lovets avatar

lovets

New Zenner

Join Date:
Jun 2012
Posts:
23
Plugin Contributions:
0

Alysa Rounded Template Support Thread

have figured out how to adjust the size already, still no idea how to change the title of the options in top nav bar, or shift categories side box to the horizontal nav bar. Is it even possible to do that? have search various threads but no luck. someone help please? Thanks!

19 Jun 2012, 14:56
#342
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

lovets:

Hi, is there any way i can add more options in the top navigation bar beside "HOME"?

Thanks! love your template! :smile:

You can edit the includes/templates/alysa_rounded/common/tpl_header.php file. Be careful about adding though because when customers are logged in there are 2 additional links that show in this bar.

Thanks,

Anne

19 Jun 2012, 14:58
#343
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

lovets:

have figured out how to adjust the size already, still no idea how to change the title of the options in top nav bar, or shift categories side box to the horizontal nav bar. Is it even possible to do that? have search various threads but no luck. someone help please? Thanks!

You can turn on the categories in the header in your admin--configuration--layout settings--category tabs menu. The template was designed to work without the header categories turned on so you will have to add styles to them.

Thanks,

Anne

19 Jun 2012, 23:39
#344
lovets avatar

lovets

New Zenner

Join Date:
Jun 2012
Posts:
23
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi Anne, have figured it out already, thanks!

20 Jun 2012, 12:33
#345
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

lovets:

Hi Anne, have figured it out already, thanks!

I am happy to hear that!

Thanks,

Anne

21 Jun 2012, 14:04
#346
lovets avatar

lovets

New Zenner

Join Date:
Jun 2012
Posts:
23
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi Anne,

Sorry again, is there any way that i can shift the "LogIn/Out", "total shopping cart" and "my account" out of the navigation bar to above the bar or to the top of the screen? I have tried shifting it around in tpl_header.php but it didn't seems to work. Thanks !

21 Jun 2012, 14:51
#347
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

lovets:

Hi Anne,

Sorry again, is there any way that i can shift the "LogIn/Out", "total shopping cart" and "my account" out of the navigation bar to above the bar or to the top of the screen? I have tried shifting it around in tpl_header.php but it didn't seems to work. Thanks !

You can move the header navigation by editing the tpl_header.php file. You may also need to edit the stylesheet.css file.

Thanks,

Anne

23 Jun 2012, 04:18
#348
irori avatar

irori

New Zenner

Join Date:
Jun 2012
Posts:
42
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

You can change the image includes/templates/alysa_rounded/images/top-nav-bk.jpg

Thanks,

Anne

Thank you, will I need to edit this image in photoshop or such or is there another way to change the colors of the image?

23 Jun 2012, 09:29
#349
lovets avatar

lovets

New Zenner

Join Date:
Jun 2012
Posts:
23
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi,

How can i shift this whole code:

<?php if ($_SESSION['customer_id']) { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>|</li> <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>|</li> <?php } else { if (STORE_STATUS == '0') { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>|</li> <?php } } ?> <li><img src="includes/templates/alysa_rounded/images/cart.jpg" class="cart-image" alt="the shopping cart" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> item(s) - <?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 }?>

out of the id=navmain?

I want to shift it out of the nav bar to the top but i realized that if i place it under navigation display my page loads with a blank page totally. I am guessing it has something to do with the IF portion because i tried shifting without that and it display fine with a text link. But i want it to work like it is when it is in the nav bar, such that the "My account" and "Log out" is only display when a customer logs in.

I have tried various way to shift them but am stuck. I am new to this and does not know about html code.
What else do i need to adjust, say in any other file, besides that section of code above? Please help!

Thank you so much! (:

23 Jun 2012, 10:59
#350
bjames avatar

bjames

New Zenner

Join Date:
Jun 2012
Posts:
8
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi,
I have had someone change the header for me. They left it too short and hanging off the page. Where can i find the original header size, fille type , etc of this template. I am just going to make a new header and change it. Thanks! I could not find this when I searched the forum..I really like the template, just going to play with the colors, after I fix the header.:smile:

Bjames

23 Jun 2012, 13:11
#351
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

bjames:

Hi,
I have had someone change the header for me. They left it too short and hanging off the page. Where can i find the original header size, fille type , etc of this template. I am just going to make a new header and change it. Thanks! I could not find this when I searched the forum..I really like the template, just going to play with the colors, after I fix the header.:smile:

Bjames

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

Thanks,

Anne

23 Jun 2012, 13:12
#352
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

irori:

Thank you, will I need to edit this image in photoshop or such or is there another way to change the colors of the image?

You will need to edit the image in your image editing program, or you can remove it and use css.

Thanks,

Anne

23 Jun 2012, 13:14
#353
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

lovets:

Hi,

How can i shift this whole code:

<?php if ($_SESSION['customer_id']) { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>|</li> <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>|</li> <?php } else { if (STORE_STATUS == '0') { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>|</li> <?php } } ?> <li><img src="includes/templates/alysa_rounded/images/cart.jpg" class="cart-image" alt="the shopping cart" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> item(s) - <?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 }?>

out of the id=navmain?

I want to shift it out of the nav bar to the top but i realized that if i place it under navigation display my page loads with a blank page totally. I am guessing it has something to do with the IF portion because i tried shifting without that and it display fine with a text link. But i want it to work like it is when it is in the nav bar, such that the "My account" and "Log out" is only display when a customer logs in.

I have tried various way to shift them but am stuck. I am new to this and does not know about html code.
What else do i need to adjust, say in any other file, besides that section of code above? Please help!

Thank you so much! (:

If your php skills are not good, I would recommend moveing it using css instead.

Thanks,

Anne

23 Jun 2012, 13:29
#354
bjames avatar

bjames

New Zenner

Join Date:
Jun 2012
Posts:
8
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Thank you , its embarrasing the way it looks, even from a newbie like me...!

http://www.spiritsofthewestwind.com

24 Jun 2012, 13:10
#355
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

bjames:

Thank you , its embarrasing the way it looks, even from a newbie like me...!

http://www.spiritsofthewestwind.com

The first thing to do would be to resize your logo.png to 950 px wide because 950 is the width of the template. Then in the stylesheet.css file change this:

#tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;}
#logo {padding-top:15px;padding-left:15px;}

to this:

#tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;display:none;}
#logo {padding-top:0px;padding-left:0px;}

Thanks,

Anne

24 Jun 2012, 20:19
#356
bjames avatar

bjames

New Zenner

Join Date:
Jun 2012
Posts:
8
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Will do thanks so much! :smile:

27 Jun 2012, 04:42
#357
irori avatar

irori

New Zenner

Join Date:
Jun 2012
Posts:
42
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

I am looking at adding another 'page' to my shopping cart titled 'Main Website' which I want as a option in the top menu, When clicked I would like it to link directly back to my main website and out of the shopping cart. How should I go about this?
I was guessing that I needed to create a new file 'define_main_website.php' in includes/languages/english/html_includes/alysa_rounded (which I could place the link in) I was guessing I would also needed to add it into the header.php but doing both of these things has not worked.
so I must be going about it the wrong way?
Thank you :)

27 Jun 2012, 12:28
#358
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

irori:

I am looking at adding another 'page' to my shopping cart titled 'Main Website' which I want as a option in the top menu, When clicked I would like it to link directly back to my main website and out of the shopping cart. How should I go about this?
I was guessing that I needed to create a new file 'define_main_website.php' in includes/languages/english/html_includes/alysa_rounded (which I could place the link in) I was guessing I would also needed to add it into the header.php but doing both of these things has not worked.
so I must be going about it the wrong way?
Thank you :)

You can add your link to the includes/templates/alysa_rounded/common/tpl_header.php file.

Thanks,

Anne

27 Jun 2012, 13:10
#359
irori avatar

irori

New Zenner

Join Date:
Jun 2012
Posts:
42
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

You can add your link to the includes/templates/alysa_rounded/common/tpl_header.php file.

Thanks,

Anne

I have added the following to create the new 'Main Website' tab (at line 91 underneath the code for the contact us tab)

<li><?php echo '<a href="' . zen_href_link(FILENAME_MAIN_WEBSITE) . '">'; ?><?php echo HEADER_TITLE_MAIN_WEBSITE; ?></a> | </li>

But am unsure as to where I should add my link...I have tried two different places and both times my whole cart disappeared :dontgetit

01 Jul 2012, 11:13
#360
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

irori:

I have added the following to create the new 'Main Website' tab (at line 91 underneath the code for the contact us tab)

<li><?php echo '<a href="' . zen_href_link(FILENAME_MAIN_WEBSITE) . '">'; ?><?php echo HEADER_TITLE_MAIN_WEBSITE; ?></a> | </li>

But am unsure as to where I should add my link...I have tried two different places and both times my whole cart disappeared :dontgetit

Have you defined the constant and created the file associated with your php statment?

Thanks,

Anne