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

Alysa Rounded Template Support Thread

Views: 64,898

Results 301 to 320 of 459
4 Apr 2012, 2:49 PM
#301
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Alysa Rounded Template Support Thread

annav:

Hi Anne,

I'm having a problem with the slide show. I changed the url for one of the slides (as it was pointing to the wrong page) but now the slide show has gone.

see https://www.toycrazy.com.au

I didn't make any other changes other than put in the correct url for slide 3.

Can you tell me what has happened, how to fix and also, is there a way the slide show can be temporarily disabled in the future, if i want to make changes etc.

Regard
Anna
https://www.toycrazy.com.au

You must have made an error when adding the url. See the readme.html file for detailed instructions on changing these urls. I would recommend replacing the includes/languages/english/html_includes/alysa_rounded/define_main_page.php file from a fresh template package.

You can add a display:none; to the #slider in the stylesheet to hide the slider.

Thanks,

Anne

5 Apr 2012, 12:36 AM
#302
annav avatar

annav

Zen Follower

Join Date:
Jul 2008
Location:
Sydney, Australia
Posts:
171
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

You must have made an error when adding the url. See the readme.html file for detailed instructions on changing these urls. I would recommend replacing the includes/languages/english/html_includes/alysa_rounded/define_main_page.php file from a fresh template package.

You can add a display:none; to the #slider in the stylesheet to hide the slider.

Thanks,

Anne

Where do I add the text display:none; ? Before the text #slider, after it, in between it, at the top, bottom???

5 Apr 2012, 4:03 PM
#303
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

annav:

Where do I add the text display:none; ? Before the text #slider, after it, in between it, at the top, bottom???

Please see this for css syntax:

http://www.w3schools.com/css/css_syntax.asp

Thanks,

Anne

7 Apr 2012, 2:47 PM
#304
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi Anne not sure if this has been asked before or is a problem
but if I have 2 or more pictures and turn off ModelWeight/Attribute/Manufacturering the actual product the 2nd picture always covers the "add this to my cart"

7 Apr 2012, 2:47 PM
#305
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

not sure if it's an add on or template

8 Apr 2012, 9:22 PM
#306
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

ATSWorld:

Hi Anne not sure if this has been asked before or is a problem
but if I have 2 or more pictures and turn off ModelWeight/Attribute/Manufacturering the actual product the 2nd picture always covers the "add this to my cart"

If you post a link to the product page I can take a look ;-)

Thanks,

Anne

9 Apr 2012, 8:39 PM
#307
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi
It's pewterworld dot co.uk/Gifts/WelshLadyBellMadeinWalesFromFinePewter is a good example ...just remove the dot
At the moment I am using "Manufactured by" to keep it below the button ...

thanks

9 Apr 2012, 9:24 PM
#308
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

<br class="clearBoth">
``` is needed right after the closing div for the cartAdd. Look for:```
<!--eof Add to Cart Box-->
``` in your /includes/templates/alysa_rounded/templates/tpl_product_info_display.php and insert the clear both so it reads like this:```
<!--eof Add to Cart Box-->
<br class="clearBoth">
10 Apr 2012, 12:08 PM
#309
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

barco57:

