By map856 - Sunday, April 7, 2024
|
I recently downloaded and installed the latest report skin templates. To be clear, here's what the Narrative Report footer says:
This genealogy report was generated by GenoPro® version 3.1.0.1 on 2024.4.7 using skin template (2023.09.22) with code base 2024.04.03.
I quite like the new updated look but I was initially a little confused when I couldn't see the familiar horizontal navigation bar. It didn't take me long to realise I had to click on the Toggle Menu icon at the top left to display this menu but I think I would prefer the left hand menu to be displayed by default on opening the report. Is there a way to enable this? |
By genome - Thursday, April 11, 2024
|
You can cause the dropdown menu to appear whenever the home.htm page is displayed by adding a simple script to the home.htm template file e.g. <script type='text/javascript'> tocToggle('menu.htm');</script> I have modified the existing home.htm template and attached it to this post. Simply download and replace the existing file in your Report Skins Common\Code folder with this one. I do not intend to make this part of the standard release. However I will add a slow 'blink' to the 'hamburger' menu icon, e.g.  , to bring attention to it.
|
By map856 - Friday, April 12, 2024
|
Thank you very kindly @genome, your solution works a treat!
I have absolutely no problem if this isn't part of the standard release but as a workaround it does exactly what I was hoping for in a very simple way. Martin
|