Results 1 to 4 of 4

Thread: Classipress 3.2.1 - edit footer

  1. #1
    Thread Starter
    Newbie jmarissen's Avatar
    Join Date
    Mar 2012
    Location
    United States
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Classipress 3.2.1 - edit footer

    After upgrading to Classipress 3.2.1 I cannot edit the theme-footer.php...any edit of this file does not appear on the site after uploading the edited file.
    The file used to have the php code for "Classified Ads Software | Powered by WordPress" but that no longer appears in the current theme-footer.php.
    The current theme-footer.php reads as follows:
    ------------------------------------------------------------------------
    <?php

    /**
    * Add footer elements via the wp_footer hook
    *
    * Anything you add to this file will be dynamically
    * inserted in the footer of your theme
    *
    * @since 3.0.0
    * @uses cp_footer_actions
    *
    */


    // insert the google analytics tracking code in the footer
    function cp_google_analytics_code() {

    if ( get_option('cp_google_analytics') <> '' )
    echo stripslashes( get_option('cp_google_analytics') );

    }
    add_action('wp_footer', 'cp_google_analytics_code');


    // enable the gravatar hovercards in footer
    function cp_gravatar_hovercards() {
    global $app_abbr;

    if ( get_option($app_abbr.'_use_hovercards') == 'yes' )
    wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', array( 'jquery' ), '1.0', true );

    }

    add_action('wp_enqueue_scripts', 'cp_gravatar_hovercards');


    ?>
    ---------------------------------------------------------------------------------------------
    How do I edit the footer in this new updated version?

  2. #2
    bighenry's Avatar
    Join Date
    Oct 2012
    Location
    United Kingdom
    Posts
    122
    Thanks
    6
    Thanked 19 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Newbie jmarissen's Avatar
    Join Date
    Mar 2012
    Location
    United States
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    bighenry's Avatar
    Join Date
    Oct 2012
    Location
    United Kingdom
    Posts
    122
    Thanks
    6
    Thanked 19 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Can't find where to edit the red bar in the upper footer
    By sergiomsperb in forum ClassiPress General Discussion
    Replies: 4
    Last Post: October 25th, 2012, 06:31 PM
  2. How do you edit which pages post in the footer?
    By cheapchino in forum Report Clipper Bugs
    Replies: 1
    Last Post: October 3rd, 2012, 10:14 AM
  3. edit/remove footer link
    By jacklockyer in forum JobRoller General Discussion
    Replies: 13
    Last Post: July 4th, 2012, 07:31 AM
  4. How to Edit Footer Link
    By rogerlilley in forum Clipper General Discussion
    Replies: 1
    Last Post: June 18th, 2012, 09:45 PM
  5. Edit footer menu
    By harry0013 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 31st, 2012, 10:20 PM