Did a dev mess with your plugin ?
-
Hello
I just spent ages trying to figure out why any upgrade of the plugin broke the functionality.
I did a diff on responsive-select-menu.php of v1.4
I had this and features were as anticipated:
@media (max-width: <?php echo $this->settings->op( 'max-menu-width' ); ?>px) { .responsiveSelectContainer{ border:none !important; background:none !important; box-shadow:none !important; position: relative; z-index: 9; } .responsiveSelectContainer ul.responsiveSelectFullMenu, #megaMenu ul.megaMenu.responsiveSelectFullMenu{ display: none !important; }
But the zip from your wp repo was like this and broke my theme:
@media (max-width: <?php echo $this->settings->op( 'max-menu-width' ); ?>px) { .responsiveSelectContainer{ border:none !important; background:none !important; box-shadow:none !important; } .responsiveSelectContainer ul, ul.responsiveSelectFullMenu, #megaMenu ul.megaMenu.responsiveSelectFullMenu{ display: none !important; }
Does the former look like a version you ever authored ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Did a dev mess with your plugin ?’ is closed to new replies.