Plugin allows you to present any important announcements on your website. It adds a simple announcement bar at the top of all pages.
After plugin purchase you can install plugin in a standard WordPress way.
In Plugins options screen click on Add New and Upload Plugin button. Next screen will ask you upload zip file with plugin. Select zip file with plugin downloaded from your profile dashboard.
After plugin activation you can find options related to announcements bar from main Settings WordPress menu item:
Plugin allows you insert own html code to present your announcement and also own custom css styling to make it displayed exactly like you need.
Start a End Dates will turn on/off announcement on your site in specified time, accepted format is: YYYY-MM-DD HH-MM-SS
Note please, basic knowledge of HTML and CSS is the must to show some content in the announcement bar.
Code examples
HTML:
<div class="banner-bck"> <a href="yourLinkUrl"> <img src="yourImageUrl" width="1320" height="120"> </a> </div>
CSS
#ait-announcements-bar { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); position: relative; z-index: 1300;} #ait-announcement-bar .banner-bck {background: url('https://www.ait-themes.club/wp-content/uploads/2016/10/directory-bck.gif') top center no-repeat; background-size: 100% 100%; text-align: center;} #ait-announcement-bar .banner-bck img { vertical-align: top; max-width: 100%; border: none; } #ait-announcement-bar .banner-bck a { display: block; }