Zen Cart Logo
Forums / Addon Templates / Apparel Boutique Template Support Thread

Apparel Boutique Template Support Thread

Views: 95,871

Results 261 to 280 of 433
04 Jun 2011, 04:54
#261
catapolt avatar

catapolt

New Zenner

Join Date:
Mar 2011
Posts:
18
Plugin Contributions:
0

Apparel Boutique Template Support Thread

catapolt:

I dont see anything in the install.txt that tells me how to remove the slider buttons
nvm i found out how to remove em via define_main_page.php
Btw it does not tell you this in install.txt so ill post up the way for others that might want to change this as well

<script type="text/javascript" src="includes/templates/apparel_boutique/jscript/jscript_easySlider.js"></script>

<script type="text/javascript">
	$(document).ready(function(){	
	    
		$("#slider").easySlider({
			auto: true, 
			continuous: true,
			numeric: false   (changed from true to false removes the buttons and adds previous and next button)
		});
		
	});	
</script>
21 Jun 2011, 03:48
#262
sweetjaime avatar

sweetjaime

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

picaflor-azul:

Footer link hover is in the stylesheet_footer_menu.css file.

If you can be more specific about what sidebox (categories, etc.) I can try to help you. Also a link to your site would be very helpful.

Thanks,

Anne

Thanks for the help, I was able to change the hover colour for the footer links, but still haven't figured out how to change the orange highlight that hovers over the categories in the sidebox?

Also, I have been searching in my stylesheet, but I can't find where I can change the size of my text in the footer area, I have had a few people tell me it is hard to read.
Any help is always appreciated!

21 Jun 2011, 14:21
#263
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

Thanks for the help, I was able to change the hover colour for the footer links, but still haven't figured out how to change the orange highlight that hovers over the categories in the sidebox?

Also, I have been searching in my stylesheet, but I can't find where I can change the size of my text in the footer area, I have had a few people tell me it is hard to read.
Any help is always appreciated!

Categories hover background is in stylesheet_betterCategoriesEzInfo.css. The footer size is "#navSuppWrapper a" in stylesheet_footer_menu.css.

Thanks,

Anne

24 Jun 2011, 05:36
#264
sweetjaime avatar

sweetjaime

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

Thank you thank you! That was so helpful!

I have one last ( I hope the last anyway) question for you. I would like to add some links under the "INformation" title in the footer. I followed your instructions for adding EZ pages under "Important Links", but I would like to move some of these or create new ones under "quick links" "information" etc.
Can this be done?

24 Jun 2011, 13:14
#265
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

Thank you thank you! That was so helpful!

I have one last ( I hope the last anyway) question for you. I would like to add some links under the "INformation" title in the footer. I followed your instructions for adding EZ pages under "Important Links", but I would like to move some of these or create new ones under "quick links" "information" etc.
Can this be done?

You can do this by editing includes/languages/english/extra_definitions/apparel_boutique/footer_menu_defines.php

Thanks,

Anne

25 Jun 2011, 03:23
#266
sweetjaime avatar

sweetjaime

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

I see that, but the EZ pages links that go under "important links" don't show in the footer_menu_defines.php ?
I want to move a couple of them under "information" to space things out more evenly.

25 Jun 2011, 14:20
#267
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

I see that, but the EZ pages links that go under "important links" don't show in the footer_menu_defines.php ?
I want to move a couple of them under "information" to space things out more evenly.

Just create the link where you want it and then add the constant to the bottom of the page.

Thanks,

Anne

12 Jul 2011, 05:00
#268
sweetjaime avatar

sweetjaime

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

picaflor-azul:

Just create the link where you want it and then add the constant to the bottom of the page.

Thanks,

Anne

Forgive me, but I need a little more direction {sorry, I am still a newbie!} I don't see how I can move one of the links created in EZ pages that goes under the Important links header, to another column.

12 Jul 2011, 13:15
#269
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

Forgive me, but I need a little more direction {sorry, I am still a newbie!} I don't see how I can move one of the links created in EZ pages that goes under the Important links header, to another column.

For specific instructions on how to edit the footer menu, please post to this modules support thread. The module is called footer menu.

Thanks,

Anne

12 Jul 2011, 14:24
#270
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

I forgot to say that you should definitely read the support thread before posting as this question has probably already been asked and answered.

Thanks,

Anne

13 Jul 2011, 19:13
#271
sweetjaime avatar

sweetjaime

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

picaflor-azul:

I forgot to say that you should definitely read the support thread before posting as this question has probably already been asked and answered.

Thanks,

Anne

Wow, I am sorry, I have searched this thread, and done several google searches for answers too, and this the only part that I can't seem to figure out. I apologize if I bothered you with my possible repeat question.

13 Jul 2011, 22:06
#272
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

No, don't search this thread for the footer menu question, I meant to say search the footer menu thread before posting over there because your question is common and probably has already been asked and answered :smile: Sorry that came out sounding wrong.

Thanks,

Anne

14 Jul 2011, 06:10
#273
ami2011 avatar

ami2011

New Zenner

Join Date:
Mar 2011
Posts:
3
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

Hi Ann,

I am new to PHP, may I ask you what is the best way to disable the slideshow on the front page?

14 Jul 2011, 15:16
#274
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

Go to your admin--tools--define pages editor, select define_main_page.php and then delete all the code there.

Thanks,

Anne

15 Jul 2011, 04:24
#275
ami2011 avatar

ami2011

New Zenner

Join Date:
Mar 2011
Posts:
3
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

Thank you, Anne.

17 Jul 2011, 19:19
#276
grippa avatar

grippa

New Zenner

Join Date:
Jul 2011
Posts:
2
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

First I want to say thank you, I'm building my first webshop with this template.

At the moment I am working on the sidebox, ''more information''
I have managed to change the names under the side box but as seen on the picture below the actual page itself still shows the original name. In this case ''pagina 3'' (which is dutch for page 3)

Could anyone give me a direction where to change this?

Thanks in advance,

18 Jul 2011, 01:44
#277
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

First I want to say thank you, I'm building my first webshop with this template.

At the moment I am working on the sidebox, ''more information''
I have managed to change the names under the side box but as seen on the picture below the actual page itself still shows the original name. In this case ''pagina 3'' (which is dutch for page 3)

Could anyone give me a direction where to change this?

Please post a link to your site so that I can take a look.

Thanks,

Anne

18 Jul 2011, 11:00
#278
grippa avatar

grippa

New Zenner

Join Date:
Jul 2011
Posts:
2
Plugin Contributions:
0

Re: Apparel Boutique Template Support Thread

Hi there,

unfortunately it's local hosted. :dontgetit

18 Jul 2011, 13:25
#279
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

These will be in:

includes/languages/english/page_2.php

Make sure that you edit the override file.

Thanks,

Anne

25 Jul 2011, 21:52
#280
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Apparel Boutique Template Support Thread

I just submitted an update, hopefully it will be available for download soon!

Version 1.2 fixed slider javascript bug, added html readme file, added 3 column layout, replaced install.txt file with correct readme.txt file, resized slider images, centered slider, set twitter and facebook links to open in a new tab, fixed twitter and facebook links css bug, added home page image and text layout, added custom button to search sidebox, fixed attributes layout in ie6 and ie7, fixed many minor css bugs.

Thanks,

Anne