darkgashx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom Theme ProblemWOO! 2.1.1 fixes it, I reported it only a few days ago and they fixed it! Thanks WP Team! :).
Forum: Themes and Templates
In reply to: Custom Theme ProblemSorry, didn’t work :(.
Forum: Themes and Templates
In reply to: Custom Theme ProblemMy site has gone down I will try it later. Thabks.
Forum: Themes and Templates
In reply to: Custom Theme ProblemDone, thanks.
Forum: Themes and Templates
In reply to: Custom Theme ProblemOk It is because of the categories and their ID’s. For instance:
If you have a category with ID 2 and a page with ID 2 it highlights the page in the navigation bar with id 2 when selecting the category with ID 2. Seems there is some kind of conflict?
It is a WordPress bug without a doubt.
How do I submit this as a bug?
Forum: Themes and Templates
In reply to: Custom Theme ProblemOh, well I’m not sure on what to do. You can see what I mean here: http://www.darkgashx.com . Click Television Shows on the right and you will see a nav option at the top gets highlighted.
Forum: Themes and Templates
In reply to: Custom Theme ProblemNo luck for me, so I reverted it back. This is real weird, I don’t understand it :s. Does the WP team post on here?
Forum: Themes and Templates
In reply to: Custom Theme ProblemYes I am, here is my code:
<?php wp_list_categories(‘sort_column=name&show_count=1&title_li=&hierarchical=1&feed=RSS&feed_image=’.get_bloginfo(‘stylesheet_directory’).’/images/icons/feed-icon-10×10.gif’); ?>
Forum: Themes and Templates
In reply to: Custom Theme ProblemNo no, the same ID (i.e. 1, 2, 3 etc). You can’t change that.
Forum: Themes and Templates
In reply to: Custom Theme ProblemOh, just kind of strange as it only happens with categories and if they have the same ID as a page.
Forum: Themes and Templates
In reply to: Custom Theme ProblemInfected-FX any luck? This is bugging me now :(.
Forum: Themes and Templates
In reply to: Custom Theme ProblemCan any WP coder or staff confirm this bug?
Forum: Themes and Templates
In reply to: Custom Theme ProblemI guess it’s a WP bug as no one has any answers mate.
Forum: Themes and Templates
In reply to: Custom Theme ProblemI forgot to add, the code I am using for the navigation bar is:
<li class="<?php if (is_home()) { ?>current_page_item<?php } else { ?>page_item<?php } ?>">
/">
<?php _e('Home',TEMPLATE_DOMAIN); ?>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
and on the sidebar for the categories:
<?php wp_list_categories('sort_column=name&show_count=1&title_li=&hierarchical=1&feed=RSS&feed_image='.get_bloginfo('stylesheet_directory').'/images/icons/feed-iconsmall.gif'); ?>Hope that helps someone to help me.. if that makes sense (lol).