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
Oops.. I gave you instructions for the wrong file. Replace the contents of the
includes/theme-slider.phpfile with this one here:http://graphene.googlecode.com/svn-history/r418/trunk/graphene/includes/theme-slider.php
Admin
Have you selected the categories for the slider posts?
Admin
Graphene Options > Slider Options, select “Show posts from categories“, then select Everywhere for the “Exclude the categories from posts listing” option.
Admin
Quote:I think I found my own answer… 🙂 You cannot integrate it to wordpress at all. But you can create a theme that looks like part of the site. Am I right?Correct. phpBB is just too complex to integrate into WP. It’s much easier to create modify a phpBB theme to mirror the look of your WordPress theme than trying to integrate it. I’ve done this before for a client:
Admin
In version 1.8, posts that belong to slider categories will be excluded from the post navigation links as well, when the “Exclude the categories from posts listing” feature is enabled.
You can get this feature now by replacing the theme’s
includes/theme-loop.phpfile with the trunk version here:http://graphene.googlecode.com/svn-history/r417/trunk/graphene/includes/theme-loop.php
Admin
Quote:I don’t recall the exact code, but try something like this:background: url(none)
Just
background: none;will do.Admin
Looks like one of the scripts you have on that page is causing the page to not render completely in IE8. Try removing the Google Maps and see if it works.
Admin
Quote:The two menues that appear on the home page are Archives and Meta.You actually meant the widgets, not the menus. But it seems like you’ve sorted this out on your site.
Admin
Quote:From what I understand of what you’re saying is that this code needs to go into the comments.phd file but that will be overwritten every time we have an update and the way to prevent that happening is to use a child theme but there’s not much point in that because I can’t put the the contents.php into the child theme.Using a child theme, you can place codes into the
comments.phpfile without actually putting the codes into thecomments.phpfile.Admin
You need to use a child theme for this. Don’t edit the theme’s files.
