Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Not at the moment, but we’ll add this feature in the next update.
Admin
The front page counts the comments in the WordPress database. Make sure you enable “Comment importing” in Disqus settings, which will sync the comments on Disqus with your site’s database. This happens periodically though, so new comments won’t be reflected immediately in the comment count.
Admin
Please provide a link to your site so that we can take a look. Thanks.
Admin
Hi Gendji,
Thanks for the report. We are currently working on the fix and will make it available in the next update.
Admin
Thanks for the test user account.
In order to narrow down the issue and rule out plugins conflict, can you try to deactivate all the plugins, except the ones used for GM Neo and bbPress?
Admin
The easiest would be to hide it using CSS. Enter this code in the theme’s Custom CSS option:
.archive .entry-footer .more-link {
display: none;
}Admin
You can specify the size to be used as an argument to the
the_post_thumbnail()function:<?php the_post_thumbnail( 'full' ); ?>Admin
Hi trehesten,
Can you provide us with a testing account on the forum so that we can investigate this further? It would also be helpful if you can list down specific steps to reproduce the issue.
Let me know and thanks!
Admin
This is beyond the scope of this support forum, but generally you would need to write custom javascript codes that achieve something like this:
- Remove
.current-menu.itemclass from the active menu. - Detect the current scroll position of the page.
- Add the
.current-menu-itemclass to the menu item that corresponds to the anchor at the current scroll position of the page.
Admin
Add this to the theme’s Custom CSS feature:
@media (min-width: 992px) {
.navbar-header {
float: none;
line-height: 50px;
}
.navbar-header .site-title {
text-align: center;
margin-top: 10px;
}
.navbar-header .site-title img {
display: inline-block;
}
.header .navbar-right {
float: none !important;
text-align: center;
}
.navbar-nav > li {
float: none;
display: inline-block;
}
.header .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 5px;
}
} - Remove
