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

All Business template Support Thread

Views: 183,248

Results 501 to 520 of 997
05 Mar 2011, 21:40
#501
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

Hi all All business tepmlate users,

I would like to change the dimensions of the slider width: 740px and height: 440px to another. When I change dimensions in stylesheet.css, the site will remain unchanged. He met someone with a similar problem?

Thank you for your answer..

Hi! If you post a link to your site, I will go and take a look :smile:

Thanks,

Anne

05 Mar 2011, 21:45
#502
llupen avatar

llupen

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

Hi! If you post a link to your site, I will go and take a look :smile:

Thanks,

Anne

You know my sites very good :-) https://www.e-svicka.cz

05 Mar 2011, 21:53
#503
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

You know my sites very good :-) https://www.e-svicka.cz

I just want to be sure ;-)

Your slider images are 740 x 430 px. If you want to change the size you should change the width and height here in the stylesheet:

#slider li, #slider2 li{/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here	*/width:740px;height:240px;overflow:hidden;}

and you will also need to adjust the position of the slider (the left and top) navigation button:

#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}

And you will need to change the dimensions of your images too.

If you need help let me know the new dimensions.

Thanks,

Anne

05 Mar 2011, 23:12
#504
llupen avatar

llupen

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

I just want to be sure ;-)

Your slider images are 740 x 430 px. If you want to change the size you should change the width and height here in the stylesheet:

And you will need to change the dimensions of your images too.

If you need help let me know the new dimensions.

Thanks,

Anne

I have this code in stylesheet.css:

/*bof easy slider*/
#slider ul, #slider li,    #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
#slider2{margin-top:1em;}
#slider li, #slider2 li{/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here    */width:740px;height:440px;overflow:hidden;}    
/*bof easy slider numeric controls*/    
#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
ol#controls{margin:1em 0;padding:0;height:18px;}
ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
ol#controls li a{float:left;height:18px;line-height:18px;border:1px solid #ccc;background:#444;color:#fff;padding:0 10px;text-decoration:none;}
ol#controls li.current a{background:#5dc9e1;color:#fff;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

I want width:370px;height:440px, but when I changed it never worked..

strange is that you write me that on the site is slider's height: 430px, but in the stylesheet.css is defined height: 440px .. I do not understand..

so I tried to change:

#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}

to:

#control_div{width:400px;height:18px;position:relative;left:500px;top:-50px;}

But it didnt work too..
Here is location of stylesheet.css
/www/includes/templates/all_business/css/

05 Mar 2011, 23:24
#505
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

Libor,

If you change the width in the stylesheet and change the images width to 370, then you will see the change.

Thanks,

Anne

06 Mar 2011, 12:06
#506
llupen avatar

llupen

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

Libor,

If you change the width in the stylesheet and change the images width to 370, then you will see the change.

Thanks,

Anne

So I tried to change both setinngs(height:215px & dimension of image) but the slider staied on original dimensions with smaller image..

I think that the sites do not react to change the content stylesheet.css, but I do not understand why ..

06 Mar 2011, 13:11
#507
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

So I tried to change both setinngs(height:215px & dimension of image) but the slider staied on original dimensions with smaller image..

I think that the sites do not react to change the content stylesheet.css, but I do not understand why ..

The stylesheet is doing its job because when I make changes via firebug, it works :smile:

I still see the images as 740 px wide. Can you resize them in your image program and put up the new images at the new width? Then I can help you work out the code.

Thanks,

Anne

06 Mar 2011, 15:57
#508
llupen avatar

llupen

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

The stylesheet is doing its job because when I make changes via firebug, it works :smile:

I still see the images as 740 px wide. Can you resize them in your image program and put up the new images at the new width? Then I can help you work out the code.

Thanks,

Anne

Now I changed image to 740x215px, cause I want to have it equally wide, but narrower..

Now you can see it..

06 Mar 2011, 16:03
#509
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

Now I changed image to 740x215px, cause I want to have it equally wide, but narrower..

Now you can see it..

I believe your problem is that you have a stylesheet.css file AND a stylesheet_.css file. If you remove the stylesheet_.css and make your changes to the stylesheet.css then it will work :smile:

Thanks,

Anne

06 Mar 2011, 16:07
#510
llupen avatar

llupen

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: All Business template Support Thread

picaflor-azul:

I believe your problem is that you have a stylesheet.css file AND a stylesheet_.css file. If you remove the stylesheet_.css and make your changes to the stylesheet.css then it will work :smile:

Thanks,

Anne

UNBELIEVABLE.. thx so much! :clap:

06 Mar 2011, 16:34
#511
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

No problem. I am happy that it is all sorted out :D

Thanks,

Anne

06 Mar 2011, 19:48
#512
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: All Business template Support Thread

Thank you picaflor-azul, I am using the all business template. Very nice. :clap:

06 Mar 2011, 22:53
#513
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

Thank you picaflor-azul, I am using the all business template. Very nice.

Great! Don't forget to list your site in the zen cart showcase shops :smile:

Thanks,

