Archives by date

You are browsing the site archives by date.

Less Css Escape progid:DXImageTransform

This will allow you to add “.less” parameters to progid:DXImageTransform: filter:e(“progid:DXImageTransform.Microsoft.gradient(startColorStr=’”)@from e(“‘,EndColorStr=’”)@to e(“‘,GradientType=0)”); For horizontal gradient: filter:e(“progid:DXImageTransform.Microsoft.gradient(startColorStr=’”)@from e(“‘,EndColorStr=’”)@to e(“‘,GradientType=1)”);  

WordPress Lifestyle Theme – Options Not Working

While helping a friend with his WordPress site, I ran into an issue with Studiopress’ Lifestyle theme – I couldn’t update the “theme options”. I did find the fix after almost an hour of searching the Google. In the “Tools” folder in the “Theme’s” folder change: PHP Code: $settings = ‘theme_mods_’.get_current_theme(); // do not change! [...]

Creating a Test User for Facebook

    To create a test user for fb, just follow these steps: Get your App Id from  your  fb developer page. Get your application App Secret from your fb developer page. Get access_token you’ll be using to create test user: https://graph.facebook.com/oauth/access_token? client_id=APP_ID &client_secret=APP_SECRET &grant_type=client_credentials Create a test user: (a new user is created every [...]