Jump to content

Download: Fusion Menu with Primary Navigation support


Mat Barrie

Recommended Posts

  • Replies 277
  • Created
  • Last Reply
Posted

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

Posted

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;

Posted

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;

}



%7Boption%7D Just don't forget to change the width if you need to add more items in the future.

Posted

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. %7Boption%7D

Edit: lmao
Posted

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
Posted

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. ;)

Posted

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: ;)

Posted

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:

Posted

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.
Posted

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.

Posted

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.

Posted

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.

Posted

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.

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...