Title: annotum's Replies | WordPress.org

---

# annotum

  [  ](https://wordpress.org/support/users/annotum/)

 *   [Profile](https://wordpress.org/support/users/annotum/)
 *   [Topics Started](https://wordpress.org/support/users/annotum/topics/)
 *   [Replies Created](https://wordpress.org/support/users/annotum/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/annotum/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/annotum/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/annotum/engagements/)
 *   [Favorites](https://wordpress.org/support/users/annotum/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/annotum/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/annotum/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] Article editor bugs in WordPress 4.5](https://wordpress.org/support/topic/article-editor-bugs-in-wordpress-45/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/article-editor-bugs-in-wordpress-45/#post-8406892)
 * So, I’m going to mark this resolved based on the workaround listed above, but
   feel free to contact us via annotum.uservoice.com if you have any additional 
   questions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Sans] Annotum Sans menu item descriptions](https://wordpress.org/support/topic/annotum-sans-menu-item-descriptions/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/annotum-sans-menu-item-descriptions/#post-7378244)
 * As far as I know it should work but the styles may not look right.
 * Have you tried it? If so, and you got something unexpected, please let me know
   what happened.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] Article editor bugs in WordPress 4.5](https://wordpress.org/support/topic/article-editor-bugs-in-wordpress-45/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/article-editor-bugs-in-wordpress-45/#post-7573956)
 * Sorry about that! WP 4.5 introduced a new version of TinyMCE which seems to handle
   toolbar events differently than before. There’s a possible workaround posted 
   here: [https://github.com/Annotum/Annotum/issues/241](https://github.com/Annotum/Annotum/issues/241)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] hide page title on Home and read more links with annotum theme](https://wordpress.org/support/topic/hide-page-title-on-home-and-read-more-links-with-annotum-theme/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/hide-page-title-on-home-and-read-more-links-with-annotum-theme/#post-5292416)
 * For annotum, the css changes need to go in assets/main/css not in style.css.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] hide page title on Home and read more links with annotum theme](https://wordpress.org/support/topic/hide-page-title-on-home-and-read-more-links-with-annotum-theme/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/hide-page-title-on-home-and-read-more-links-with-annotum-theme/#post-5292402)
 * Regarding [1],
 * As discussed in another support thread, you can use CSS to hide the title on 
   all pages by changing `﻿<header class="header">` to `﻿<header class="header" 
   style="display: none;">` in `annotum-base/content/page.php` (You can use the 
   theme editor, e.g. [http://your-site.example.com/wp-admin/theme-editor.php?file=content%2Fpage.php&theme=annotum-base&scrollto=0](http://your-site.example.com/wp-admin/theme-editor.php?file=content%2Fpage.php&theme=annotum-base&scrollto=0)
   for this). Note that this change would be lost in any theme upgrade.
 * Alternatively, you can modify the menu text by using a custom menu item (in case
   you want a heading that says something different than “home” on the page, but
   still “home” in the main menu.
 * Regarding [2], Please see [http://codex.wordpress.org/Customizing_the_Read_More](http://codex.wordpress.org/Customizing_the_Read_More)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] How to removed publishing info for certain categories?](https://wordpress.org/support/topic/how-to-removed-publishing-info-for-certain-categories/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-removed-publishing-info-for-certain-categories/#post-4252229)
 * The div containing the date and category in articles is
    `<div class="meta">`.
 * One way to ‘suppress’ this heading is to use a page rather than a post or article.
 * For locating the various sections of code, what I usually do (I don’t always 
   remember where they are!) is go to the page in Chrome, select the relevant portion,
   and use the context menu in chrome to “inspect element”. Then I search the code
   for that portion of the text.
 * So for example, the social media stuff is in `<div class="tools-bar supplement
   clearfix">`. So I search for `tools-bar` in the code on Github:
 * [https://github.com/Annotum/Annotum/search?q=tools-bar&ref=cmdform](https://github.com/Annotum/Annotum/search?q=tools-bar&ref=cmdform)
 * And there it is:
 * [https://github.com/Annotum/Annotum/blob/219948b10fc8083627fbe535c363035e80b24b2d/annotum-base/misc/tools-bar.php](https://github.com/Annotum/Annotum/blob/219948b10fc8083627fbe535c363035e80b24b2d/annotum-base/misc/tools-bar.php)
 * Hope this helps!
 * -Carl
    __________ Annotum Support
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] Problems using Javascript in posts](https://wordpress.org/support/topic/problems-using-javascript-in-posts/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problems-using-javascript-in-posts/#post-4243136)
 * Cool – glad it is working for you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] Problems using Javascript in posts](https://wordpress.org/support/topic/problems-using-javascript-in-posts/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problems-using-javascript-in-posts/#post-4242945)
 * Can you try this?
 * [http://codex.wordpress.org/Using_Javascript#JavaScript_in_Posts](http://codex.wordpress.org/Using_Javascript#JavaScript_in_Posts)
 * I am pretty certain this will not work in articles, but it should work in posts.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] PLEASE help me with Annotum's header!](https://wordpress.org/support/topic/please-help-me-with-annotums-header/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/please-help-me-with-annotums-header/#post-3774364)
 * It appears that you’ve moved on to another theme, but you can modify the header
   and CSS files to change the image dimensions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] "page not found" after article is published](https://wordpress.org/support/topic/page-not-found-after-article-is-published/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/page-not-found-after-article-is-published/#post-4125355)
 * Switching to any non-default permalinks option will likely fix this. If not please
   post back here with the site URL.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] Only home page on the navigation bar](https://wordpress.org/support/topic/only-home-page-on-the-navigation-bar/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/only-home-page-on-the-navigation-bar/#post-3894535)
 * Have a look at [this knowledge base article](http://annotum.uservoice.com/knowledgebase/articles/42770-how-do-i-customize-the-menus-in-annotum-).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] design website for my business](https://wordpress.org/support/topic/design-website-for-my-business/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/design-website-for-my-business/#post-3237671)
 * You can also install Annotum from Dashboard > Appearance > Themes > Install Themes.
   Search for ‘annotum’, select, and activate.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] WordPressUsers & Annotum](https://wordpress.org/support/topic/wordpressusers-annotum/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wordpressusers-annotum/#post-3440676)
 * Looks like that fixed it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] can't upload](https://wordpress.org/support/topic/cant-upload-10/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/cant-upload-10/#post-3232543)
 * Annotum v1.1.1 is now available here on WordPress.org
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Annotum Base] WordPressUsers & Annotum](https://wordpress.org/support/topic/wordpressusers-annotum/)
 *  Theme Author [annotum](https://wordpress.org/support/users/annotum/)
 * (@annotum)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wordpressusers-annotum/#post-3440599)
 * I can’t speak to the plugin, but Annotum definitely generates a list of articles
   by author via /author/authorname — for example, see:
 * [http://demo.annotum.org/author/annotum2go/](http://demo.annotum.org/author/annotum2go/)
 * The example shows both posts and articles (albeit with somewhat inconsistent 
   styling) for the selected author.
 * What happens when you click on an author’s name within an article?
 * Have you changed the default ‘permalinks’ settings?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/annotum/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/annotum/replies/page/2/?output_format=md)