Loren Posted June 5, 2010 Posted June 5, 2010 Can someone send me a link of where I sign in to redownload the newest version? When I go to the site I don't see a client sign-in. I sent in a ticket, but have not heard a response.http://community.fusiondigital.co.nz/files/category/6-fusion-menu/
emberintherain Posted June 5, 2010 Posted June 5, 2010 Thanks Loren, Here's the code that is under #primary_navigation #primary_navigation { margin-top: 3px; margin-right: 15px; float: right; position: relative; z-index: 10000; } would I just change the float: right; to float: center? I have tried this and it aligns to the left. Any thoughts? ~Shawn
Guest Posted June 5, 2010 Posted June 5, 2010 would I just change the float: right; to float: center? I have tried this and it aligns to the left. Any thoughts? ~Shawn It doesn't float left, it defaults to left because there is no "float: center;". Try using margin instead:margin: 0 auto; You may need to specify a width. If that doesn't work, you could always just try: text-align: center;
Guest Posted June 5, 2010 Posted June 5, 2010 I took a look at your site, just use this: #primary_navigation { padding-top: 2px; margin: 0 auto; width: 600px; position: relative; z-index: 10000; } Just don't forget to change the width if you need to add more items in the future.
THE RED DRAGON Posted June 5, 2010 Posted June 5, 2010 Thank you loren - It seems as though my information is not in there anymore. Very strange..ill try registering and sending in a ticket
emberintherain Posted June 5, 2010 Posted June 5, 2010 Hey Chris00, thanks for the suggestions, unfortunately neither of those worked. Any other thoughts?
emberintherain Posted June 5, 2010 Posted June 5, 2010 ignore that last comment chris00 I didn't see your second post.. that worked great thanks a lot.
Guest Posted June 5, 2010 Posted June 5, 2010 Hey Chris00, thanks for the suggestions, unfortunately neither of those worked. Any other thoughts? Yeah, read my other post right below the one I quoted you in. Edit: lmao
THE RED DRAGON Posted June 6, 2010 Posted June 6, 2010 Replied to your ticket FYI. I was able to upgrade after customer service promptly replied to my support ticket. From what I have seen with this product, I will have no issues or pause about buying from this company in the future. Great service - Great product
Akabane Posted June 9, 2010 Posted June 9, 2010 Just bought it because I'm so lazy editing the whole thing myself, but the primary nav bar from IPB dont want to be deleted... I can just add stuff, which is not the point. ;)
Helen.Love Posted June 9, 2010 Posted June 9, 2010 Is it possible to change the colour of the drop down menu and the lettres when you go over it with your mouse? If so, how. (if you look www.nightslayersclan.org , you can see i rather want it a bit red or something which fits well with the skin). And does the 'open to new window' thing still not work? On my site it doesn't work. Thanks :cool: ;)
Akabane Posted June 9, 2010 Posted June 9, 2010 Nah it doesnt on the menu on the top. Still waiting for a fix too. :x
InvisionNutCase Posted June 9, 2010 Posted June 9, 2010 put my ticket in as well.. interestingly enuf was that i didn't have this app "installed", had put it in the disabled hooks section before re-deploying the mod... so even though it's not installed, it seems like i will have to upgrade as well... :whistle: ping Mat :ph34r:
Mat Barrie Posted June 9, 2010 Author Posted June 9, 2010 You can change the colour from the ACP > Look and Feel > Your skin > CSS > fusionmenu.css
Helen.Love Posted June 10, 2010 Posted June 10, 2010 You can change the colour from the ACP > Look and Feel > Your skin > CSS > fusionmenu.css Aah i was looking at the look and feel > templates :cat: :unsure: Haha, thanks it worked.
Mat Barrie Posted June 10, 2010 Author Posted June 10, 2010 BTW, "Alt+0187" looks better than ">>" - it comes out as "
Mat Barrie Posted June 12, 2010 Author Posted June 12, 2010 Open in New Window now works. And so do icons in the root menus (for obvious reasons, no icons in primary nav tabs though - I'll see if that can be done without looking too assy, but no promises there). And if you create a menu and set it to point to an application (using the "pick an application" dropdown) that will now work in header menus too. Download 1.1.2 for the fixes.
jackflash Posted June 13, 2010 Posted June 13, 2010 Installed flawlessly, however, it will not save a link in the URL box. Not matter what link I use, it defaults to the boards main web address. I am using 3.1.0 and the latest version of Fusion menu. I have also tried to install this on a board using 3.0.5 on a different server and the same problem persists. Note: When you type a link into the url box and hit save, the line is still blank.
Loren Posted June 13, 2010 Posted June 13, 2010 I had the same problem with 1.1.2 so I reverted back to 1.1.1. It will not save any URL other than board URLs so I could not link some custom pages. I think Mat will get it sorted just give him a day or two.
Mat Barrie Posted June 13, 2010 Author Posted June 13, 2010 Done already. Go redownload :) Sorry about that. A new function that was added to make it so stuff like the "Application" menu items would work in the header menu got re-engineered a few times, and it seems I forgot to give it some imput it needed.
Robert Simons Posted June 15, 2010 Posted June 15, 2010 First I would like to say thanks to Mat for producing such a high quality mod. I did have an issue with the top navigation not showing but installing the patch resolved the issue, though I was under the impression that this issue was being resolved in the 3.1... I do have a question with tabbing on the primary navigation and IPContent... Using the IPBoard wrapper... When you have multiple pages in IPC and you add links to either navigation, the only page being highlighted is the page that is set for the default in IPC. I know the tabbing issue has been a pain as I purchased another navigation mod (that purchase was 9 months ago and seems the creator is no longer supporting it ... plus this one is of much higher quality :D ) and it also had the same issue. Do you have any plans on altering this mod so it only highlights on the current page that is being shown?
Mat Barrie Posted June 15, 2010 Author Posted June 15, 2010 I can look into that. For now, we just check whether the current app is the one the tab is pointing to, but I think it probably wouldn't be too much of a stretch to find some way to identify the selected page. I'll see what I can get put together.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.