Zen Cart Logo
Forums / Addon Templates / All Business template Support Thread

All Business template Support Thread

Views: 183,242

Results 421 to 440 of 997
07 Jan 2011, 00:34
#421
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

All Business template Support Thread

When I view your template demo here, my mouse cursor does not change to the pointing finger when I hold it over the middle of the Twitter and Facebook images. I think it may have something to do with the legal info CSS because when I remove it, the problem is gone (but then the legal info is moved because it is no longer modified by the CSS).

What browser are you using? If moving things around will solve the problem, then that is the thing to do :smile:

Thanks,

Anne

07 Jan 2011, 00:46
#422
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: All Business template Support Thread

mretzloff:

Anne, great template. Thank you!

I noticed that the middle of the Twitter and Facebook images are not acting as image links, only the top and bottom are. Is there any way to fix this?

Add this to your stylesheet:

#footer #siteinfoLegal {width: 80%;}

That should fix you right up.

07 Jan 2011, 09:23
#423
mgdesigns avatar

mgdesigns

New Zenner

Join Date:
Dec 2010
Posts:
25
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

You can edit the slider image links in the define_main_page.php and the footer links in includes/templates/all_business/common/tpl_footer_menu.php .

Thanks,

Anne

I did edit the links, but what I can't get to work is getting the links to open in a new window. Should I be putting target="_blank" after the URL in define main page? If so, where in this code does it go?

define(URL5,'http://www.example.com');

Thank you
~Jewel

07 Jan 2011, 11:51
#424
commdiver avatar

commdiver

Zen Follower

Join Date:
May 2010
Posts:
222
Plugin Contributions:
0

Re: All Business template Support Thread

Get Em Fast:

Add this to your stylesheet:

#footer #siteinfoLegal {width: 80%;}

> 
> That should fix you right up.

That worked, thank you.
07 Jan 2011, 15:14
#425
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

I did edit the links, but what I can't get to work is getting the links to open in a new window. Should I be putting target="_blank" after the URL in define main page? If so, where in this code does it go?

define(URL5,'http://www.example.com');

Thank you
~Jewel

Edit this section of the define_main_page.php:

               <div id="slider">
                        <ul>                            
                                <li><a href="<?php echo URL1 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>"   alt="first slide image" /></a></li>
                                <li><a href="<?php echo URL2 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>"   alt="second slide image" /></a></li>
                                <li><a href="<?php echo URL3 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>"   alt="third slide image" /></a></li> 
                                <li><a href="<?php echo URL4 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>"   alt="fourth slide image" /></a></li>
                                <li><a href="<?php echo URL5 ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>"   alt="fifth slide image" /></a></li>                        
                        </ul>
                </div>
07 Jan 2011, 16:09
#426
mgdesigns avatar

mgdesigns

New Zenner

Join Date:
Dec 2010
Posts:
25
Plugin Contributions:
0

Re: All Business template Support Thread

OK, so where in this code does the snippet go?

<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>

Thanks
~Jewel

07 Jan 2011, 16:45
#427
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

OK, so where in this code does the snippet go?

<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>

Thanks
~Jewel

replace with:

<li><a href="<?php echo URL1 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>

But I would stongly advise against opening these urls in new windows unless they are pointing off site. The multiple new windows within site drive me nuts and is generally a bad practice in regards to conversion rates.

Thanks,

Anne

07 Jan 2011, 17:09
#428
mgdesigns avatar

mgdesigns

New Zenner

Join Date:
Dec 2010
Posts:
25
Plugin Contributions:
0

Re: All Business template Support Thread

Thanks Anne. A couple do point to my blog, and those are the ones that I want to open in new windows. I agree with you about ones that point to categories within the store.

~Jewel

08 Jan 2011, 00:28
#429
commdiver avatar

commdiver

Zen Follower

Join Date:
May 2010
Posts:
222
Plugin Contributions:
0

Re: All Business template Support Thread

Anne, if you do not mind me asking, how is that header's background image's ends being rounded?

08 Jan 2011, 14:43
#430
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

Thanks Anne. A couple do point to my blog, and those are the ones that I want to open in new windows. I agree with you about ones that point to categories within the store.

~Jewel

O.k., good luck with your business :smile:

Thanks,

Anne

08 Jan 2011, 14:43
#431
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

Anne, if you do not mind me asking, how is that header's background image's ends being rounded?

I am not sure what you are asking, but the header image does have rounded corners.

Thanks,

Anne

08 Jan 2011, 15:46
#432
commdiver avatar

commdiver

Zen Follower

Join Date:
May 2010
Posts:
222
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

I am not sure what you are asking, but the header image does have rounded corners.

