- Posts: 12
- Thank you received: 1
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved How To Remove Topic Icons?
- 313designs
- Topic Author
- Offline
- New Member
I haven't been successful in getting an answer as to why the Topic Icons are displaying vertically when I go to create a topic. So I'd like to remove them all together - is that possible?
James
Please Log in or Create an account to join the conversation.
Or you deactivate "Selectable Topic Icons" in the kunena configuration -> (tab) Frontend.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
There are many possible reasons why topic icons (or other elements of Kunena) may display vertically instead of horizontally.313designs wrote: I haven't been successful in getting an answer as to why the Topic Icons are displaying vertically when I go to create a topic.
Some possible reasons are explored in the following topics:
- Emoticons and Topic Icons are Vertically Aligned
- Blue Eagle template (slightly changed) displays topic icons and BBcode icons vertically
- Topic Icons Vertical
There have been other cases reported as well. In all cases, the fix is to make some changes to the CSS. If you want help to customise your CSS, there are people who can do this. Some people charge a few dollars to assist with customising CSS. If you want free help then you may have to wait a while. If you want "immediate" help then it may be worth considering paying a few dollars to get professional assistance. In any event, in order to help you it is necessary for someone to login to you site and see, at first hand, what is happening.
As far as I know (and I could be wrong) there is no configuration setting to remove topic icons. It's possible to remove topic icons by creating your own Kunena template. It's also possible to hide the icons with CSS but the actual code depends on whether you are using Blue Eagle or Crypsis (or perhaps something else).313designs wrote: So I'd like to remove them all together - is that possible?
One other way to figure out your own solution is to use a browser-based web-design tool (like Firebug for Firefox) and experiment with different CSS rules. Alternatively, try a different Joomla template. Sorry, I can't be more specific that this.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- 313designs
- Topic Author
- Offline
- New Member
- Posts: 12
- Thank you received: 1
I was able to correct the issue - I found the following code:
#Kunena img {
display: block;
float: left;
max-width: none !important;
}
What's interesting now, the topic icon symbols are all aligned together and the radio buttons are listed after the icons?
Please Log in or Create an account to join the conversation.
- 9themestore
- Offline
- Premium Member
Did it work? If it does not work please capture a image of all icons you want to remove. We will help you find a good solution for this task.
Regards,
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Please Log in or Create an account to join the conversation.