aaronheine
-
Connecting with Coda
That is not working. How exactly do you have yours written?
-
Using shortcodes outside of Wordpress
My thinking was that wordpress often generates rss/xml feeds that allow you to pull content into other places. I guess I could create a stripped down page template. I dont need any jquery, widgets, plugins, stylesheets or much of anything from my W…
-
Using shortcodes outside of Wordpress
I wasn't interested in the mobile pages being WP because the mobile version would have totally different style sheet, totally different header and I would want it to be simpler and lighter weight. But I guess I could do a custom page template.…
-
Using shortcodes outside of Wordpress
Ok I got that. Can you point me in the right direction for getting the products in? Should I be using JSON?
-
Pulling two jquery.easing.js Not Working.
That deosn't work. These are the two plugins I'm using. http://css-tricks.com/examples/AnythingSlider/ http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/
-
Class is preventing link from working
Thanks, that got it!
-
Class is preventing link from working
Take a look again please. I have two identical homes there. The working one on top is missing only the class.
-
Styling a custom field Wordpress
Yes I see that now thanks. I guess it was just a cacheing problem.
-
Featured image not appearing (Starkers WP theme)
Ok that got it thanks. Didn't know I had to do that.
-
How to place image at the top of the blog posts.
Actually placing a div just inside the container div of the home.php file did it.
-
How to place image at the top of the blog posts.
Clever thinking, but actually I may use like a photo slider. So where could I fit an actual div in there?
-
Pulling a .php file into wordpress
no, in the admin pages
-
Auto start jQuery function
Nevermind! I see I had to move the brackets out to include all.
-
Auto start jQuery function
Thanks that worked, but now I cant figure out why it has disabled these two... $("#popupContactClose").click(function(){ disablePopup(); }); //Click out event! $("#backgroundPopup").click(function(){ disablePopup(); });
-
Auto start jQuery function
I already have that. $(document).ready(function(){ //LOADING POPUP //Click the button event! $("#button").click(function(){ //centering with css centerPopup(); //load popup loadPopup(); }); //CLOSING POPUP //Cli…
-
Installing a second wordpress site not working
Yea it's blank! That's what makes it so hard to fix. Not much to work with. When I switch to twenty ten it works though. Any clue how to troubleshoot a bank WP page?
-
Installing a second wordpress site not working
Looks like the theme is not working at all. TwentyTen will work. Can y'all look at this link? http://opportunitynicaragua.org/ojalaWS/ Thanks
-
Excluding a wordpress category
Ok that bit of code is back in now. Pretty messed up. I will leave it up for a bit. in loop.php... while (have_posts()) : the_post(); the_content();
-
Excluding a wordpress category
http://aaronheine.com/blog/ index.php
-
Excluding a wordpress category
That is not working. It is pulling post above my main content area for some reason.
-
Help! Can't log into wordpress backend.
Yea that fixed it extra space on very top of functions.php
-
Help! Can't log into wordpress backend.
This is the previous release. Haven't heard "crop up" before.
-
Help! Can't log into wordpress backend.
That's not it. I removed any extra spaces.
-
Div's not floating left.
Thanks a bunch! Is there like a "solved" button on this forum? Don't see one.
-
Error message when moving my wordpress theme
I am logged into the backend, but scared to log out in fear that I will not be able to get back in. When I click "Save Post" for example it brings me to the above error message... but it DOES actually save that change which is good. Anot…
-
jQuery not responding once I move it to wordpress
Yes! Thanks Clokey! Good things will happen to you this week. I wonder why the following code pulls an older JQ library? Seems like it would pull the newest.
-
jQuery not responding once I move it to wordpress
I tried that. Not working. The jQuert is adding the distance to the list items, just not the #mover.
-
jQuery not responding once I move it to wordpress
Ok, it's finally responding. But jQuery is not adding to the #mover. This is some craziness!
-
jQuery not responding once I move it to wordpress
Are you saying jQuery is not working? It is, I tested it. So I changed... $(function() { with jQuery(document).ready(function($) { but still not working.