Hot Flash template

More
12 years 1 month ago #22950 by ivan.milic
Replied by ivan.milic on topic Hot Flash template
Delete what you added then download that file using ftp to your computer edit it there, then upload it back. The code you added has transformed >,",' into html escape sequences so code has syntax errors. Also please tell me how you edit it (what editor you used) because you are third one that does it like that and I want to know what to tell to others not to do.

Please Log in to join the conversation.

More
12 years 1 month ago #22951 by ivan.milic
Replied by ivan.milic on topic Hot Flash template
I know what you did , copy paste code from this page, not your email cilent:

www.hotjoomlatemplates.com/support-forum...template/reply/22950

right code again:
Code:
jQuery(document).ready(function(){ jQuery("#flashes > li > UL.subMenu").each(function(index){ var item_h = 0; jQuery(this).find('> LI').each(function(i){ item_h += jQuery(this).innerHeight(); }); var top_m = jQuery(this).innerHeight() - item_h - 10; jQuery(this).find('> LI').first().css('marginTop', String(top_m) + 'px'); }); });

Please Log in to join the conversation.

More
12 years 1 month ago #22953 by sectorluca
Replied by sectorluca on topic Hot Flash template
Hello Ivan,

I followed your instrunction and as you can see in my website ( www.tizianadidier.it ) now the submenu have different alignment, but if you click on any menu and go in "Aree di intervento" sub menu, you will see that, there are not displayed all menuitems.
In the homepage ,if you check, there are 8 menu items in "Aree di intervento", but when you are any page, the menu items are only 5.
At part that, I think that the first item below is too much near the top menu bar.
Below I could have some solution, but you should have to find how to do.

Solution one, show two arrows in the menu, for to move inside:





Sulution 2, move on botton the sub menu:




Both solution, should be very good if the end user could choise.
Instead a suggestion, should be to set the alignment on the sub menu:



At part the last suggestion, your solution move the first menu item too much near the Top Menu bar.

For now, thanks in advance.

Cheers
Luca
Attachments:

Please Log in to join the conversation.

More
12 years 1 month ago #22961 by ivan.milic
Replied by ivan.milic on topic Hot Flash template
You can make items more off from bottom title like this, see this line:

var top_m = jQuery(this).innerHeight() - item_h - 10;

change it to:

var top_m = jQuery(this).innerHeight() - item_h - 20;

anyway you can to fit all menu items of interior page for third column, better organize items to be in third level of menu (in ballon).

Please Log in to join the conversation.

More
12 years 1 month ago #22968 by sectorluca
Replied by sectorluca on topic Hot Flash template
Hello Ivan,

thanks for your reply, butI cannot organize the menu in another way. At part that, If I have more then 5 "argument", i could have the same issue.
Well, for solve the issue unfortunately, there are not too much way at part what I told in the previous post.

i'm waiting any your suggestion for solve the problem.

best regards
Luca

Please Log in to join the conversation.

More
12 years 1 month ago #22976 by ivan.milic
Replied by ivan.milic on topic Hot Flash template
So do you have idea how to fit items for 3-rd column into that height. If you ok with bigger height on interior pages you have parameter for that in template settings.

Please Log in to join the conversation.

Time to create page: 0.092 seconds
Powered by Kunena Forum