Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Solved moderation button drowdown not visible
11 years 4 months ago - 11 years 4 months ago #163564
by ruud
sharing = caring
moderation button drowdown not visible was created by ruud
Hi, as you can see in the screenshot the moderation button is missing the traingle icon. both above and below the topic.
sharing = caring
Last edit: 11 years 4 months ago by ruud.
Please Log in or Create an account to join the conversation.
11 years 4 months ago #163566
by ruud
sharing = caring
Replied by ruud on topic moderation button drowdown missing
hi, just found the cause:
the 'caret' is coded like:
btn-primary has the following bootstrap css
#fff is the same color as my background.
changing the code to (omitting the btn-primary) fixed the issue:
the 'caret' is coded like:
Code:
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</a>
btn-primary has the following bootstrap css
Code:
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
border-bottom-color: #fff;
border-top-color: #fff;
}
#fff is the same color as my background.
changing the code to (omitting the btn-primary) fixed the issue:
Code:
<a class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</a>
sharing = caring
Please Log in or Create an account to join the conversation.
11 years 4 months ago - 11 years 4 months ago #163574
by 810
Replied by 810 on topic moderation button drowdown missing
the white i have already removed.
For the other you miss a class on your joomla template "caret". also "center" like the other issue. and "disabled" for the pagination color
These are basic bootstrap css classes, it should be in your joomla template
For the other you miss a class on your joomla template "caret". also "center" like the other issue. and "disabled" for the pagination color
These are basic bootstrap css classes, it should be in your joomla template
Last edit: 11 years 4 months ago by 810.
Please Log in or Create an account to join the conversation.
11 years 4 months ago - 11 years 4 months ago #163592
by ruud
sharing = caring
Replied by ruud on topic moderation button drowdown missing
Thanks Jelle,
I will take this up with the developers of Meet_gavern. Will try to find out what the reason is why they deleted these if they are by default in the css.
Perhaps a version thing?
github.com/GavickPro/Meet-Gavern/issues/234
I will take this up with the developers of Meet_gavern. Will try to find out what the reason is why they deleted these if they are by default in the css.
Perhaps a version thing?
github.com/GavickPro/Meet-Gavern/issues/234
sharing = caring
Last edit: 11 years 4 months ago by ruud.
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds