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 used the column size slider (instead of typing in the number of PXs) to reduce the column sizes. The right sidebar moved to the top right.When you use the slider to adjust the column sizes, it takes into account the margins between the columns when calculating the size for each of the column. If you add up all the displayed column sizes, you’ll notice that it doesn’t equal to the container size. You can of course enter the sizes manually as well, but you’ll need to take into account of the margin between columns (or “gutter” in design-speak) as well.
Admin
What’s the URL to your site?
Admin
It’s in the
home.phpfile, but I would recommend against editing the file directly. There are a couple of ways you can achieve this, either by using the Codestyling Localization plugin or by using a child theme. This topic might be useful to you:Admin
If the posts are displayed in full why would you need to click on the post’s link again? Unless of course if you wanna leave comments, but that’s the ways it’s designed. If you’re going to display the all the comments and comment form for all the posts that are listed on the Category archive page, then that archive page will be unacceptably long, which will only reduce the accessibility and readability of your site to your users.
Admin
Graphene Options > Display > Excerpts Display Options > Show full content in archive pages.
Admin
What’s the URL to your site?
Admin
If the top-level menu item links to somewhere, the link will be opened when it is tapped. To remove the link on the top-level menu, use “Custom” menu item with a generic link (like “#”), then remove the link after you have added the custom menu item.
Admin
In reply to: Using one Lightbox thumbnail to open several larger images
December 31, 2012 at 12:18 am #34368If it’s a JS code it has to be wrapped inside the
<script>tag, like so:<script type="text/javascript">
/* JS code here */
</script>Admin
In that case, try asking the plugin author if there’s any way to exclude certain custom WP_Query calls from the plugin, as he’s much more familiar with the code plugin’s code.
Admin
WordPress 3.5 comes with jQuery 1.8.3, but something else on your site is loading jQuery 1.5.1 from the Google CDN. Find out which plugin is doing that and then get rid of it.
