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:… only shows the pictures just inserted into Media, those present for some time in Media and other articles are not displayed.That’s how it’s supposed to work. If you haven’t set any featured image for the post, the thumbnail will be taken from the first image uploaded for that post.
Admin
That is actually a feature of the theme, which lists all the child pages of a page at the bottom. That’s totally separate from the navigation menu at the top.
If you’re using the WordPress Custom Menu feature, you will need to manually add the child pages to the custom menu you’re using. For more info Custom Menu, check out this tutorial by Ken:
http://blog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/
Admin
In reply to: After most recent Graphene update: Secondary menu dropping-down behind title on slider
August 18, 2012 at 11:32 am #31872You should add it to the Custom CSS option in Graphene Options > Display > Custom CSS.
Admin
It has already been added to the code 🙂
Admin
It’s much better to figure out why the dropdown menu doesn’t work for your particular site rather than reverting to a very, very old version. It’s not just because you’ll be missing out on new features, but also because there might be some important security fixes as well.
Provide the URL to your site so that we can take a look.
Admin
URL to the site?
Admin
Moved to Support. Please post in the correct section next time.
Try disabling your other plugins and see if it works. I’m seeing this javascript error on your site, which is not produced by the Graphene theme:
TypeError: jQuery("div.content_slideshow > ul", $slideshow.context).cycle is not a functionAdmin
You’re welcome. Marking thread as resolved. You can do this yourself as well.
Admin
I’m afraid there’s no easy way to do this. You would need to:
- Create a child theme
- Create a custom function to list the links to “sibling” posts in your child theme’s
functions.php - Hook the custom function to one of the action hooks available inside or above/below the post content area
But of course, there may be a plugin that does this already. Try look for one first.
Or if the number of posts to link and their titles don’t change often (if at all), you can just add a text widget to an Action Hook Widget Area and hardcode the links in. Then use the Widget Logic Visual plugin to make the widgets show up only on the intended posts.
Admin
In reply to: Alt attribute not appearing in Graphene Footer images
August 18, 2012 at 2:02 am #31957Quote:The images show correctly but when I mouse over the image the ALT Text does not show up.To have the text appears when you mouse over the image, use the
titleattribute instead ofalt.
