Button menu

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
Locked
User avatar

moose5
Users
Users
Posts: 17
Joined: 01 Mar 2016, 03:13

Re: Button menu

Post by moose5 »

YAY :eusa_dance:
I'm glad to hear that!

Sorry, I am not a programmer, but I can follow instructions (change this here and that there). I also have a test forum and I can test.
Please let me know if any of that is of any help to you.
:tumbsyes:

User avatar

Anuj Dhawan
Users
Users
Posts: 109
Joined: 31 Aug 2015, 10:32

Re: Button menu

Post by Anuj Dhawan »

dmzx wrote: 15 Jun 2016, 21:03 Also on the to do list to update again this extension.
Yes please do so. Some of us are eagerly waiting for this!

User avatar

raykai
Users
Users
Posts: 12
Joined: 28 Jun 2016, 08:24

Re: Button menu

Post by raykai »

i do agree that this mod needs fixing for smartphone.

User avatar

taledus
Users
Users
Posts: 83
Joined: 19 Jun 2016, 05:47

Re: Button menu

Post by taledus »

Hey guys, if you want to use this extension and have it wrap on phones, here is what I added in CSS Magic:

Code: Select all

#menu {
    height: auto;
}
It's actually easier to just copy all the css for the button menu and paste in CSS Magic. However, that will cause it to expand vertically instead of sticking out the side. Check my website (should be in sig).

That being said, I have tweaked this to oblivion and cannot get it to snap the width like the header and navbar does, so there is a small gap to the left and right...no idea how to fix, but if I figure something out I'll post an update.

EDIT: That will not increase the size of the menu corners. I have not tested what will increase the size of those, as I am drawing a gradient with rounded bottom corners for mine.

User avatar

taledus
Users
Users
Posts: 83
Joined: 19 Jun 2016, 05:47

Re: Button menu

Post by taledus »

Not sure if this is possible...

When the user is on a page that is linked in the button menu, is it possible for it to be highlighted so it appears like tabs? Or at least some way to highlight the word with a shadow effect of some sort.

I.E. On my site, if they click Forums, and go to that page the Forums button will be highlighted. Or going to Downloads, the Downloads button will be highlighted. Etc...

User avatar

taledus
Users
Users
Posts: 83
Joined: 19 Jun 2016, 05:47

Re: Button menu

Post by taledus »

Button Menu phone width support, done in CSS Magic:

Code: Select all

@media screen and (max-width: 700px), only screen and (max-device-width: 700px) {
   #menu {
		max-width: 700px;
		min-width: 300px;
		width: auto;
    		height: auto;
		margin-left: -5px;
		margin-right: -5px;
		position: relative;
		border-radius: 0px;
	}
}
I don't really know if ALL that is needed, or what actually makes the needed change, but on my phone the width of my button menu looks great. A lot of people have just been turning it off, but the Button Menu is the primary navigation on my forums to all the stuff. Hope this helps guys. Have a great weekend!
:beer2:

User avatar

moose5
Users
Users
Posts: 17
Joined: 01 Mar 2016, 03:13

Re: Button menu

Post by moose5 »

Thanks @taledus and @martin !

that addition to css magic works great on my test forum. :tumbsyes:

User avatar

alfi0815
Users
Users
Posts: 120
Joined: 06 Jun 2015, 12:41

Re: Button menu

Post by alfi0815 »

hello dmzx,
where and how I can paste with the links icons?

User avatar

Rhynn
Users
Users
Posts: 5
Joined: 14 Oct 2015, 22:33

Re: Button menu

Post by Rhynn »

Doesn't work with the style we_clearblue, unfortunately.

User avatar

alfi0815
Users
Users
Posts: 120
Joined: 06 Jun 2015, 12:41

Re: Button menu

Post by alfi0815 »

Hello, dmzx,
I my icons like favicons in the browser.
Do you have an idea??

User avatar

alfi0815
Users
Users
Posts: 120
Joined: 06 Jun 2015, 12:41

Re: Button menu

Post by alfi0815 »

Hello dmzx,

what must I paste where, so that is indicated with external links also favicon.icon in the button :question:

Do you have at all an idea :question:

:buigen: Please, around help

thx

User avatar

alfi0815
Users
Users
Posts: 120
Joined: 06 Jun 2015, 12:41

Re: Button menu

Post by alfi0815 »

Hello dmzx,

or is there to paste a possibility somewhere "small icon icon xy" in every button separately??
So with every input of an Url also enter an icon??

Please help me... :buigen: :buigen:

User avatar

opoesiemen
Users
Users
Posts: 8
Joined: 16 Sep 2016, 14:03

Re: Button menu

Post by opoesiemen »

This is a great extension! It would be nice if it was responsive and adaptive. I know that dmzx wrote that this is on his to-do list. I'm very curious to use it on my forum.

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47

Re: Button menu

Post by talonos »

Touch Punch is a javascript file that you can include on your pages and it will turn "Touch" into "click" for you on devices that have touch screens.

might be worth while seeing if adding it helps on responsive pages. i've used it a few times and had no issues.

http://touchpunch.furf.com/
Board3 mods/extensions available/created by Talonos @ http://pretereo-stormrage.co.uk

User avatar

alfi0815
Users
Users
Posts: 120
Joined: 06 Jun 2015, 12:41

Re: Button menu

Post by alfi0815 »


Locked