Adrian Bengtson

Results 5 issues of Adrian Bengtson

Being able to customize these lines from the header of the .pot file through options would be nice: `````` # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT...

The `start_lvl()` function in [`Foundationpress_Mobile_Walker`](https://github.com/olefredrik/FoundationPress/blob/master/library/class-foundationpress-mobile-walker.php) class replaces the public function `start_lvl()` the WordPress class `Walker_Nav_Menu`, right? Looking at the [current `Walker_Nav_Menu` in WordPress 4.9.2](https://core.trac.wordpress.org/browser/tags/4.9.2/src//wp-includes/class-walker-nav-menu.php#L0) it seems like there has been...

WP core updates

I'm trying to wrap my head around if the three filters added in [responsive-images.php](https://github.com/olefredrik/FoundationPress/blob/master/library/responsive-images.php) is needed. Or where they added at a time when WordPress core didn't support responsive images...

The file `assets/scss/partials/_base.scss` contains this: ```css html { @apply antialiased; font-size: 15px; text-rendering: optimizeLegibility; @screen md { font-size: 18px; } } ``` When I'm using this fine theme I'm removing...

There is an issue with the dropdown menu when using the iPad in landscape mode. To recreate the problem: 1) Visit http://themefortress.com/demo/ on an iPad i landscape mode 2) Tap...