ddumont
✭✭ddumont ✭✭
Reactions
-
Re: Auto-Sink?
way better :P (View Post)1 -
Re: Change width of page to fit AdSense banner
if you're modifying the default css in vanilla, try putting it at the bottom of the css file (View Post)1 -
Re: Search criteria...options
I'd love to help but I'm not sure. I think I started using Vanilla after they moved to the current implementation. There are reasons and trade-offs for what they did. There are plugins here on the si… (View Post)1 -
Re: jquery move categories
Then in the Render function you'll want to look into all the assets I think. @Lincoln may be able to explain more. You'll have to do some trial and error, but you should be able to find the jquery as… (View Post)1 -
Re: jquery move categories
To add an external js file, without adding a ?version param to the url, use:$Sender->Head->AddTag('script', array( 'src' => Asset('https://www.google.com/jsapi', FALSE, FALSE), 'type' => … (View Post)1