More buttons in the toolbar
-
I have added two buttons to the toolbar on my nulis themed wordpress site.
This involves copying and replicating your css.
.iconized.a-icon { background-image: url('assets/images/downarrow.png');} .arrow-icon:before { width: 48px, height 48px; text-align: center; font: 3.2rem/1.5 Genericons; vertical-align: middle; display: inline-block; -moz-osx-font-smoothing: grayscale; -webki-font-smoothing: antialiased; content: "\f419"; } .arrow-icon { width: 48px; height:48px; display: inline-block;} .arrow-icon:focus {border:0;} .arrow-icon-wrapper { float: left;}and inserting a link statement in the header.php file.
<li class="arrow-icon-wrapper" title="Home"><a id="arrow-icon" aria-controls="menu" aria-expanded="false" href="#top_of_content" class="iconized a-icon"><span class="screen-reader-text"><?php _e( 'Content', 'nulis' ); ?></span></a></li>This requires that the following line,
<a name="top_of_content"></a>is put in the header file just before the start of the content block.
The full files are uploaded to the following page,
http://wiki.davelevy.info/nulis/#toolbar
I hope this is useful. It should be easy enough to incorporate this as an editable feature. Keep up the good work.
The topic ‘More buttons in the toolbar’ is closed to new replies.
