-
cancelthisaccountpls replied to the topic Google-hosted jQuery conflicting with default BuddyPress image cropper – help! in the forum How-to & Troubleshooting 13 years, 9 months ago
solved! I used this code from this page
http://snipplr.com/view.php?codeview&id=26963
Detailed explanation below.my final code:
[Read more]
<?php
wp_deregister_script('jquery');
wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js', false,… -
iamdavidstone@gmail.com posted on the forum topic Google-hosted jQuery conflicting with default BuddyPress image cropper – help! in the group How-To and Troubleshooting: 13 years, 9 months ago
solved! I used this code from this page
http://snipplr.com/view.php?codeview&id=26963
Detailed explanation below. my final code:$(document).ready(function(){ $(".l1").click(function(){ $("#login-panel").toggle(); $("input:first", document.forms).focus(); }); });
The code I added:This allowed me to delete this line
from my original code: `…[Read more]
-
iamdavidstone@gmail.com started the forum topic Google-hosted jQuery conflicting with default BuddyPress image cropper – help! in the group How-To and Troubleshooting: 13 years, 9 months ago
I’m using BuddyPress. I finally figured out how to toggle a login box via jQuery. Unfortunately, calling the Google-hosted jQuery library causes a conflict with the image cropper featured with BuddyPress. I spent all day looking up ways to solve this. No dice. If I delete the first line (the one referencing googleapis.com) my image […]
-
iamdavidstone@gmail.com started the forum topic Jquery toggle registration form. Fields are ok but won't function! in the group How-To and Troubleshooting: 13 years, 10 months ago
I have a small login form I toggle via jquery and would like to accomplish the same for my registration. The problem is that my form doesn’t do anything other than redirect to the main page. There are no pending activations either, so I just can’t get this form to submit. Any ideas? I realize […]
-
iamdavidstone@gmail.com joined the group How-To and Troubleshooting 13 years, 10 months ago
-
iamdavidstone@gmail.com posted on the forum topic Ajax chat without admin bar in the group Creating & Extending: 13 years, 10 months ago
‘#wp-admin-bar {
position: fixed;
top: 0;
left: 0;
z-index: 99;
height: 25px;
font-size: 11px;
width: 100%;
z-index: 2;
}
‘ -
iamdavidstone@gmail.com posted on the forum topic Ajax chat without admin bar in the group Creating & Extending: 13 years, 10 months ago
Okay, just figured out how to get the chat box to display and hide the admin bar.
I had my admin bar hidden using the display: none tag. I undid that and went into adminbar.css and gave the adminbar a z-index of 1 or 2. Anything more than that and the admin bar would show.
-
iamdavidstone@gmail.com started the forum topic Ajax chat without admin bar in the group Creating & Extending: 13 years, 10 months ago
I disabled the admin bar in my theme and can’t get the ajax chat plugin to function. tried
backticks
backticks
andbackticks
backticks
without any luck… -
iamdavidstone@gmail.com joined the group Creating & Extending 13 years, 10 months ago
@iamdavidstonegmailcom
Active 10 years, 7 months ago