Giter Club home page Giter Club logo

marquee's Introduction

This plugin is based on Categories Image header by peregrine. Thanks P !

[email protected]

This plugin puts a text and/or an image marquee on the discussions index header.




Checking the fields hides the images by order stored.The first 6 are for gif images but you can change that in the plugin if you want others just change the file type. The default image is image1 , you can leave these fields unchecked if you want the default image1 to be the one displayed.Checking up to the 5th image will hide the Image Marquee only. Checking out all the fields hides the whole marquee.

To edit the text marquee you do it in the class.marquee.plugin.php . 

To edit the style or hide something use the marq.css file.

fonts are in the fonts folder 

About the fonts

to change fonts or add fonts to the marquee I added a fonts file with a selection of fonts but you can add more

here is an example of how to change the font face in the css file using these fonts, you don't need to put all of them just the one and it's type but these are examples of how to put them in:

@font-face {
 font-family: 'FontName';
 src: url('plugins/Marquee/fonts/FontName.otf')format('embedded-opentype');
 src: url('plugins/Marquee/fonts/FontName.eot?#iefix') format('embedded-opentype'),
 url('plugins/Marquee/fonts/FontName.eot?#iefix') format('embedded-opentype')
 url('plugins/Marquee/fonts/FontName.woff') format('woff'),
 url('plugins/Marquee/fonts/FontName.ttf') format('truetype'),
 url('plugins/Marquee/fonts/FontName.svg#FontName') format('svg');
 font-weight: normal;
 font-style: normal;
}

marquee's People

Contributors

vrijvlinder avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.