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
Try switching to the default theme and see if you can upload images. This will help rule out or rule in theme issues.
Admin
In reply to: Showing wrong image or an owl instead of proper image
March 16, 2013 at 11:55 pm #36732Hurm.. I can’t reproduce the issue on my development server. Are you using any plugin that *might* be modifying the WordPress query in some way, or perhaps adding a new query to every post?
Admin
Marking thread as resolved. You can do this yourself as well.Hey Prasanna you beat me to it!
Admin
Just wrap it in a
<div>element, and then style that element to have a background using CSS. Use tables only for tabulated data, not for presentation.Admin
Looks like you’ve sorted it out 🙂
Admin
The post image feature is similar to the excerpt thumbnail feature in Graphene. The theme first check if the post has a featured image, and display that if it does. If not, it looks for any images uploaded for the post (but not necessarily inserted into the post), and display that. Finally, if there’s no image after checking for the two items above, it displays the generic image, which is the owl image that you see.
The owl image was really just for testing during development, but it slipped into the release version. I’ll be removing that generic image in the next update.
Admin
Moved to Support. Please post in the correct section next time.
Admin
Quote:Thing is that when you upload it through wp media library it will automatically create few images (thumb, medium…) that you don’t need for that purpose.If the image is smaller than any of the dimension (which I suppose an icon would), those additional images won’t be created since WordPress doesn’t upscale images.
Admin
In reply to: remove or change the container background, footer menu bar and rounded corners
March 16, 2013 at 8:38 am #36693Yes to all, using just Custom CSS or a child theme.
Admin
People used to insert the
<hr />element for a horizontal line, but don’t do that – it’s 2013.
