annotum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Annotum Base] Article editor bugs in WordPress 4.5So, 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
In reply to: [Annotum Sans] Annotum Sans menu item descriptionsAs 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
In reply to: [Annotum Base] Article editor bugs in WordPress 4.5Sorry 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
For annotum, the css changes need to go in assets/main/css not in style.css.
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;">inannotum-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 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.ww.wp.xz.cn/Customizing_the_Read_More
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 fortools-barin the code on Github:https://github.com/Annotum/Annotum/search?q=tools-bar&ref=cmdform
And there it is:
Hope this helps!
-Carl
__________
Annotum SupportForum: Themes and Templates
In reply to: [Annotum Base] Problems using Javascript in postsCool – glad it is working for you!
Forum: Themes and Templates
In reply to: [Annotum Base] Problems using Javascript in postsCan you try this?
http://codex.ww.wp.xz.cn/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
In reply to: [Annotum Base] PLEASE help me with Annotum's header!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
In reply to: [Annotum Base] "page not found" after article is publishedSwitching to any non-default permalinks option will likely fix this. If not please post back here with the site URL.
Forum: Themes and Templates
In reply to: [Annotum Base] Only home page on the navigation barHave a look at this knowledge base article.
Forum: Themes and Templates
In reply to: [Annotum Base] design website for my businessYou can also install Annotum from Dashboard > Appearance > Themes > Install Themes. Search for ‘annotum’, select, and activate.
Forum: Themes and Templates
In reply to: [Annotum Base] WordPressUsers & AnnotumLooks like that fixed it.
Forum: Themes and Templates
In reply to: [Annotum Base] can't uploadAnnotum v1.1.1 is now available here on ww.wp.xz.cn
Forum: Themes and Templates
In reply to: [Annotum Base] WordPressUsers & AnnotumI 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/
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?