also if i click on configure for any of the boxes, nothing happens?
From my side, I suppose it’s the same than you: for both the bookmarks and feeds boxes, I can click on “configure”, but then it’s impossible to enter any text in the “bookmark alias” and “bookmark URL”, for instance. The cursor shape becomes the one for a text area, but not for an entry field.
That’s a pity, because this plugin would be really great, if this bug (if it is one) could be fixed.
Unfortunately, the author of this plugin can’t work currently on that (entering in a “social hibernation”, regarding his twitter account: https://twitter.com/#!/imath). But somebody else may find a clue to fix this issue ?
Anonymous User
(@anonymized-6594935)
Hello,
my config : WP3.4, BP 1.5.6
Just tested with google chrome version 19, Safari version 5.1.7 : everything works fine
In firefox, notepad is ok but as you’re saying, configuring bookmarks or feeds behaves strangely.. I’ll check that deeper soon. But if i ‘ctrl’ + click (i’m a mac user) then i can add some text in the fields..
i don’t know for i.e.
Anonymous User
(@anonymized-6594935)
Ok if you are using firefox, you can try to edit the file /plugins/bp-my-home/js/bp-my-home.js by adding after all the code this one :
if(jQuery.browser.mozilla) {
jQuery("input:text").live('click', function(){
jQuery(this).focus();
});
}