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
Prev Previous Post   Next Post Next
  #4  
Old 03-24-2010, 09:43 AM
Craig Tuller's Avatar
Craig Tuller Craig Tuller is offline
Registered User
Pro Plus Member
 
Join Date: Sep 2008
Location: Raleigh, NC
Posts: 7,698
Default

In home.php, find this block of code:
Code:
    <div id="homepage">
    
        <?php // Check for the 'gallery_styles' function. if it's there, then include it. If not, do nothing ?>
        <?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; ?>

Change to this:
Code:
    <div id="homepage">
        
        <div id="homepagetop">
            
            <div class="featuredtop">
            
                <?php include (ABSPATH.'wp-content/flashfader/flashfaderhtml.txt'); ?>
                
            </div>
            
        </div>
Note that I removed the "if" & "endif" statements
 

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
Flash Plugin not working on streetballblog.com streetball General Discussion 8 10-29-2009 04:31 PM
Missing Flash Fader Gallery bmontgomery General Discussion 1 08-05-2009 02:38 PM


All times are GMT -5. The time now is 04:36 AM.

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