Thanks,

Anne

I meant, which part of the CSS is making it round?

09 Jan 2011, 21:38
#433
ian avatar

ian

New Zenner

Join Date:
Nov 2003
Location:
Brisbane , Australia
Posts:
44
Plugin Contributions:
0

Re: All Business template Support Thread

hello
Is there a way to disable the buyer login feature when placing a order. Some people do not like to create a login and my product is not really a repeat buy item

I tried the Zen Cart No Form Option plugin but it does not change the initial detials page at https://www.xxxxxx/online/index.php?main_page=login, which is the page you are taken to when you click checkout from the checkout http://www.xxxxx.net/online/index.php?main_page=shopping_cart

Any suggestions

Ian

09 Jan 2011, 21:49
#434
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

hello
Is there a way to disable the buyer login feature when placing a order. Some people do not like to create a login and my product is not really a repeat buy item

I tried the Zen Cart No Form Option plugin but it does not change the initial detials page at https://www.xxxxxx/online/index.php?main_page=login, which is the page you are taken to when you click checkout from the checkout http://www.xxxxx.net/online/index.ph...=shopping_cart

Any suggestions

Ian

You want checkout without an account. You can search in the add ons section for this module.

Thanks,

Anne

10 Jan 2011, 08:04
#435
pinatz avatar

pinatz

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

Check to see that you have all of the files uploaded to the correct place especially the javascript files.

Thanks,

Anne

Hi Anne.
Thanks for your help.
I founded the solution. I installed the module that allow me to add the tab pages in the products.
(See an example here http://2pt-inf.2pt-light.com/index.php?main_page=product_info&cPath=1_31_107&products_id=1 )
In admin, for that module there is this option about css/js loader:

Enable Minify
Minifying will speed up your site's loading speed by combining and compressing css/js files.

If the value is true, I have the problem. If the value is false, everithing works fine.

Do you know what is that function? I don't understand.

Bye and thanks
Matteo :lamo:

10 Jan 2011, 16:12
#436
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

Hi Anne.
Thanks for your help.
I founded the solution. I installed the module that allow me to add the tab pages in the products.
(See an example here http://2pt-inf.2pt-light.com/index.p...&products_id=1 )
In admin, for that module there is this option about css/js loader:

Enable Minify
Minifying will speed up your site's loading speed by combining and compressing css/js files.

If the value is true, I have the problem. If the value is false, everithing works fine.

Do you know what is that function? I don't understand.

Bye and thanks
Matteo

The css/js minify module modifies the includes/templates/all_business/common/html_header.php file. This file has also been modified in the template so you have to use a good file merging program to merge these two files so that all will work correctly.

Thanks,

Anne

10 Jan 2011, 20:30
#437
gxjenkins avatar

gxjenkins

Zen Follower

Join Date:
Apr 2007
Location:
Tampa, Florida
Posts:
180
Plugin Contributions:
0

Re: All Business template Support Thread

Hi,
Great Template.
I just started using it, and I just a couple of questions.
First, I notice all the sites using the template has the same size picture when you click on the Larger Picture icon. Can the picture be made larger?

Also, I want to change background color, and maybe the text color. What should I look for in the CSS file?

Thanks,
Gary

10 Jan 2011, 22:06
#438
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

First, I notice all the sites using the template has the same size picture when you click on the Larger Picture icon

Wow! You must have a lot of free time--the template has been downloaded over 2600 time :laugh: Seriously, you can make any images any size that you want via the admin--configuration--images.

Also, I want to change background color, and maybe the text color. What should I look for in the CSS file?

Find the selector "background" and font selectors are in the "basic elements" section.

Thanks,

Anne

11 Jan 2011, 18:14
#439
gxjenkins avatar

gxjenkins

Zen Follower

Join Date:
Apr 2007
Location:
Tampa, Florida
Posts:
180
Plugin Contributions:
0

Re: All Business template Support Thread

Which setting in admin--configuration--images will change the size of the "Larger Picture" ?

From there I was able to change the Product Picture, but didn't find a setting that would change the size of the Larger Picture.

I'll have to play around with the CSS settings I was able to change some of the text,

Thanks,
Gary

11 Jan 2011, 18:55
#440
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: All Business template Support Thread

Which setting in admin--configuration--images will change the size of the "Larger Picture" ?

From there I was able to change the Product Picture, but didn't find a setting that would change the size of the Larger Picture.

I'll have to play around with the CSS settings I was able to change some of the text,

Thanks,
Gary

If you are talking about the size for the product image when clicked to enlarge, this image is the same size as the image that you uploaded to your server. See the Tutorials/FAQ's for image preparation how to.

Thanks,

Anne