- Posts: 125
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Loved [SOLVED] Customise Advanced Search Page
16 years 10 months ago - 16 years 10 months ago #18104
by JBHawaii
Mahalo,
JBHawaii
[SOLVED] Customise Advanced Search Page was created by JBHawaii
Hi, I have an issue where my joomla template style is conflicting with the advanced search page in K1.0.10. I know how to override it an create my own styles but I need help finding the file for advanced search so I can link the appropriate classes.
All help welcome,
JBHawaii
All help welcome,
JBHawaii
Mahalo,
JBHawaii
Last edit: 16 years 10 months ago by JBHawaii.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18105
by Lintzy
Replied by Lintzy on topic Re:Customise Advanced Search Page
kunena.search.class.php (components/com_kunena/lib)
/template/default/plugin/advancedsearch/advsearch.php
But wouldn't it be easier to change it with a little css?
/template/default/plugin/advancedsearch/advsearch.php
But wouldn't it be easier to change it with a little css?
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18137
by JBHawaii
Mahalo,
JBHawaii
Replied by JBHawaii on topic Re:Customise Advanced Search Page
there are 2 classes that joomla is styling and kunena is not (.legend, .fieldset), I tried adding the style in kunena.forum.css but it's pointless because some elements in the advanced search page have inline css. (I think...) anyhow all I want to do is override the joomla template so those 2 files should suffice.
Thanks Lintzy
Thanks Lintzy
Mahalo,
JBHawaii
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 10 months ago #18144
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:Customise Advanced Search Page
You can override the inline and Joomla CSS by simply adding the !important attribute to the element in question.
It would look like this for instance
It would look like this for instance
Code:
p { color: #ff0000 !important; }
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18147
by JBHawaii
Mahalo,
JBHawaii
Replied by JBHawaii on topic Re:Customise Advanced Search Page
ah, thanks so much grumblemarc. Even after I added new style it still wouldn't override.
I am very appreciative for your help
I am very appreciative for your help
Mahalo,
JBHawaii
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18159
by @quila
Replied by @quila on topic Re:Customise Advanced Search Page
Hi JBHawaii,
try adding #Kunena before class like
Regards
try adding #Kunena before class like
Code:
#Kunena .legend {}
#Kunena .fieldset {}
Please Log in or Create an account to join the conversation.
Time to create page: 0.239 seconds