<br class="clearBoth"> ``` is needed right after the closing div for the cartAdd. Look for:``` <!--eof Add to Cart Box--> ``` in your /includes/templates/alysa_rounded/templates/tpl_product_info_display.php and insert the clear both so it reads like this:``` <!--eof Add to Cart Box--> <br class="clearBoth"> ```

This is 100% correct ;-)

Thanks,

Anne

18 Apr 2012, 6:20 AM
#310
annav avatar

annav

Zen Follower

Join Date:
Jul 2008
Location:
Sydney, Australia
Posts:
171
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi, just a quick question for anyone using this template and can help.

I want to disable the image slider on the home page and have been told that I can add a display:none; to the #slider in the stylesheet which will hide it, which means nothing to me.

I was referred to a website which explains about CSS but it doesn't make sense to me so all I want to know is where and how to enter the those few words in the stylesheet.

This is the section of the stylesheet where it needs to be added:

$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true

If anyone can help I would greatly appreciate it.

Anna
https://www.toycrazy.com.au

18 Apr 2012, 11:57 AM
#311
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

annav:

Hi, just a quick question for anyone using this template and can help.

I want to disable the image slider on the home page and have been told that I can add a display:none; to the #slider in the stylesheet which will hide it, which means nothing to me.

I was referred to a website which explains about CSS but it doesn't make sense to me so all I want to know is where and how to enter the those few words in the stylesheet.

This is the section of the stylesheet where it needs to be added:

$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true

If anyone can help I would greatly appreciate it.

Anna
https://www.toycrazy.com.au

Open your includes/templates/alysa_rounded/css/stylesheet.css file and add this to the end:

#slider{display:none;}

Thanks,

Anne

5 May 2012, 6:18 PM
#312
laurelsstitchery avatar

laurelsstitchery

Zen Follower

Join Date:
Jun 2010
Posts:
145
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

I've been using this template for a few months now and love it! I was wondering if there was a way to add a Pinterest link to the product display page, so there would be a "pin it" button right along with the Facebook and Twitter buttons?

6 May 2012, 1:14 PM
#313
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

laurelsstitchery:

I've been using this template for a few months now and love it! I was wondering if there was a way to add a Pinterest link to the product display page, so there would be a "pin it" button right along with the Facebook and Twitter buttons?

There is a module for this. I can't post the link to it here, but if you do a google search for it you will find it ;-)

Thanks,

Anne

13 May 2012, 9:56 AM
#314
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

I would like to change the color of the Navigation Bar in the Header and the background color of the sidebox headers such as "Categories." They are currently in a teal shade. I have looked in includes/templates/alysa_rounded/css/stylesheet.css and I was able to change the background color, but that is it.

I would also like to change the hover color for the sub-categories in the sidebox, and I only was able to change hover color for the Navigation Bar in the Header.

Could you possibly show me where to look within that stylesheet?

Thank you!

13 May 2012, 1:45 PM
#315
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

traytray:

I would like to change the color of the Navigation Bar in the Header and the background color of the sidebox headers such as "Categories." They are currently in a teal shade. I have looked in includes/templates/alysa_rounded/css/stylesheet.css and I was able to change the background color, but that is it.

I would also like to change the hover color for the sub-categories in the sidebox, and I only was able to change hover color for the Navigation Bar in the Header.

Could you possibly show me where to look within that stylesheet?

Thank you!

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

Thanks,

Anne

16 May 2012, 5:06 AM
#316
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi
Thank-you for an awesome template.
I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
Can you please help me with this?
Thanks in advance
http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]

16 May 2012, 5:35 AM
#317
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

integrity_designs:

Hi
Thank-you for an awesome template.
I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
Can you please help me with this?
Thanks in advance
http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]

I worked it out.
This is missing from the rewards points suite file of tpl_product_info_display.php

<!--bof Product Reward Points block -->
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
 * display the product reward points
 */
   include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php'); 
?>
</h2>
<!--eof Product Reward Points block -->
16 May 2012, 2:45 PM
#318
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

integrity_designs:

Hi
Thank-you for an awesome template.
I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
Can you please help me with this?
Thanks in advance
http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]

You should see the support thread for the rewards points module. The template package does have a modified product listing page so you will probably have to merge the files with the module files.

Thanks,

Anne

18 May 2012, 4:14 PM
#319
scrapbook_party avatar

scrapbook_party

New Zenner

Join Date:
Jul 2007
Location:
Middle of the UK
Posts:
44
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi, relative newbie to zen cart (played a few years back, then nothing until now!) and i found your template, it is perfect for the cart i want, except that i would like the logo to run the full width. I have seen it done, but don't know how to do it!

I have probably read an answer here that tells me what to do/where to look - but my frazzled brain isn't taking it in!!

The logo there is 217x57px (as i read in readme), is full width 950px?

Where do i need to look/what am i looking for to change the size, or would uploading a bigger image do it automatically?

and finally, if i change the image (keeping the name the same) in the images folder, would that replace the image or do i need to adjust elsewhere too?

Thanks so much x

18 May 2012, 4:42 PM
#320
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

scrapbook party:

Hi, relative newbie to zen cart (played a few years back, then nothing until now!) and i found your template, it is perfect for the cart i want, except that i would like the logo to run the full width. I have seen it done, but don't know how to do it!

I have probably read an answer here that tells me what to do/where to look - but my frazzled brain isn't taking it in!!

The logo there is 217x57px (as i read in readme), is full width 950px?

Where do i need to look/what am i looking for to change the size, or would uploading a bigger image do it automatically?

and finally, if i change the image (keeping the name the same) in the images folder, would that replace the image or do i need to adjust elsewhere too?

Thanks so much x

Yes, the template width is 950 pixels. You can just replace the logo with your new logo and then adjust things in the stylesheet.css.