Will_Powered
-
[Solved] Horizontal Scroll Bars
That worked flawlessly. I had no idea you could attach x and y values to the overflow attribute. Thank you!
-
I feel like I'm taking Crazy Pills!
Its an interesting scenario. I've had similar experiences in the past. I usually follow a few simple steps: 1. Double check that I am correct when I say WP is a better solution than what they are suggesting. 2. Politely walk the client through…
-
[Solved] Div's Causing Horizontal Scroll Bars
Finally figured it out. Absolute position the interior elements to automatically center. Then use a container with a width set to 100% and overflow set to hidden. Problem solved!
-
Adding Extra Spaces Between Paragraphs in Wordpress
betzster: I can't use html to fix it because the client needs to be able to do it - and they don't know any code. I appreciate the thought though! TheDoc: I completely agree about separating thoughts with headings etc - but unfortunately …
-
Blog Page Not Working WordPress
I could be wrong here but it may be differences between 'page.php' and 'index.php' in your theme. index.php is the template for your blog page, no matter which page of your blog you put it on. page.php is the default template f…
-
FB Fan Page Updates to WP Blog
That would do it. Now all I need to do is find what the fan-page "Facebook Status Feed Url" is. This plugin seemed to be made pre-Like Buttons etc.
-
Putting a span inside a widget title
I can't think of any way of stopping the WP filter from removing your html from widget titles without changing the wordpress source files. I think the best bet is to leave the title blank and add the h2 / h2 span in the template file above whe…
-
Contact form in Wordpress
If its giving you problems, and you need just a straight up contact form - I'd consider removing it entirely from your theme and installing the following plugin: http://wordpress.org/extend/plugins/contact-form-7/ In the admin section of the p…