Labels |
Added:
No Code Attached Yet
|
Title |
|
üzgünüm videoda göstermeye çalıştığın sorunun ne olduğunu anlamadım
Hi @brianteeman ,
Please look at the link colors when closing the submenu. It turns blue.
Add different color to CSS file, not default link colors. I added slow motion so you can see better now.
For example, I want to use a color as follows. The result is like the video I added in my previous message.
.metismenu.mod-menu .mm-collapse>li>a { color: var(--template-bg-dark-80); }
.metismenu.mod-menu .mm-collapse>li>a:hover { color: var(--danger-border) !important; }
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-05 19:49:45 |
Closed_By | ⇒ | chmst |
I understand that you want to change the appearance of your links in metismenu.
You can make a child template of cassiopeia and write your changes into a user.css.
This is not an issue of the joomla core or of cassiopiea. You better ask in forum.jooma.com
I know how to do it (I'm using user.css). But there is an error in the template dropdown here, check anyway. I didn't say anything about the Joomla core. And I've never seen this kind of problem with any template. It's not nice to have minor bugs in the core template.
Thank you.
@drmenzelit could you please have a look here? It it is a bug in cassiopeia we can re-open the issue.
Hi @joomlaphp , I see what you mean, it has something to do with the javascript controlling the dropdown. Sadly I'm not good at javascript, so I don't know how to solve it...
Status | Closed | ⇒ | New |
Closed_Date | 2022-04-05 19:49:45 | ⇒ | |
Closed_By | chmst | ⇒ |
I could try and help but I just dont see the bug. maybe i am looking in the wrong place?
When the menu items have another colour than the standard Cassiopeia blue (Ugur has some grey) and you close the dropdown for a tiny moment you see the links dissapering and they are blue... in the slow motion video is better to see... We had already reports about the background of the submenu dissapering faster than the links itself, but I can't find them now...
ok I see it now
Yes, it seems to be related to javascript. I'm looking through the files, I hope we can find and fix it.
@brianteeman @drmenzelit @chmst Thank you again for your interest.
The problem is reproducable on the metismenujs demo site https://onokumus.com/metismenujs/
The problem is that for a small period of time there is no metismenu mm-collapse class on the link
So its not something that can be fixed here and would need to be addressed upstream at https://github.com/onokumus/metismenujs
You could try adding
.metismenu.mod-menu a { color: var(--template-bg-dark-80); }
Or if you want to dig into the javascript then it will be the hide or the hidden events
hide.metisMenu | This event is fired immediately when the hide method has been called. |
hidden.metisMenu | This event is fired when a collapse ul element has been hidden from the user (will wait for CSS transitions to complete). |
.metismenu.mod-menu a { color: var(--template-bg-dark-80); }
Of course this solves the problem. I'm sure this little problem will be fixed in time. Thanks again to all of you.
Labels |
Added:
?
good first issue
|
Labels |
Removed:
good first issue
|
I am working on it.
Thank you @abinash185 I assigned this to you.
@abinash185 Any progress?
Thanks
unassigned @abinash185. Annoying ^^
I asked the question to the producer of Metismenu and the answer was:
Hello,
First of all, I should point out that MetisMenu only comes with the CSS code it needs. The rest of the customizations belong to the user.
For example, padding, margin, text color, background color, underline etc. features are left to the user. In other words, MetisMenu only offers basic features, does not interfere with the rest.
As I understand from the video, your requests are not related to these basic features, but for customization. I also don't know how much Joomla customizes MetisMenu and offers it to its users.
For the reasons I listed above, the recommendations I can give you are:
Examine how the CSS features offered by Joomla affect MetisMenu,
If necessary, find out how to customize it according to this review.
As stated above I replicated the issue you reported on the metismenu example site
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-01 21:22:10 |
Closed_By | ⇒ | joomlaphp |
Status | Closed | ⇒ | New |
Closed_Date | 2023-08-01 21:22:10 | ⇒ | |
Closed_By | joomlaphp | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-03 10:14:19 |
Closed_By | ⇒ | joomlaphp |
sorry I dont see what the problem is that you are trying to show in the video