Forum Replies Created
- AuthorPosts
- January 22, 2018 at 5:01 am in reply to: Can we make the upper part of the background image visible? #5161
Themonic-Support
KeymasterYou can use Custom CSS like this:
.site { margin-top: 24px; }
Themonic-Support
KeymasterThis is a host permissions issue, please refer
If you are not sure how to change permissions, simply talk to your host about the upload problem and tell them to reset WP permissions.
Themonic-Support
KeymasterWe will release an updated version within 72 hours addressing this issue.
This thread will be updated once the new version is available.
January 18, 2018 at 10:43 am in reply to: The Widget area is not working (version 2.05 released on December 05, 2017) #5155Themonic-Support
KeymasterIt is not a theme issue but can be easily fixed.
You can easily access the Custom HTML widget via the Live Customizer and once you saved the widget there, it starts to work inside the Appearance -> widget section too.
It only happens to newly dragged widget after WP update, previous widgets are not affected. It should get auto fixed with WP updates.
Themonic-Support
KeymasterReplace line 30 of content.php which is
<span class="fn"><?php echo the_author_posts_link(); ?></span>
with
<span class="fn"><?php if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?></span>
Another way if you want without hyperlinks, try pasting the below after line 156 of content.php
<?php if ( function_exists( 'coauthors' ) ) { coauthors(); } else { the_author(); } ?>
Themonic-Support
KeymasterThank you for providing the update.
Themonic-Support
KeymasterHi,
This will require testing before I can provide integration code. You have to wait a bit more (48-72 hours).
Themonic-Support
KeymasterCreate another author.
Please read author section fully, http://themonic.com/online-documentation-usage-guide-for-iconic-one-pro/#author
Pasting below:
Requirements for Author display below posts are:
1 – Your blog must have more than one author.
2 – All authors must have filled in profile bio.
3 – All authors must have at least ONE post assigned to themThemonic-Support
Keymasterfa fa-home
will work but it won’t look good. You will have to modify “li” and “a” elements CSS of navigation menu as icons are not supported out of box.
Themonic-Support
KeymasterAuthor ID is not available in a Page.
Pages have Author Box.
- AuthorPosts