swirlyking
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] "Array" being returnedthat fixed it! thank you.
Forum: Plugins
In reply to: [Custom Field Suite] [Plugin: Custom Field Suite] "Array" being returnedOkay, I’ll replace the dash, but this is what I got back with your new line added:
array(1) { [0]=> string(11) “Sallie Ford” }I figured it out!!! I was trying to change the sizing animation and the “duration” wasn’t specified in the smcf.js file.
It was originally like this:$('#smcf-container .smcf-content').animate({ height: h }, function () { . . .But then I added the 100 in there like this:
$('#smcf-container .smcf-content').animate({ height: h }, 100, function () { . . .Well, I actually did that already and there was no change in speed. I feel like there must be something else?
Forum: Themes and Templates
In reply to: Twenty Ten Access div troubleyay! that’s it. Thank you. I’m not totally familiar with ul li , etc. in CSS yet. I think I get it, but I feel real unsure.
Viewing 5 replies - 1 through 5 (of 5 total)