Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

Juggledad's multi column/custom query


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old May 6, 2012, 06:45 AM
wesleydeboer
 
3 posts · Mar 2012
Juggledad's multi column/custom query

Hello!

I have two questions

1. I have all latest versions of WP and Atahualpa. And in one of the latest versions you added Juggledad's multi column/custom query. I'm not sure if im right but this should make it possible to have multiple columns on pages and posts-pages right?. If so could someone explain how to make make a two or three column page of this page http://wesleydeboer.com/schoolwork/. I just can't figure out how to do it.


2. In the header of the pages I've put my social media buttons. I used the overlay header function but i'm not able to click them. When you click you go to home. Only when I put "clickable header" on no they work. Is there a possibility to have them both work?

Thanks for you help

Wesley
  #2  
Old May 6, 2012, 09:39 AM
juggledad's Avatar
juggledad
 
20,147 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
Quote:
If you use this template, think about donating to me. I spent many long hours figuring out how to do this, testing an debugging it. Sending me a donation will encourage me to continue to support this template and Atahualpa.

You can use the 'Donate to Juggledad' button on the donate page
This PAGE template will allow you to use one template on any number of pages and have different options per page. It is a combination of a custom query and multi-column template (variable columns per page).

* you can code a custom query...or not
* you can choose to display the page TITLE...or not
* you can choose to display the page TEXT...or not
* you can define multiple columns...as many as you want, 1 to n (but any more that 5 or 6 makes them very narrow (with CSS you can define how wide each column should be)
* you can display x posts above the column

And the settings are unique to each page you use the template on.

============
INSTALLATION
============

This template currently (as of version 3.7.5) is included with the theme
1) download the attached file and unzip it.
2) upload it to your Atahualpa folder
3) edit a page in the backend and select the template 'JUGGLEDAD's Multi Column/Custom Query'

============
USAGE
============
If you wish to have multiple columns, add a custom field called 'number_of_columns' and put a number in the value field.

If you wish to have a post (or 3 or 10) above the columns, add a custom field called 'posts_above_the_column' and put a number in the value field.

If you wish to have show the page 'title', add a custom field called 'show_page_title' and put 'yes' or 'no' in the value field

If you wish to have show the page 'text', add a custom field called 'show_page_text' and put 'yes' or 'no' in the value field

If you wish to have custom query, add a custom field called 'custom_query' and put a custom query in the value field.

to craft a query, go to http://codex.wordpress.org/Function_...ce/query_posts
to see the variations you can code. You use what is inside the quotes. For example, if you see
query_posts('cat=2,6,17,38');
you would only enter
cat=2,6,17,38
into the custom field.

Here are some sample queries:
category_name=Direction
category_name='Staff House'
tag=animal
post_status=publish&posts_per_page=10
post_status=draft
post_type='movie' (yes you can use custom post types)
post_type='page' (you can have a page of 'pages')

====================
controlling the column widths
====================
You can easily control how wide the post columns will be by adding a couple selectors and rules to the 'CSS Inserts' option. By adding the 'body.page-id-nnnn' to the CSS Selector, you can customize the width per page. For example: Here is what might add for a three column page and a four column page

body.page-id-1493 .mccq_column1 {width: 33%;}
body.page-id-1493 .mccq_column2 {width: 33%;}
body.page-id-1493 .mccq_column3 {width: 33%;}

body.page-id-2367 .mccq_column1 {width: 20%;}
body.page-id-2367 .mccq_column2 {width: 20%;}
body.page-id-2367 .mccq_column3 {width: 10%;}
body.page-id-2367 .mccq_column4 {width: 50%;}

====================
LICENSE
====================
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Support for any problems encountered will be on an 'as my time permits' unless you want to hire me - in that case, send me a private message and I'll tell you my rates.

Last edited by juggledad; May 8, 2012 at 04:05 AM.
  #3  
Old May 6, 2012, 09:39 AM
juggledad's Avatar
juggledad
 
20,147 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
Quote:
2. In the header of the pages I've put my social media buttons. I used the overlay header function but i'm not able to click them.
you may need to add some CSS to increase the z-index
  #4  
Old Jul 25, 2012, 01:29 PM
willclark218
 
4 posts · Jul 2012
I had a heck of a long post but was logged out and didn't know it.. rats.. but this is bad a** jd.. definitely going to donate when I'm not so friggin broke.. figured out the bio thing also... sort of.. I'm not a programmer but can usually follllow directions, even when they give me a headache.. I do have one question though and I hope its not a bug.. I can get the posts to show up on the correct pages but the comments are closed for some reason.. Enabled on screen options and through quick edit.. still no luck.. am I being stupid?.. thx..
Will
  #5  
Old Jul 25, 2012, 04:27 PM
willclark218
 
4 posts · Jul 2012
fixed it..
  #6  
Old Jul 25, 2012, 05:28 PM
juggledad's Avatar
juggledad
 
20,147 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
I like this type of question

All times are GMT -6. The time now is 04:05 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.