Some issues with Cinema

More
11 years 4 months ago #31549 by kennedyronald
Hi there,

Thanks for your templates. I have just run into some really frustrating issues while working with Hot Cinema template/Sparky.
-I have switched off that submenu must always be displayed, yet they are permanently visible when using Dropdown menu; Link www.allroundphotography.com
-I cannot assign home, is it automatically assigned? I have set the template as my default but it seems I somehow have to enable every single menu item (see attachment); is there a way to just always select Sparky/Cinema?
Hope you can help.
Cheers,
Ronald
Attachments:

Please Log in to join the conversation.

More
11 years 4 months ago #31554 by ivan.milic
Replied by ivan.milic on topic Some issues with Cinema
It does not behave like that you are missing something.

Please Log in to join the conversation.

More
11 years 4 months ago #31628 by kennedyronald
I got the template assignment figured out but I really am lost on the menu issue. It keeps showing the whole menu, also on pages I am not using anything that could conflict?
I hope you can help.

Please Log in to join the conversation.

More
11 years 4 months ago #31630 by ivan.milic
Replied by ivan.milic on topic Some issues with Cinema
Try adding this at bottom of template_css.css:

.menu.nav UL{
display:none;
}

Please Log in to join the conversation.

More
11 years 4 months ago #31642 by kennedyronald
Thanks but as I feared this only stops the submenu from being shown altogether. I would like the menu to function as it does on the demo. I hope you can help. I have looked but can't see why it doesn't work?
Cheers,
Ronald

Please Log in to join the conversation.

More
11 years 4 months ago #31644 by ivan.milic
Replied by ivan.milic on topic Some issues with Cinema
jquery reference in right click prevention code makes conflict because there is already jquery ref before that so in index.php you have this:
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script type="text/javascript" language="javascript"> $(document).ready(function() { $('img').bind('contextmenu', function(e){ return false; }); }); </script>

remove this line
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
The following user(s) said Thank You: kennedyronald

Please Log in to join the conversation.

Time to create page: 0.183 seconds
Powered by Kunena Forum