Results 1 to 9 of 9

Thread: Rotating Banners

  1. #1
    Thread Starter
    aj2703's Avatar
    Join Date
    Apr 2016
    Posts
    586
    Thanks
    22
    Thanked 30 Times in 28 Posts

    Rotating Banners

    Many thanks to Mohsin for his help.

    If you wish to insert more than one banner into your header for example, here is the code.

    It works on jobroller and classipress so should work on all. Keep all three link, image and text lines the same. So if you have two banners in your rotation like my example you would only need to have two lines in each. Also don't forget to remove the comma for the last line. Like this
    "Alt Text Goes Here for Banner 1",
    "Alt Text Goes Here for Banner 2"

    If the comma is on the bottom line it will not work. If you wish more than two banners just add more lines using the same principals.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------

    <script>

    var currentdate = 0;
    var core = 0;

    function initArray() {

    this.length = initArray.arguments.length;
    for (var i = 0; i < this.length; i++) {
    this[i] = initArray.arguments[i];
    }
    }

    link = new initArray(
    "https://your link destination here",
    "https://your link destination here"
    );

    image = new initArray(
    "http://your image location here",
    "https://your image location here"
    );

    text = new initArray(
    "Alt Text Goes Here for Banner 1",
    "Alt Text Goes Here for Banner 2"
    );

    var currentdate = new Date();
    var core = currentdate.getSeconds() % image.length;
    var ranlink = link[core];
    var ranimage = image[core];
    var rantext = text[core];

    document.write('<a target="_blank" href="' +ranlink+ '"><img src="'+ranimage+'" border="1" alt="'+rantext+'"></a>');

    //-->
    </SCRIPT>

  2. #2
    Expired Customer beacheddesigns's Avatar
    Join Date
    Apr 2017
    Posts
    67
    Thanks
    3
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    rayraven's Avatar
    Join Date
    Jan 2014
    Location
    Nottingham, UK
    Posts
    508
    Thanks
    12
    Thanked 29 Times in 26 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Expired Customer beacheddesigns's Avatar
    Join Date
    Apr 2017
    Posts
    67
    Thanks
    3
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Expired Customer june172014's Avatar
    Join Date
    Jun 2014
    Location
    New Zealand
    Posts
    272
    Thanks
    87
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    rayraven's Avatar
    Join Date
    Jan 2014
    Location
    Nottingham, UK
    Posts
    508
    Thanks
    12
    Thanked 29 Times in 26 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Expired Customer june172014's Avatar
    Join Date
    Jun 2014
    Location
    New Zealand
    Posts
    272
    Thanks
    87
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Expired Customer june172014's Avatar
    Join Date
    Jun 2014
    Location
    New Zealand
    Posts
    272
    Thanks
    87
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    rayraven's Avatar
    Join Date
    Jan 2014
    Location
    Nottingham, UK
    Posts
    508
    Thanks
    12
    Thanked 29 Times in 26 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Banners based on Blog Categories via Banners Galore
    By scsadmin1 in forum Banners Galore ClassiPress
    Replies: 9
    Last Post: February 27th, 2014, 11:52 PM
  2. Rotating Sponsored Ads
    By kelzonie in forum ClassiPress General Discussion
    Replies: 1
    Last Post: December 9th, 2013, 06:43 AM
  3. Jomark Ad Plugin with rotating Ads?
    By zlaws in forum JobRoller General Discussion
    Replies: 1
    Last Post: August 12th, 2013, 11:16 AM
  4. [TUTORIAL] Rotating Banners and other Advertisments
    By dmyers in forum ClassiPress General Discussion
    Replies: 30
    Last Post: June 20th, 2013, 07:09 AM