Anne

17 Mar 2011, 06:40
#514
mr_mson avatar

mr_mson

New Zenner

Join Date:
Feb 2011
Location:
Gothenburg, Sweden
Posts:
2
Plugin Contributions:
0

Re: All Business template Support Thread

Thanks Anne for your answer earlier to me. My new question. how will i change the blue color text to another in the left sideboxes (Categories, Whats new, Specials.....)?

https://www.smyckeofsweden.se

Best regards
Mr Mson

17 Mar 2011, 16:38
#515
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 for your answer earlier to me. My new question. how will i change the blue color text to another in the left sideboxes (Categories, Whats new, Specials.....)?

https://www.smyckeofsweden.se

Best regards
Mr Mson

Take a look at this tutorial:

How to Change the Color of the Sidebox Headers

You will also need to change the colors in these rules:

#whatsnew, #featured, #specials {font-size:100%;font-weight:bold;color:#000;}
#whatsnew a, #featured a, #specials a{font-size:100%;font-weight:bold;color:#918f8f;}
#specialsHeading a, #whatsnewHeading a, #featuredHeading a {color:#1bbee7;}

Thanks,

Anne

14 Apr 2011, 20:43
#516
andy_c27 avatar

andy_c27

Zen Follower

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

Re: All Business template Support Thread

HI

I have a small problem with the attributes as I want it to appear near the product number
I have followed this thread
http://www.zen-cart.com/forum/showthread.php?t=85334&highlight=moving+attribute+above
but it makes no difference where I place the code
here is a sample
http://www.atsworld.co.uk/bijou-boutique-spiderweb-boy-leg-panties-p-2333.html

thanks

14 Apr 2011, 21:05
#517
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

I have a small problem with the attributes as I want it to appear near the product number
I have followed this thread
http://www.zen-cart.com/forum/showth...ttribute+above
but it makes no difference where I place the code
here is a sample
http://www.atsworld.co.uk/bijou-bout...es-p-2333.html

thanks

Wherever you want the attributes code to appear on the page, you need to move the attributes block of code to that place. Then you can use css for the styling.

Thanks,

Anne

16 Apr 2011, 18:56
#518
patf avatar

patf

Zen Follower

Join Date:
May 2008
Posts:
200
Plugin Contributions:
0

Re: All Business template Support Thread

First off I want to take the time to say a massive thank you for your template. When I get it working I will most definitely be buying you a coffee :smile: leaving links to your paid templates and directing as many people as I can your way.

I am posting here because for the life of me I cannot figure out why the image slider is not showing up on our test site.

This is a clean install of a 1.3.9g site.
For testing purposes I cloned our existing database and upgraded it to a 1.3.9g format.

Other than that no modifications have been made.

If I view the page source of the demo site versus the page source of ours there is no reference at all of this ...

<div id="indexDefaultMainContent" class="content"> <script type="text/javascript" src="includes/templates/all_business/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
    $(document).ready(function(){    
        
        $("#slider").easySlider({
            auto: true, 
            continuous: true,
            numeric: true
        });
        
    });    
</script>



    <div id="slider">
        <ul>                
            <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide1.jpg"   alt="first slide image" /></a></li>

            <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide2.jpg"   alt="second slide image" /></a></li>
            <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide3.jpg"   alt="third slide image" /></a></li> 
            <li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide4.jpg"   alt="fourth slide image" /></a></li>
<li><a href="http://www.example.com"><img src="includes/templates/all_business/images/slide5.jpg" alt="fifth slide image" /></a></li>
        </ul>
    </div>
</div>

Which of course is the image slide show.

Would there be anything in another templates database changes that could switch this off ??

Test site link is gamesnash[dot]ie/139test

16 Apr 2011, 23:17
#519
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

irst off I want to take the time to say a massive thank you for your template. When I get it working I will most definitely be buying you a coffee leaving links to your paid templates and directing as many people as I can your way.

I am posting here because for the life of me I cannot figure out why the image slider is not showing up on our test site.

This is a clean install of a 1.3.9g site.
For testing purposes I cloned our existing database and upgraded it to a 1.3.9g format.

Other than that no modifications have been made.

If I view the page source of the demo site versus the page source of ours there is no reference at all of this ...

When I view the source of your test site, I do not see the slider code. I would recommend checking to see that all of the template files are uploaded to the correct place.

Thanks,

Anne

17 Apr 2011, 12:10
#520
patf avatar

patf

Zen Follower

Join Date:
May 2008
Posts:
200
Plugin Contributions:
0

Re: All Business template Support Thread

Hi Anne,

After comparing all files in the install.txt

It seems that the download available here is missing

includes/languages/english/all_business/aboutus.php
includes/languages/english/all_business/header.php
includes/languages/english/all_business/index.php
includes/languages/english/all_business/metatags.php

Above 4 missing completely

includes/modules/sideboxes/currencies_header.php
includes/modules/sideboxes/languages_header.php

The 2 above are also located in /modules/sideboxes/all_business/ would this be what the install text should mention ?