prijatelce
Forum Replies Created
-
Forum: Plugins
In reply to: [Stratus] Stratus not working on my blogP.S. or if you are certain that you will not spoil anything, you can downgrade the version of jQuery (let’s say to 1.8.x)
Forum: Plugins
In reply to: [Stratus] Stratus not working on my blogHi,
I had the same issue. it was due to the upgrade of jQuery and the $.browser object has been removed in version 1.9.x. In order tu use the player you will need to include the migration plugin of jQuery, see:
http://jquery.com/upgrade-guide/1.9/#jquery-migrate-plugin
https://github.com/jquery/jquery-migrate/I have included the migration plugin by modifying the wp-struts.php
just above the inclusion of the stratus.js do:
wp_enqueue_script(“jquery-migrate”, “http://code.jquery.com/jquery-migrate-1.1.1.js”, array(“jquery”));I hope that this will help you!
Hi,
Sorry for the wrong term, yes i have custom roles, other than WordPress predefined roles, and I would like to set password expiration to them
Thx
Forum: Plugins
In reply to: [Expire Users] [Plugin: Expire Users] User rights.any update on this?
Also I could not edit the expired password messageForum: Plugins
In reply to: Plugin:PIE-REGISTER — where to put html?try the plugin WP Better Emails. it will wrap the plain text email into its template