Search the Wiki

Viewing 181 to 190 of 337 items

Internet Explorer 8 and disappearing images

I recently ran into a problem that was really hard to figure out. I was working on a responsive design where I used img {max-width:100%;} to make sure that images would be downsized rather than overflow in narrower viewports. It worked great everywhere… until I went to check in IE8. The site’s logo was gone! None of  Full Article…

0

SPF Record information

A good overview and some links: http://www.activecampaign.com/spf/ SPF Record Testing Tools: http://www.kitterman.com/spf/validate.html? Lookup SPF records: http://www.mxtoolbox.com/spf.aspx SPF Record Wizard: http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx

0

Some basic web app features to a website

How to hide the browser address bar: http://davidwalsh.name/hide-address-bar Use the Bookmark Bubble to suggest Android users add the site to their home screen Use the ‘Add to home screen’ to suggest iOS users add the site to their home screen

0

get_the_content() WITH formatting

See this post: http://www.web-templates.nu/2008/08/31/get_the_content-with-formatting/ Normally the get_the_content() tag returns the content without formatting. I found out a solution to makeget_the_content() tag return the same content as the_content(). In your theme, call the function within the loop:

0

Add subnav component and behavior to Bootstrap

Taken from GitHub here. I just spent an hour figuring this out so here’s how I did it. Please chip in if I’m doing something that is not necessary. Make sure that the link to the docs.css file is in the <head> of your document like this. The file that I’m using the subnav in is in  Full Article…

0

How to use WooCommerce without a Products Page

Great information taken from here: http://chrislema.com/   Written by chrislema on May 28, 2012 · 8 Comments   As I’ve been working on the Elegant PURL plugin site, I decided I wanted to sell premium versions of the plugin. The lite version would still be free over at WordPress.org but I wanted two versions available on the site. That meant setting up a little bit of  Full Article…

0

All about Network Admin access and site_admins

I lost access to teh network admin in a WordPress multisite install. This is the gas which got me back in control of it all! Apparent I caused problems with the Network admin permissions and access when I changed the admin username. When I reverted back to the admin username all access returned to normal.  Full Article…

0