Viewing 1 replies (of 1 total)
  • Plugin Author thomstark

    (@thomstark)

    From the “Bannerize Your Tables” Tutorial:

    7. All that’s left to do now is add bannerize=”15″ to your [fileaway] shortcode. The “15” designates how many files should go by before the next banner appears. It can be any number you want. If you want a banner every five files, do bannerize=”5″. If every 50 files, then bannerize=”50″. That’s all you need to do.
    8. File Away will check the number of banners specified in your CSV file, and check the number of files in your File Away table. It will then take into account the interval number you specified (e.g., bannerize=”25″), and it will randomly grab the exact number of banners it needs to fill the table according to your specification. The selection of banners is random on each page load.

    That’s the answer to your second question.

    If you’re saying you don’t want your banners to be links, you can probably just put the word javascript: (with the colon at the end) in place of a URL in the fileaway-banner-parser.csv file.

    If you’re saying (or also saying) that you don’t want the pointer cursor to display on hover of the banners, then yes, css can change that. E.g.:

    tr.fileaway-banner td a{cursor:default!important;}

Viewing 1 replies (of 1 total)

The topic ‘Make banners un-clickable?’ is closed to new replies.