HOPETHISWORKS
Forum Replies Created
-
REGARDING THE MESSAGE: “@Todd and all others, who want to have the error msg above the input field and need disappear on mouseover, add this script to the head, and everything works again:
jQuery(document).ready(function($) {
// clear cf7 error msg on mouseover
$(“.wpcf7-form-control-wrap”).mouseover(function(){
$obj = $(“span.wpcf7-not-valid-tip”,this);
$obj.css(‘display’,’none’);
});
});”Did we conclude what the solution is and where the change occurs? I’ve read through the messages above and am a bit confused as to what the firm solution is.
SOLUTION=?
MAKE EDIT IN FILE (or PAGE): __________Forum: Plugins
In reply to: [Participants Database] Can't edit fieldsThat may have been the issue.
Another possible solution was my increasing the length of the lists from 40 to 60.Forum: Plugins
In reply to: [Participants Database] Can't edit fieldsOkay, I just removed 10 fields, and now updates work…I’m not sure why.
I would like to have 60 fields that are editable; is this possible? How?
Forum: Plugins
In reply to: [WP Modal Login] Link Image to WP Modal LoginI’m not sure if this was ever answered, but let me re-ask…
I have an image (icon) (w/link), but I would like to click on the icon to bring up the WP Modal Login. How do I do this?
Currently, the icon currently has a field with the following likeness:
What can I put in the field (instead of the above) that will allow me to open the popup login.
Forum: Plugins
In reply to: [CollabPress] Only give selected users access to projectDid you ever get the answer to this, g?