StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 10-25-2012, 01:53 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default Which forum to use re: Church theme

Hi ~ I purchased the church theme from StudioPress and have been using it for about 3 years. Due to some changes I need some support, but can't find which Forum I'm supposed to use. Can someone point me?

Thank you!
~ Mike K.
  #2  
Old 10-25-2012, 02:07 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

Please post a link to your site
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #3  
Old 10-25-2012, 02:14 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

http://www.lakehillsfmc.com
  #4  
Old 10-25-2012, 02:32 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

post your question here.
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #5  
Old 10-25-2012, 02:40 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

Under Appearance / Church Theme options, I'm trying to change my featured blog posts. Specifically, I'm trying to change Homepage Featured Bottom to a different category, and perhaps alter the thumbnail dimensions so that they will look right.

Whenever I select a new category from the pull-down menu and hit "Save Settings," the page simply resorts back to the original category.

Thanks,
~ Mike

Church Theme version 4.0
WordPress 3.4.2
Browser: Chrome 22.0.1229.96 m
  #6  
Old 10-25-2012, 02:46 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

Thought you might ask that. Check out this thread
http://www.studiopress.com/support/s...hlight=options
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #7  
Old 10-25-2012, 03:24 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

Parse error: syntax error, unexpected T_VARIABLE in /home3/lakehill/public_html/wp-content/themes/church/tools/theme-options.php on line 11

Okay - I botched something. I was editing the theme-options.php file in the onboard editor. The fix suggested by another church theme user did not work, so I tried the original suggestion by "turkey bucket." Now I can't find what I messed up. I have even reloaded the original theme-options.php which I backed up - nothing.

Okay - fixed the Parse error - still can't get any joy on the original problem... I'll try one more time.
  #8  
Old 10-25-2012, 03:37 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

Okay. I've tried:

1.

$settings = 'theme_mods_'.get_current_theme(); // do not change!

changed to...

$settings = 'theme_mods_church' // do not change!

...no joy.

2.

$settings = 'theme_mods_'.get_current_theme(); // do not change!

changed to...

$settings = 'theme_mods_church_40'; // do not change!

...no joy.
  #9  
Old 10-25-2012, 03:43 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

It should be
PHP Code:
$settings 'theme_mods_church' // do not change! 
Your theme directory is "church" not "church_40"

What happened when you changed it to theme_mods_church?
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #10  
Old 10-25-2012, 04:13 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

No change. I even tried adding the semicolon ";" after 'theme_mods_church'.

Tried it both ways:

$settings = 'theme_mods_church' // do not change!

and...

$settings = 'theme_mods_church'; // do not change!


No change, no difference. Cleaned out cache and cookies, rebooted browser, refreshed pages numerous times, disabled plugins, etc.
  #11  
Old 10-25-2012, 06:03 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

Nick, I got the categories to change! I had to also edit the tools/theme-options.php.

Now if you could help me with one last issue I would greatly appreciate it! Is there a way to get my thumbnails to reflect the same relative aspect ratio as the pics in my blog posts? I use a shrunken HD ratio.

I had assumed that if I could get the previous problem fixed that I could simply change the thumb dimensions in the Church Theme Options page, but the thumbs displayed on the Homepage don't change.

Thanks,
~ Mike
  #12  
Old 10-25-2012, 06:12 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

please post the contents of your home.php file.
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #13  
Old 10-25-2012, 06:52 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

PHP Code:
<?php get_header(); ?>

<div id="content">

    <div id="homepage">
    
        <?php dynamic_content_gallery(); ?>
        <?php if (function_exists('gallery_styles')) : ?>
        <div id="homepagetop">
            <div class="featuredtop">
                <?php include (ABSPATH '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
            </div>
        </div>
        <?php endif; ?>
        <?php // end ?>
                    
        
        <div id="homepagebottom">
        
            <div class="hpbottom">
            <h3><?php echo cat_id_to_name(get_theme_mod('featured_bottom')); ?></h3>
                
                <?php $recent = new WP_Query("cat=".get_theme_mod('featured_bottom')."&showposts=".get_theme_mod('featured_bottom_num')); while($recent->have_posts()) : $recent->the_post();?>
                <?php if( get_post_meta($post->ID"thumb"true) ): ?>
                <a href="<?php the_permalink() ?>" rel="bookmark"><img class="thumb" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID"thumb"$single true); ?>&amp;h=<?php echo get_theme_mod('featured_bottom_thumb_height'); ?>&amp;w=<?php echo get_theme_mod('featured_bottom_thumb_width'); ?>&amp;zc=1" alt="<?php the_title(); ?>" /></a>    
                <?php else: ?>
                <?php endif; ?>
                
                <strong><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></strong>
                <?php the_content_limit(350__("[Read more of this review]"'studiopress')); ?>
                    
                <hr/>
                    
                <?php endwhile; ?>
                        
                <?php if(get_theme_mod('featured_bottom')) : ?>
                <strong><a href="<?php echo get_category_link(get_theme_mod('featured_bottom')); ?>" rel="bookmark"><?php _e("Read more posts from "'studiopress'); echo get_cat_name(get_theme_mod('featured_bottom')); ?></a></strong>
                <?php endif; ?>
            
            </div>
        
        </div>
        
    </div>
    
<?php get_sidebar(); ?>
        
</div>

<?php get_footer(); ?>
  #14  
Old 10-25-2012, 07:31 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

looks liek there should be some theme options for the featured bottom height and width.
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

  #15  
Old 10-25-2012, 09:37 PM
lakehills101 lakehills101 is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Location: Central Missouri
Posts: 37
Default

All is working now. Thanks for your help, Nick!
  #16  
Old 10-26-2012, 07:33 AM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

You're welcome.

Since this is resolved I'm going to close this thread.
__________________
Nick "Fred and/or George Weasley" Croft
Designs by Nick the Geek
@Nick_theGeek on Twitter

Make web design easier, get FireBug for FireFox

Want to learn more about Genesis? Check out my Genesis Explained Series

 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Recommendation as to Best Forum Add-On/Plug-in for CHURCH theme stevelavey General Discussion 3 02-05-2011 11:21 AM
Wordpress Rev. Church Forum Theme? boogiewithstu General Discussion 1 02-22-2009 12:55 PM


All times are GMT -5. The time now is 07:51 PM.

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