Page 21 of 100 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 995
  1. #201
    Join Date
    Nov 2010
    Location
    Scotland
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    The slider is already wrapped in a div:

    Code:
    #slider
    If you want space above the new products, I would just put a bottom margin on the slider div.
    I'm lost .. I can move everything , exept that "Title", it is possible to move it left and right, but not bottom....

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

    Default Re: All Business template Support Thread

    I'm lost .. I can move everything , exept that "Title", it is possible to move it left and right, but not bottom....
    I see that your slider div is called:

    Code:
    #mygalone
    This is where you will want to add the styles.

  3. #203
    Join Date
    Nov 2010
    Location
    Scotland
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I see that your slider div is called:

    Code:
    #mygalone
    This is where you will want to add the styles.
    I problably missing something here?

    Code:
    /*--- slider begin ---*/
    .slider{ position:relative; float:left;}
    .stripViewer {
    	margin:0;
    	overflow:hidden;
    	position:relative;
    }
    #mygalone{overflow:hidden;}
    #mygalone ul{position:relative; padding:0; margin:0 ; height:300px; overflow:hidden;}
    #mygalone ul li{float:left; position:relative; width:730px; height:290px;}
    .stripTransmitter{position:absolute; margin:242px 0 0 0; text-align:right; height:4px; top:0; left:0; overflow:hidden; z-index:100;}
    .stripTransmitter ul{ padding:0; margin:0 0 0 665px;}
    .stripTransmitter li{ padding-right:6px; float:left; position:relative; width:15px; height:15px;}
    .stripTransmitter ul li a { width:15px; height:15px; display:block; text-decoration:none; background:url("../includes/templates/all_business/images/slider-button.gif"/*tpa=http://www.katre.ws/includes/templates/all_business/images/slider-button.gif*/) no-repeat 0 0;}
    .stripTransmitter ul li a:hover, .stripTransmitter ul li a.current{ background:url("../includes/templates/all_business/images/slider-button-act.gif"/*tpa=http://www.katre.ws/includes/templates/all_business/images/slider-button-act.gif*/) no-repeat 0 0; }
    *html .stripTransmitter ul li a{ background:#fff; overflow:hidden;}
    *html .stripTransmitter ul li a:hover, *html .stripTransmitter ul li a.current{ background:#7e1653; }

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

    Default Re: All Business template Support Thread

    I problably missing something here?
    You need to put the margin or padding, etc. on your div named #mygalone in your stylesheet.

  5. #205
    Join Date
    Nov 2010
    Location
    Scotland
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You need to put the margin or padding, etc. on your div named #mygalone in your stylesheet.
    I did that, but only thing thats moving downwards are products, not title...

  6. #206
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: All Business template Support Thread

    Quote Originally Posted by Cyan View Post
    I did that, but only thing thats moving downwards are products, not title...

    If you find this block of code in your stylesheet:

    Code:
    #mygalone{overflow:hidden;}
    and add your margin like this:

    Code:
    #mygalone{overflow:hidden; margin: 0 0 55px 0;}
    then your title moves down away from your slider images.


    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #207
    Join Date
    Nov 2010
    Location
    Scotland
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by Get Em Fast View Post
    If you find this block of code in your stylesheet:

    Code:
    #mygalone{overflow:hidden;}
    and add your margin like this:

    Code:
    #mygalone{overflow:hidden; margin: 0 0 55px 0;}
    then your title moves down away from your slider images.


    Hope this helps.

    Thanks a lot

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

    Default Re: All Business template Support Thread

    I did that, but only thing thats moving downwards are products, not title...
    When I added the margin, it puts space above the new products.


    Code:
    #mygalone{overflow:hidden;margin-bottom:30px;}

  9. #209
    Join Date
    Nov 2010
    Location
    Scotland
    Posts
    28
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    ...maybe do you know, how to put that javascript working as a loop... at the moment it does one cycle and stops.

    Code:
    <script type="text/javascript">
    	jQuery(window).bind("load", function() { 
    	jQuery("div#mygalone").slideView(); 
    	
    		var slider_links = jQuery('.stripTransmitter li a');				
    		var slider_links_index = 0;		
    		function slider_intro(){						
    			slider_links.eq(slider_links_index).trigger('click');			
    			slider_links_index++;			
    			if(slider_links_index <= slider_links.size()){
    				setTimeout(function(){slider_intro()}, 5000); //select change time
    			}
    			else if(slider_links_index > slider_links.size()){				
    				slider_links.eq(0).trigger('click')
    			}			
    		}		
    		slider_intro();
    	
    	
    }); 
    </script>

  10. #210
    Join Date
    Sep 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Please post a direct ilnk to a product with missing attributes so that I can take a look.
    Sure!
    http://silverberry.net/index.php?mai...products_id=52

 

 
Page 21 of 100 FirstFirst ... 1119202122233171 ... 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