The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    How can to make banners in rotation.

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress How can to make banners in rotation.

    Post by smurfavr June 21st 2015, 10:54 am

    @Ange Tuteur
    How can to make banners in rotation. from this lesson.
    https://help.forumotion.com/t135528-add-affiliates-to-the-bottom-of-your-homepage

    2. How can I move the caption affiliate in the middle because at the moment is on the left?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How can to make banners in rotation.

    Post by SLGray June 21st 2015, 5:05 pm

    2. 
    Code:
    #affiliate_title {
        text-align: center;
    }



    How can to make banners in rotation. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: How can to make banners in rotation.

    Post by smurfavr June 21st 2015, 5:14 pm

    Can I do it because I did not understand how to put this code.
    Code:
    <div id="affiliate_box">
      <div id="affiliate_title">Реклама</div>
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How can to make banners in rotation.

    Post by SLGray June 21st 2015, 5:17 pm

    CSS Stylesheet



    How can to make banners in rotation. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: How can to make banners in rotation.

    Post by smurfavr June 21st 2015, 5:22 pm

    Thank you SLGray.

    @Ange Tuteur or someone else to tell them how to do a rotatatsion way.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: How can to make banners in rotation.

    Post by smurfavr June 23rd 2015, 11:54 am

    up
    Mati
    Mati
    Active Poster


    Posts : 1932
    Reputation : 333
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: How can to make banners in rotation.

    Post by Mati June 23rd 2015, 1:47 pm

    Hi,

    What you wanna do on them like add hover or spine?
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: How can to make banners in rotation.

    Post by smurfavr June 23rd 2015, 3:34 pm

    I want the banners to change their positions.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How can to make banners in rotation.

    Post by Ange Tuteur June 23rd 2015, 3:35 pm

    Hi @smurfavr,

    Could you post the code of your affiliates here ?
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: How can to make banners in rotation.

    Post by smurfavr June 23rd 2015, 3:39 pm

    HI @Ange Tuteur This is the code index_body

    Code:
    <div id="affiliate_box">
      <div id="affiliate_title">Реклама</div>
      <a href="http://hlclub.info/forums/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/88x3110.png" /></a> <a href="http://aghl.ru/forum/" target="_blank"> <IMG SRC = "http://i58.servimg.com/u/f58/16/34/78/03/aghl_b10.gif" /> </a> <a href="http://atf.3dn.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/atf_3d10.gif" /></a> <a href="http://ngageclan.ucoz.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/ngagec10.jpg" /></a> <a href="http://gamer-lab.com/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/hl-lab10.gif" /></a>
    </div>
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: How can to make banners in rotation.

    Post by Ange Tuteur June 23rd 2015, 3:47 pm

    Replace your code with this :
    Code:
    <div id="affiliate_box">
      <div id="affiliate_title">Реклама</div>
      <marquee scrollamount="5" direction="left" onmouseover="this.setAttribute('scrollamount', '0');" onmouseout="this.setAttribute('scrollamount', '5');">
        <a href="http://hlclub.info/forums/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/88x3110.png" /></a> <a href="http://aghl.ru/forum/" target="_blank"> <IMG SRC = "http://i58.servimg.com/u/f58/16/34/78/03/aghl_b10.gif" /> </a> <a href="http://atf.3dn.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/atf_3d10.gif" /></a> <a href="http://ngageclan.ucoz.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/ngagec10.jpg" /></a> <a href="http://gamer-lab.com/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/hl-lab10.gif" /></a>
      </marquee>
    </div>
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: How can to make banners in rotation.

    Post by smurfavr June 23rd 2015, 3:53 pm

    @Ange Tuteur
    I mean BANNER change our position.
    Example:
    First banner to become second or third and so forth.

      Current date/time is November 11th 2024, 11:17 pm