dclardy
-
[Solved]Does the location of media queries affect the website?
@Paulie_D The Fire.App from the same people is the way to go. I use it heavily. I tried doing all the other stuff like installing Ruby, but I hated having to set it up on all my machines. This was just easy, and I think that it is worth the money.
-
Help me how to make a directory view. also has a search bar.
If you look at the last link that I sent you, it has a search with it. Click on the magnifying glass at the top. http://larsjung.de/h5ai/sample/
-
Help me how to make a directory view. also has a search bar.
Also, try this link. http://larsjung.de/h5ai/
-
Help me how to make a directory view. also has a search bar.
The link that you posted 404s.
-
Chris's simple contact form doesn't work
Do you have PHP installed on the server? Or just Apache? It will not work with out PHP.
-
Rate my site redesign (WIP)
Keith, I like the new design. Who cares that it shares some similarities from CSS-Tricks. They are small to say the least. If we didn't hang out here, we would have never know it. All design is borrowing little bits from other places that have…
-
wp_nav_menu strange behaviour with custom walker
Is it not coming from that second to last line of the walker. $item_output .= $args->after If you remove that, it should remove the closing LI, but it might break the menu. It might not.
-
PHP in Dropbox Folder?
To serve php files, the webserver has to create the content. Dropbox does not allow this to happen. When you are seeing pages in Dropbox, the browser is rendering them. It is the same as having an .html file on your desktop that you open in Chrome o…
-
Add to Wordpress Media Display Tags
You could look at the Custom Admin Columns plugin, as well. It can add some custom columns to the admin section really easily.
-
Codekit - Windows Alternative
Another one is Scout. I use Fire.app. It is a little more expensive than Compass.app, but it has more features.
-
how can I add a span to wp_nav_menu in wordpress
Just add it in the menu tool for the theme. Go to Appearance -> Menus. Add a custom menu item. Label it what you want and your span after the Label you give it. So the URL would be http://example.com/some_link. Label would be Awesome WordPress …
-
WP Server problem?
Everything seems to work for me. Only thing that I noticed are some broken links. If you click on food and drink, you get three menus. None of those work.
-
Custom WordPress Query for Custom Post Types
This produces an error on the page. Notice: Undefined variable: current_value in /var/www/test.drewclardy.com/public/wp-content/themes/drewclardy/content-beer-test.php on line 54
-
Custom WordPress Query for Custom Post Types
Also, here is the code that I am trying to get working.
-
Custom WordPress Query for Custom Post Types
Here is a var_dump($rows2). http://pastebin.com/XkuGGztT The data is exactly the same really. I just need to get that somehow formatted into that foreach statement.
-
Custom WordPress Query for Custom Post Types
Here is a var_dump($rows). http://pastebin.com/GcRVK58N
-
Custom WordPress Query for Custom Post Types
Well, I had removed that part of it because it was not working. That was my attempt at ordering them by that field. I just copied the first section and tried to paste it into the first foreach loop.
-
Magic Line Navigation Again...
Never mind. Got it fixed by removing some of Hybrid's default theming.
-
Buying a domain help!
When you buy a domain, they give you an account with them. There is no charge for the account. Unless, you are wanting to resell domains and use a reseller account. I use GoDaddy, and I have been pretty pleased with them.
-
Help with Database Setup locally and remotely
This does not make a whole lot of sense, but I will try to recap it to make sure that I understand. 1. You are working in two different environments. One locally with a stack on your system, and then one with your hosting provider. 2. If you set th…
-
black all IP's accept specified ones in htaccess?
You could try something like this: Order Deny,Allow Deny from all Allow from 11.22.33.44
-
Anybody seen this theme before?
Also, how do you know that it is not a wordpress site? Could they have installed wordpress inside of a different folder or something?
-
Anybody seen this theme before?
I know who is taking credit of the Wordpress work. She has it listed in her CSS section of her site, but I looked through the design of the site. A weird name keeps popping up of Kendra, and it just made me wonder who made the site. The site that yo…
-
need search code
I am pretty sure that it was just published on digwp.com. It shows you how it was done on this article: http://digwp.com/2010/10/google-custom-search-in-wordpress/
-
What to use for making a cms for a property website?
Is this for houses and stuff? Have you looked at open realty? I know that it is open source. You just have to display their information on the bottom. I am not sure how annoying that will be though.
-
Wordpress conversion problem
It looks it is working on my end. I am using Chrome.
-
How to use the Anything Slider
When you look at the demo, you will see that Chris has linked in several files. They are desginated by Here are the lines you need to copy in to your Wordpress header.
-
poll widget in WordPress
That is how I do it. I am sure that some allow you to use short code to add it directly into the site, but it is easier to drag it in and style using firebug or developer tools in Chrome.