Alex Duffy Posted August 20, 2022 Share Posted August 20, 2022 (edited) 4 hours ago, shahed said: Hi, What is the print? Well... extend of support for public releases are normally limited to Invision apps or my own, as simply I don't own/have other third-party resources, so on that part there is nothing to support to begin with. I only can say how my plugin works, so maybe helps to make other templates work with as well. For css file, this plugin uses "navigationtoolkit.css" can be found in your theme edit CSS and HTML Now, any custom class that exist in your website can be put through this format and will change style in Dark Mode: html[data-theme="dark"] .customClass { background: #333; } You can add any class in navigationtoolkit.css by this format, and that class will have different style in Navigation Toolkit's Dark mode. 👍 The print was a bad choice of word for text, it was late and I was tired. Your suggestion worked thank you. I added it in custom css. html [data-theme="dark"] .SG_record_right_with_image { background-color: #40403E; } I'm new to this system and I'm not a developer, I just learn enough to do our own websites. I have worked with Drupal and self hosting for 8 years, but Invision on cloud is doing what I could not without some training, so far so good. Thanks again Edited August 20, 2022 by Alex Duffy Link to comment Share on other sites More sharing options...
bosss Posted August 20, 2022 Share Posted August 20, 2022 @shahed Can we choose use navigations tool in theme where we will use? Link to comment Share on other sites More sharing options...
shahed Posted August 21, 2022 Author Share Posted August 21, 2022 17 hours ago, Alex Duffy said: The print was a bad choice of word for text, it was late and I was tired. Your suggestion worked thank you. I added it in custom css. html [data-theme="dark"] .SG_record_right_with_image { background-color: #40403E; } I'm new to this system and I'm not a developer, I just learn enough to do our own websites. I have worked with Drupal and self hosting for 8 years, but Invision on cloud is doing what I could not without some training, so far so good. Thanks again Sure. glad it is worked. 👍 17 hours ago, bosss said: @shahed Can we choose use navigations tool in theme where we will use? Not sure really understand it. you want using for example a toolkit's button in certain theme? Link to comment Share on other sites More sharing options...
bosss Posted August 21, 2022 Share Posted August 21, 2022 8 hours ago, shahed said: Sure. glad it is worked. 👍 Not sure really understand it. you want using for example a toolkit's button in certain theme? Yes! Link to comment Share on other sites More sharing options...
shahed Posted August 22, 2022 Author Share Posted August 22, 2022 17 hours ago, bosss said: Yes! Well in this case I'm not sure it is even technically possible, since a Plugin/App will assign resources in all installed themes without exception. so if you want a plugin feature modify in a specific theme, the only way is manually edit plugin resource in that specific theme. bosss 1 Link to comment Share on other sites More sharing options...
Alex Duffy Posted August 24, 2022 Share Posted August 24, 2022 HI Shahed, the sticky sidebar is only working on Firefox for me, not Chrome, Safari, Brave or Edge - Mac OSX 12.5.1. Hide or show sidebar is working on them all. Any idea? Link to comment Share on other sites More sharing options...
shahed Posted August 25, 2022 Author Share Posted August 25, 2022 6 hours ago, Alex Duffy said: HI Shahed, the sticky sidebar is only working on Firefox for me, not Chrome, Safari, Brave or Edge - Mac OSX 12.5.1. Hide or show sidebar is working on them all. Any idea? Hello, I can confirm the issue. will be fix in next update. 👍for now you can add this in your custom.css html[data-sticky="side-sticky"] #ipsLayout_sidebar { overflow: unset; } Link to comment Share on other sites More sharing options...
Alex Duffy Posted August 25, 2022 Share Posted August 25, 2022 3 hours ago, shahed said: Hello, I can confirm the issue. will be fix in next update. 👍for now you can add this in your custom.css html[data-sticky="side-sticky"] #ipsLayout_sidebar { overflow: unset; } 👍 - Yes that works for all browsers ... thank you, it's a great navigational aid. shahed 1 Link to comment Share on other sites More sharing options...
Recommended Posts