Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #123008
    Michael
    Participant

    Hello, i would like do delete the copyright chicago pro text at the footer. I buyed therefore pro. Please can you text me the code which i would need to copy in the footer editor to do this? Thanks in advance

    #123009
    tikaram
    Participant

    @brillinger : You can remove the copyright text form customizer in WordPress Admin. Please follow this link to know more about footer editor options. Let me know if you need further assistance.

    Regards,
    Tikaram

    #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>

    #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?

    #123012
    tikaram
    Participant

    @brillinger : You do not need to edit the theme file to change the text. Login to your WordPress Admin section. Go to Appearance => Customize => Theme Options => Footer Editor Options
    You can find two boxes named Footer Left Content and Footer Right Content. Edit the content of the boxes and you are done.

    Regards,
    Tikaram

    #123013
    tikaram
    Participant

    @brillinger : Please post in your site URL as well.

    Regards,
    Tikaram

    #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.

    #123015
    tikaram
    Participant

    @brillinger : Please post in your site URL.

    #123016
    Michael
    Participant

    Ah sorry…i got it…thanks a lot

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Catch chicago pro footer editoring’ is closed to new replies.