Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How to move categories showing in top of the page to side bar, in 1.2 beta?

+1 vote
Hi Gidgreen, I much appreciate your work...

May i know, how to move categories showing in top of the page to side bar?
asked Jun 28, 2010 in Q2A Core by R
Hi Gidgreen, it looks like because of custom theme, im using..
I have to fix it..

Sorry for the wrong question... :(

1 Answer

0 votes
 
Best answer
To solve the issue with the categories list, copy across these lines from the Default qa-styles.css to the qa-styles.css file for you custom theme:

.qa-nav-cat-list ...
.qa-nav-cat-item ...
.qa-nav-cat-link ...
.qa-nav-cat-selected,.qa-nav-cat-selected:hover ...

Some other key changes in qa-styles.css you need to copy across:

.qa-sidepanel ...
* html .qa-sidepanel ...
.qa-sidebar ...
.qa-feed ...
.qa-feed-link ...

.qa-nav-main-item,.qa-nav-main-item-opp ...
.qa-nav-main-item ...
.qa-nav-main-item-opp ...

.qa-q-view-hidden ...
    .qa-q-view-hidden .qa-voting ...
    .qa-q-view-hidden .qa-q-view-content ...
    .qa-q-view-hidden .qa-q-view-meta ...
    .qa-q-view-hidden .qa-q-view-meta .qa-user-link ...
    .qa-q-view-hidden .qa-category-link ...
    .qa-q-view-hidden .qa-tag-link ...

.qa-nav-footer-item ...

.qa-category-link ...

There are also some less crucial changes - you can see the full list by comparing the Default qa-styles.css file between version 1.0.1 and 1.2.
answered Jun 28, 2010 by gidgreen
Yes Gidgreen, I somewhat managed to get those... :)
Still working on to make it fit with theme...

Thanks for pointing out.. It will be useful for all those using customized themes...

Thank you!
Ahh yes, this is why i asked gidgreen my question about new classes the CSS changed but our theme CSS did not, hmm.