Darfuria
-
Centering a bunch of elements inside a div
Contain the images in a block element (like a div) and make them width 25%, float left. Then at a lower resolution make them width 33%, etc.
-
4 div's randomized on full screen?
I'm a little confused. If they're 100x100px, are you saying they need to stay square to take up the whole of the page, or that they need to repeat enough times to fill up the screen?
-
[Solved] Which forum CMS is css-tricks.com using?
I think I prefer the functionality of Vanilla over phpBB anyway. phpBB feels so dated.
-
WordPress Pagination with this Query
You might need to substitute showposts=50 With posts_per_page=10 Of course, you will also need to add in your previous/next page links after your endwhile;
-
WordPress Pagination with this Query
Add the below to the end of your query: &paged=' . get_query_var('paged')); ?>
-
Migrating phpBB3 to Vanilla
Thanks Chris, I'll check it out. Seems like phpBB3 is going downhill, fast. Well, more everything else is racing past it.
-
[Solved] posts on a page template
You can use WP_Query to query posts/pages however you like:
-
Migrating phpBB3 to Vanilla
Argh! This is now an indexed search result on the first page of a Google query, showing results for "phpBB3 to Vanilla"!
-
How to integrate worpress and phpBB?
http://www.wp-united.com/ is pretty nifty.
-
wp list pages current item CSS
You're missing the class identifier in front of current_page_item #nav .page-item-13 current_page_item a { background-position: 0px -25px; background-repeat:no-repeat; } Needs to be #nav .page-item-13 .current_page_item a { background-positi…
-
Drop Down Menu use with SIFR
There's not really a lot you can do about that. Hiding Flash (sIFR) is buggy in all browsers. font-face isn't supported by all browsers Try something like Cufon: http://cufon.shoqolate.com/generate/
-
Wordpress - Menu images instead of text
If you're using the default way of generating WordPress links (either by calling wp_list_pages or using a 3.0 menu) each item will have an id. That being the case you could just hide the text on each of your menus, and then define a background…
-
Drop Down Menu use with SIFR
Interesting that Vanilla uses the @ syntax to enable you to link to profiles. I'd certainly recommend using something indeed like font-face for this. Definitely avoid using sIFR, and even something like Cufon might be a bit buggy.
-
Wordpress Static Front Page
Not really. Well, you could argue that there could be permalink (URL) differences. Though, you could just install WordPress in the root and code your theme's index.php page like a standard HTML page.
-
Integrating Vanilla with WordPress comments
Presumably you'd be able to decide which system handled the registrations. After all, if the forum is the software handling the discussion, then it would make sense for the forum to handle the registration process. Even after heavy customisatio…
-
New Forums!
In light of the old screencast you did for skinning your phpBB3 forum to look like your website, I think you should do one covering importing phpBB3 to Vanilla and styling Vanilla.
-
How do you stop AnythingSlider via code?
Ah, I'll do that too - thanks! I'll certainly update this post if I get anything relevant.
-
How do you stop AnythingSlider via code?
I'll do that, but I'm not expecting a quick response! Unfortunately this project is due to launch tomorrow morning, so an alternative solution may need to be investigated *grumble* Thank you for your help :)
-
How do you stop AnythingSlider via code?
Do you know if their onStateChange functionality works with a standard embedded video rather than using swfobject?
-
How do you stop AnythingSlider via code?
Any ideas on how to do it with standard embeds (YouTube videos), not using HTML5?
-
Which screen resolution?
Yeah - I tend to aim for about 980px these days. It'll be while before we move away from that, because there's no need for a lot of corporations to have larger than 15" (1024x768) monitors.
-
Wordpress Help Needed
On the page that is paginating, if your query posts looks like: query_posts('cat=5'); Change it to query_posts('cat=5' . '&paged=' . get_query_var('paged')); You should be able to apply that example to…
-
Best solution for a Wordpress Ecommerce site?
Hi guys. I came to the forum searching for an eCommerce system myself, but stumbled upon this thread and thought I'd point out a WordPress eCommerce plugin called Shopp. It's miles better than WP-eCommerce. Check it: http://shopplugin.net/