Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: External Link in Footer #142708
    Michael
    Participant

    I have the same problem. How can it be solved?

    in reply to: Catch chicago pro footer editoring #123016
    Michael
    Participant

    Ah sorry…i got it…thanks a lot

    in reply to: Catch chicago pro footer editoring #123014
    Michael
    Participant

    Sorry i can not find this footer left content or right boxes. As you has seen in my last message all the css of the footer.php there is no one boxes as you had described.

    in reply to: Catch chicago pro footer editoring #123011
    Michael
    Participant

    Hello Tikaram, thanks for your fast answer…but i can not find the copyright text in the footer.
    Can you send me the correct text which i could copy in tje footer.php?

    in reply to: Catch chicago pro footer editoring #123010
    Michael
    Participant

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after
    *
    * @package Catch Themes
    * @subpackage Chicago Pro
    * @since Chicago 1.0
    */

    /**
    * chicago_after_content hook
    *
    * @hooked chicago_content_end – 10
    * @hooked chicago_featured_content_display (move featured content below homepage posts) – 20
    * @hooked chicago_footer_menu – 30
    *
    */
    do_action( ‘chicago_after_content’ );

    /**
    * chicago_footer hook
    *
    * @hooked chicago_footer_content_start – 10
    * @hooked chicago_footer_sidebar – 20
    * @hooked chicago_footer_content_end – 190
    * @hooked chicago_page_end – 200
    *
    */
    do_action( ‘chicago_footer’ );

    /**
    * chicago_after hook
    *
    * @hooked chicago_scrollup – 10
    *
    */
    do_action( ‘chicago_after’ );?>

    <?php wp_footer(); ?>

    </body>
    </html>

Viewing 5 posts - 1 through 5 (of 5 total)