Baden

Results 6 issues of Baden

is there currently a way of knowing if the parallax is currently in motion or not? I would like to change an element based on if any layers are currently...

Feature request

Allows a single filter to override any source file as mentioned in issue #77 Now, to overwrite the default profile.php file all that would need to be done is something...

A couple of years ago I used this plugin on a project. I had to make changes to existing tabs, and add a few new ones, so I just hard-coded...

We have been having an issue that jQuery is not cloning the selected value of a select element when using EDGE. It's working fine in all standard-based browsers, just not...

In the past I have used the `wp_user_profiles_core_files` filter to basically rewrite the entire default sections like so: ``` add_filter( 'wp_user_profiles_core_files', 'my_custom_tabs', 10, 2 ); function my_custom_tabs($files, $sources){ $path =...

An issue we are running into is that a map with a single marker will be shown centered on page load, but if the page is resized, the marker will...

needs-dev-feedback