Page 51 of 100 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 995
  1. #501
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    You know my sites very good :-) 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:

    Code:
    #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:

    Code:
    #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

  2. #502
    Join Date
    Jan 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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:
    HTML Code:
    /*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:
    HTML Code:
    #control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
    to:
    HTML Code:
    #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/

  3. #503
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

  4. #504
    Join Date
    Jan 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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 ..

  5. #505
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

    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

  6. #506
    Join Date
    Jan 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    The stylesheet is doing its job because when I make changes via firebug, it works

    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..

  7. #507
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

    Thanks,

    Anne

  8. #508
    Join Date
    Jan 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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

    Thanks,

    Anne
    UNBELIEVABLE.. thx so much!

  9. #509
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

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

    Thanks,

    Anne

  10. #510
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

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

 

 
Page 51 of 100 FirstFirst ... 41495051525361 ... LastLast

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR