dclardy
-
Forms in WordPress
I have figured this out. I had to create a form, and then have the contact form 7 plugin use another plugin to pull the data. Thanks.
-
How to use the Anything Slider
That can't be installed through Wordpress. You have to manually add it to the site. Add the javascript files in the header so they are loaded. Copy the actual files to the theme folder. From there, you have to add it in the locations that you …
-
[Solved] make url shorter .htaccess
Are you trying to remove .php extensions from an Apache hosted machine? You can change it to work with .html as well. Here is what I use: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*…
-
poll widget in WordPress
Do you have firebug? Just inspect the element, and get the class from the add-on. You can style it easily using that.
-
[Solved] Wordpress- How to link a main nav to an external link?
There is a plugin called, LJ Custom Menu Links, that will take care of that for you. Create a page with the name you want and fill in the link at the bottom. It will allow you to move it in the menu easily.
-
Anything Slider IE Problem
I found the issue. The images were in 350 dpi. I just re-saved them in photoshop, and it magically worked. I changed the way there were coded anyway. Thanks for the help.
-
Anything Slider IE Problem
I have tried updating those as you suggested, but it is not working. The only slides that are missing are 4,5, and 6. I am going to look at the images and see if there are any differences.
-
Anything Slider IE Problem
The site is coasties.net just in case it helps.
-
Getting Background and Borders to extend to page width
Thanks. I found an extra that was closing it too early for me. I got it fixed.