Viewing 20 results - 1,881 through 1,900 (of 2,398 total)
  • Author
    Search Results
  • #10286
    striderbl
    Member

    *sorry, under the header

    #10285
    striderbl
    Member

    seems like content goes under the footer

    <?php
    /**
     * The template for displaying the footer.
     *
     * @package Catch Themes
     * @subpackage Simple_Catch
     * @since Simple Catch 1.0
     */
    ?>
    	<div id="footer">
        	<div class="layout-978">
    			<?php //Displaying footer logo ?>
                <div class="col7 copyright no-margin-left">
    				<?php if( function_exists( 'simplecatch_footerlogo' ) ) :
    						simplecatch_footerlogo(); 
    					  endif;	
    				?><?php _e( 'Copyright', 'simplecatch' ); ?> &copy; <?php echo date("Y"); ?> <span><?php bloginfo('name')?></span>. <?php _e( 'All Rights Reserved.', 'simplecatch' ); ?>
                </div><!-- .col7 -->
                
               <?php do_action( 'simplecatch_credits' ); ?>
                
    		</div><!-- .layout-978 -->
    	</div><!-- #footer -->      
    <?php wp_footer(); ?>
    </body>
    </html>

    this is my footer.php code

    #10284
    striderbl
    Member

    no, it’s still not working, and it didn’t work after i removed credits, meybe somewhere something was written in other directories, but still not working. i use this theme for my company and maybe i will buy pro version, but i must be sure that free is working correctly, so, where can be the problem?

    #10261
    Sakin
    Keymaster

    @Raminder: Just upload the larger header image. Your header image width is 900px whereas the website width is 1140px. So, just upload the image with the width 1140px.

    #10243
    Raminder
    Member

    @Sakin Thank you! I am starting to understand more about how the CSS works!

    I have another question I am afraid 🙁

    On my website now, the logo at the top has white space to the right. How do I make the logo/banner go all across the top?

    #10228
    Sakin
    Keymaster

    @Raminder: Just add the following css at “Appearance => Theme Options => Custom CSS” box to hide the page title home in homepage.
    .home #main .entry-header { display: none; }

    About the Featured Post Slider. The first image is small that is why it is showing small. You have to change the featured image of this post http://soton-fifc.co.uk/register-2 . It need to be at least 1140px width and 450px height.

    to change the background color of Speaker page only. You can add the following css at “Appearance => Theme Options => Custom CSS”. Change the color code as per you need.
    body.custom-background.page-id-25 { background: none #000; }

    #10220
    GranPaSmurf
    Member

    Yes, I followed the instructions before posting. “Featured Slider” is not an option shown under Theme Options. There is, however, a tab called “FEATURED SLIDER” under which I have set options I prefer.
    I have solved the problem in this way. Before, I was inserting the URL from my WordPress media library in the URL box. The only way I was able to get the Slider to work was to Upload the picture again and select “Insert into Post” option at the bottom.
    I hope this helps others who struggle with this feature.
    Cheers!

    #10217
    Raminder
    Member

    @Sakin: The URL is as follows http://soton-fifc.co.uk/

    I want the writing on the featured image slider, however I do not want the ‘Home’ title on the writing bit below.

    While I am at it, I have a few more questions. Is there a way to make the featured slide the same size, as you can see the first image is a different size to the other two.

    Secondly if I wanted to change one page, e.g. the ‘speakers’ page to a different background colour, but no other page. How would I do this?

    Thank you!

    #10199
    Sakin
    Keymaster

    @GranPaSmurf: Did you look through theme instruction at http://catchthemes.com/theme-instructions/catch-box-pro/.

    To setup featured slider do the following steps:
    1. Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    2. Click on Slider Options, then click on Featured Image Slider
    3. Click on Featured Image Slider Options and add in the Image, Link, Title and Content in Featured Slide Post#1, #2 respectively
    4. Click on Save button

    #10197
    Sakin
    Keymaster

    @Raminder: Can you send me your site URL?

    #10182
    Sakin
    Keymaster

    @bobnolley: Sorry I don’t get it what you mean. This is about setting up featured post slider.

    #10137
    Elisabetta
    Member

    Thank you Sakin, you were great as always!

    #10136
    Sakin
    Keymaster

    @Elisabetta: The issue has been fixed. I just updated to latest version 2.4.3

    #10118
    dbentzen
    Member

    Dude, you’re awesome. It’s now the first line of my custom CSS and it’s working great.

    Thanks!

    – DB

    #10116
    Sakin
    Keymaster

    @striderbl: Thanks for putting back the footer. I see that there is some issue with the slider with the version. So, I have just push the update, but it will be only release once the WordPress theme review team makes it live. For now you have to manually update the theme. You can download theme from http://wordpress.org/themes/download/simple-catch.2.4.3.zip

    #10114
    Sakin
    Keymaster

    @dbentzen: Can you replace that with the following
    .single-post #main-slider { display: none; }

    But at this in the top section of Custom CSS box.

    #10111
    dbentzen
    Member
    #10109
    dbentzen
    Member

    Hi Sakin,

    Added the custom CSS:

    .single-post #main-slider { display: none; }

    but the slider still shows on posts…

    #10108
    Sakin
    Keymaster

    @Elisabetta: It looks like there is some issue with the slider script. Do debug, I need to check in your site. So, I will contact you through email.

    #10093
    striderbl
    Member

    i put back the initial footer.php file but this problem is still appears. I have an other problem, when i install theme i cant see my recent post and after this i need to set a static front page for displaying my post, when in options is mentioned to show recent posts the slider works correctly with more than one featured post, but posts are not seen. When i make to show concrete categories on the front page, i see posts, but now i have problems with slider. i dont know what to do

Viewing 20 results - 1,881 through 1,900 (of 2,398 total)