This item is by an Elite Author
population2
- Author was Featured
- Elite Author
- Exclusive Author
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 4-5 years
- Referred between 10 and 49 users
- Bought between 1 and 9 items
- United States
2,656
Purchases
Buyer Rating:
4.27 stars
4.27 average based on 265 ratings.
-
5 Star
15759%
-
4 Star
5922%
-
3 Star
217%
-
2 Star
197%
-
1 Star
93%
| Created | 23 August 10 |
| Last Update | 2 October 12 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, Firefox, Safari, Chrome |
| Software Version | WordPress 3.3, WordPress 3.2, WordPress 3.1, jQuery |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- admin panel
- blog
- brown
- church
- green
- jquery slider
- non-profit
- orange
- simple
- tabs
- texture
- watercolor
- widget
- wordpress
© All Rights Reserved population2 -
Contact Envato Support


Thanks mjoyner for the help I had tried single quotes but would have never thought to for go them completely. thanks this one had me puzzled. Thanks for the info on the slider. Im just waiting for the pastor to complain about this
I’m sorry I missed all your message. Just email me at populationtwo at gmail if you have any questions.
Thanks
‘Morning
A couple of questions—
Is there an easy way to control how the links display in the sidebar widgets? I mean in terms of the order. I see there’s a plugin that does it, but it didn’t seem to work with my version of WP (3.0). Is there another way to do this?
Also can someone tell me how to format the newsletter subscribe box for the home sidebar? Everytime I try to cut and paste it, it’s shifted a bit.
Thanks!
Hi SandeeJ,
Could you give me the URL of your site? Also, which links in the sidebar widget do you refer to?
Thanks
Hi,
It’s morrisbrownonline.org.
It’s a widget, but the links are not actually in the sidebar. It’s the series of links that line up in the footer.
Thanks!
You can use Custom Menu widget in there, that way you can control how the links display.
Trying to install this theme both through WP and through FTP is unsuccessful. The file is 95mb and too big to install through WP browse and install fn – tried installing via FTP w just LOP folder but in the themes category it says CSS Stylesheet is missing eventhough they were all in the LOP folder…any help or ideas?
Hi there,
You need extract the file first and then install / upload the LOP folder.
Let me know if you have question.
Thanks
Yes, that will work! Thanks. Should have seen that myself!
Best, SandeeJ
Pre-sale Question: How many parts does the background consist of and how easy is it to modify. Very Nice Theme! Thanks.
It consists of 4 styles. You can change the style easily in the theme admin panel.
Thanks
Population2,
I have your theme at worldencounter.info. I am really liking it so far, but have a couple of things I hope I can tweak.
On the home page, I would love to have those 3 tabs that link to those 3 posts just show static text in those boxes, or simply show the content of those 3 posts. Is that possible?
Also, is there an easy way to modify all of the links that are originally in the footer?
Thanks for a great theme.
<ul class="tab-post"> <li> <div class="date left"><?php the_time('M j'); ?></div> <h4 class="post-title event-post left"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h4> <div class="clear"></div> </li> </ul>Add
<?php the_content('Read more...'); ?>right after H4.As for the footer, it’s widget ready. You can configure it in the widgets tabs.
Let me know if you have any questions.
Thanks
That worked out perfect. Thanks so much for your help.
www.worldencounter.info…soon to be www.worldencounter.org
Looking good
<a href="http://madbadcat.org/go/wp-content/uploads/2010/10/marjorydonate.jpg"><img title="marjorydonate" class="alignleft size-full wp-image-3757" src="http://madbadcat.org/go/wp-content/uploads/2010/10/marjorydonate.jpg" height="282" alt="" width="245" /></a>and returns this code to the rendered front page:<a href="\\"http://madbadcat.org/go/wp-content/uploads/2010/10/marjorydonate.jpg\"><img class=\"alignleft size-full wp-image-3757\" title=\"marjorydonate\" src=\"http://madbadcat.org/go/wp-content/uploads/2010/10/marjorydonate.jpg\" alt=\"\" width=\"245\" height=\"282\" /></a>notice it adds backslashes to all the quotation marks.
( example on madbadcat.org/go )
can you post the slash removal function?
mimieux,
You just need to remove the quote ( ” ) in the URL . It should fix the issue.
Thanks.
you have to echo stripslashes within your code for the text box
Do you know how can I add additional images in the slider? I like to make it 10.
THanks
You can edit the site_home.php and functions.php to add more slides.
Add this code after line 22 in site_home.php<li class="img_right"><a href="<?php echo get_option('lp_slide_link_5'); ?>"><img src="<?php echo get_option('lp_slide_img_5'); ?>" alt="slide 5" /></a></li> <li class="img_right"><a href="<?php echo get_option('lp_slide_link_6'); ?>"><img src="<?php echo get_option('lp_slide_img_6'); ?>" alt="slide 6" /></a></li>etc… Add this code after line 127 in functions.phparray( "name" => "Slide 5 - Image location", "desc" => "Enter the URL for this slide (640x280px).", "id" => $shortname."_slide_img_5", "type" => "text", "std" => ""), array( "name" => "Slide 5 - Destination", "desc" => "Enter the URL where this slide links to.", "id" => $shortname."_slide_link_5", "type" => "text", "std" => ""), array( "name" => "Slide 6 - Image location", "desc" => "Enter the URL for this slide (640x280px).", "id" => $shortname."_slide_img_6", "type" => "text", "std" => ""), array( "name" => "Slide 6 - Destination", "desc" => "Enter the URL where this slide links to.", "id" => $shortname."_slide_link_6", "type" => "text", "std" => ""),etc…..I hope that helps
Send me email to populationtwo at gmail, so I can forward the code.
Mjoyner helped with this one remove all quotes even single ones.
I would like to be able to add a div box below the three tabs so that I can add a verse with a colored background has anyone tried this or have some code? I have looked at the css for the wrapper and the frontpage for the php. Just looing to see what you guys have come up with.
Could you give me an example? I believe it’s not that hard to add a div box.
you can’t remove the ” from the img src – there is some basic function most pro themes include to fix this issue of backslashes…
would you please edit and post your text box code to include the echo stripslashes to make html possible in the text box area
Thank you for finding the issue. When I tested this theme, I used page ID for the URL , that’s why it was work before. I didn’t think to add external URL . I will update the file shortly, along with the comment form issue.
am i the only one seeing the comment form problems
if you fill the sidebar so that it extends down to the comment section, the comment text area gets lost behind the sidebar
i am adding overflow: hidden; but that creates a visual problem where the border gets screwed up anyone have a suggestion?
in case anyone has a p-roblem with this as well:
to fix the comments form issue i was having , i edited the col=”100%” to col=”95%” in the comments.php
Thank you mimieux.
I need some guidance on the tabs. I have added the categories I want to display and made sure that there is at least one post in each category they posts show on the home page but do not shows tabs just a list.
Can you help me here?
BTW : Love the template.
I’m sorry I don’t understand what you were trying to do. Could you share me an URL or a screenshot?
Thanks
URL http://wp.wolgresham.com/
The tabs don’t show on the home page.
I think it’s because you checked the “Show Latest Posts” in the theme admin. You need to uncheck it to be able to show the tabs.
You were right that fixed it right away! Couple questions: 1. how do I update to the new version of the theme without breaking things? I downloaded my copy on 10/4 you updated on 10/5. 2. How do I control the order that the posts show in the tabs on the home page. They seem to be showing from oldest to newest in one and newest to oldest in another.
Keep up the good work.
Thanks.
One more thing. Apparently your theme does not like & or ’ in page titles or category names. When I tried to use the category “Events & Services” it would not save that as one of the categories that displays in the tabs on the home page. When I used the title Rod’s Blog for a blog page it stripped the ’ from the title when creating the image.
Thanks/
2. Can you send me your login info? Send it to populationtwo at gmail.com. I’ll take a look.
Great job with this theme. I have two questions:
1. How do I configure the newsletter and prayer request box?
2. In the three tabs that show the posts, is there any way to show the date an event will be happening in the future?
Thank you for purchasing this theme.
1. You can’t configure it in the admin panel, but you can use Text Widget and insert the code in there. Email me at populationtwo at gmail , so I can send you the code.
2. There are plugins for that. This is one I know http://wordpress.org/extend/plugins/the-future-is-now/
Let me know if you have any questions.
Thanks so much. Everything is working great now.
thank you for this wonderful theme !
Is it possible to make pastor’s blog page?
ex) http://tristatebaptist.org/pastors-blog/
Thank you for purchasing!
I believe it’s possible to make a pastor blog page. Just let me know if you have any questions.
I really wish I would have read more comments before purchasing this theme. I would have discovered that the automated zip upload doesn’t work. Does anyone have a step by step outline for how to upload using FTP ? I’m not technical and can’t seem to get there from the document in the help file.
emolsee,
You have to unzip the downloaded file first. Zip the LOP folder, and install it via Wordpress.
Let me know if that doesn’t work.
Is there a way to control the random images on the pages? What I would like to do is have a certain image on certain pages I thought it was posted here but I can not find it.
Emolsee.. Your answer is on the first page of post. Three steps.
@bclair,
It’s in the header-image.php. You need to specifiy the page ID and the image path.
Let me know if that doesn’t work.
How do you change the footer content so it doesn’t have the default Wordpress content such as “Resources” etc.?
Go to Setting > Appearance > Widgets You can choose the widgets you want to display on the footer area there.
Let me know if you have any questions.