Jay Mandell
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Max Mega Menu] Item Border Hover TranstionsI figured it out!. The trick is in the css content rule with event set to hover in the max mega menu settings. This is the custom styling for anyone else that may land here.
#{$wrap} #{$menu} > li.mega-menu-item > a.mega-menu-link::before { position: absolute; content: ''; bottom: 0; left: 0; right: 0; width: 100%; border-bottom: 2px solid; -webkit-transition: width .3s ease; -moz-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; } #{$wrap} #{$menu} > li.mega-menu-item:not(:hover) > a.mega-menu-link::before { width: 0; box-sizing: border-box; }- This reply was modified 5 years, 3 months ago by Jay Mandell.
- This reply was modified 5 years, 3 months ago by Jay Mandell.
Forum: Plugins
In reply to: [CMB2] CMb2_init action hook doesn't seem to work when using helper functionsThis is strange, As it turns out its not that “cmb2_ini” is working, Its seems to work as long as I’m using anything other than “cmb2_init”. Even an empty string works. I have also added to the same file as the example-functions.php file and I have used in another file but same results. Using “cmb2_init” outputs and empty string. But its working now using an empty string so I’m happy 🙂
Forum: Fixing WordPress
In reply to: Two instances of thickboxI was looking for the exact same thing and after digging around I found this:
This worked perfectly!
Viewing 3 replies - 1 through 3 (of 3 total)