nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
23 stars 6 forks source link

Improve support for AI Chat plugin #75

Closed macin closed 2 weeks ago

macin commented 3 months ago

Currently, AI Chat plugin does not work well with the Mikio template (messed up z-index for sidebars and toolbar) https://www.dokuwiki.org/plugin:aichat

Maybe restyling would be good to match template style

2024-06-06_10h01_18

nomadjimbob commented 3 months ago

I cannot replicate the z-index issue you are seeing. The AI Chat window sits above the Table of Contents part.

Can you make sure you are running the latest Dokuwiki and AIChat plugins and can you email me your conf/local.php file so I can replicate the settings you are using? (Remove any lines in that file that DO NOT start with $conf['tpl']['mikio'])

macin commented 3 months ago

Hi @nomadjimbob. I narrowed down this to when the sticky options are enabled.

nomadjimbob commented 3 months ago

Sorry, I enabled all the sticky options and the AI part still has the correct z-index. There is still something different between your setup and mine we need to narrow down.

https://github.com/nomadjimbob/mikio/assets/26953208/f4cf83a1-72dc-4bf8-9cc4-cc22995798cd

macin commented 3 months ago

Ok, I'll go for isolating the issue and will get back to you

macin commented 1 month ago

I reinstalled the template, cleared cache and all the cookies, and still the same. Maybe, I'll just wait for the new Mikio template version once it is released.

macin commented 3 weeks ago

Found the reason. I have used the AICHAT tag in sidebar. When I enable Mikio option

tpl»mikio»stickyLeftSidebar Make the left sidebar sticky

Then AI Chat overlaps

image

when I have this checkbox disabled image

macin commented 2 weeks ago

I confirm this did the job. I am closing the ticket.