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
Quote:I’ve just done some experimentation and i’ve set the image to ‘Feature Image’ for all the slides. That now seems to bring the image up in the sliders but does not show it on the page.That is correct, the “Featured Image” is not automatically added to posts or pages when they are viewed. You’ll still have to insert the image into the posts/pages even if you’ve selected them as featured image. The reason for this is that the featured image is used for several things (other than the slider), and some users might not want the image to be shown in the posts/pages when they are viewed.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
The widgets in the footer is sized exactly to fit all 5 widgets within one line. However, because you’ve applied borders to widgets, they add additional width to each widget, which caused the last widget to fall to the second line. The code I gave removes the border for the footer widgets.
Admin
.home .entry-thumbnail {
display: none;
}Admin
302 response code is typical for redirection, which is why I was suggesting that something is causing your site to do unnecessary redirection. Can you try disable all plugins at once (except those needed by GM Neo) so that we can rule in / out plugins issue?
Admin
Try replacing the theme’s
js/graphene.jsfile with the updated one here:http://graphene.googlecode.com/svn-history/r576/trunk/graphene/js/graphene.js
Admin
Do these two things apply to your site?
1. Comments are set to show the last page of comments first
2. Infinite scroll for comments is enabled
Admin
Where do you see this error, in WP Admin or on the front end? If you replace the
theme-menu.phpfile with the updated one here, do you still get the message?Admin
Try adding this to the theme’s Custom CSS option:
#sidebar_bottom .sidebar-wrap {
border: none;
}Admin
That’s because the theme displays only the post excerpts on the front page, and WordPress oEmbed feature is not enabled in excerpts. I’ll see about adding an option to display the full post (truncated by <!–readmore–> if used) on the front page in the next update.
