TimVevida

Results 13 comments of TimVevida

Instead of modifying the source code, assigning false to both package_name and package_version bugfixes this issue as well - but is no real solution.

Here is an example `.htaccess` file, `tim.concept.vevida-test.nl` is the URL of my development site: ``` # Rules for handling requests for source images # --------------------------------------------- RewriteEngine On # Redirect to...

Since I reported this issue, it seems that the .htaccess rules are updated as soon as I enter the WP-admin. So altering the .htaccess-files manually is not an option anymore,...

This issue is only present in `xiao-es5.js`, it seems there was a copy-paste error in bd97a75eb7669682706bcf89a9cca640d034c351.

No need for JavaScript here, just move the echo of the label and description in `alpha-color-picker.php`: ``` // Begin the output. if ( isset( $this->label ) && '' !== $this->label...

Note that this is a breaking change, the Aurelia Validation docs state: > The `ensure` method accepts one argument representing the property name. The argument can be a string or...

I'm having the same problem here. The fix in #460 works great for simple templates using if.bind, but replace-part is not handled correctly. According to the source, replace-part must be...

As you say, the plugin only implements the on-the-fly SEO calculation on-page.

Currently, no. The plugin works by adding a piece of JavaScript which registers the custom fields on the page. There is no implementation in PHP yet.