GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Display Navigation Menu On Opening Narrative Report


https://support.genopro.com/Topic43942.aspx
Print Topic | Close Window

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?

Many thanks.

Martin
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. https://support.genopro.com/Uploads/Images/b2184726-e62d-40a2-8093-10e1.gif, 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