Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
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
Related questions
Bulk import of questions answers with category in beta 1.2?
Categories page in 1.2.1
How to show RSS link in 1.2 beta?
How do I hide the categories number count in the side bar?
How to show total number of questions, answers and users in side bar?
Best way to move related questions from bottom to side panel in 1.3?
Add latest tags to home page on the side-bar
How can I add the Facebook iframe or xfbml (like botton) to the side bar ?
How to disable/remove categories ONLY from sidebar?
How to add the total number of questions, answers, comments and users in the side panel?
All categories
Q2A Core
(3,241)
Plugins
(350)
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?
beta12
sidebar
category
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... :(
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this 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.
Please
log in
or
register
to add a comment.