Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter spfa

    (@spfa)

    Thank you

    Now that I finally got my footer to appear, I somehow deleted the one piece of code that automatically updates the year annually. Does anyone have that? If in the event I fail to remember to change this on Dec 31st…? LOL.

    Thanks mucho.

    Yeaaaahhh! Finally, thanks so much! I am pretty new to WordPress and embracing the newness of the integrated programming of WP. I am more functional and designer savvy, did not know about the commented areas. Thank you for the information Stephen.

    stephencottontail – I had no idea about this! – I will try this!

    In my child theme I have the following files:

    functions.pho
    style.css
    screenshot.png

    the info inside my function php is as follows:

    <?php
    /**
    add_filter('tc_credits_display', 'my_custom_credits');
    function my_custom_credits(){
    $credits = '';
    $newline_credits = '';
    return '
    <div class="span4 credits">
    <p> · © '.esc_attr( date( 'Y' ) ).' '.esc_attr(get_bloginfo()).' · '.($credits ? $credits : 'Created by SPFA Design').' ·'.($newline_credits ? '
    · '.$newline_credits.' ·' : '').'</p> </div>';
    }
    */

    Does this help? What else needs to be here, added, deleted?

    In my child theme I have the following files:

    functions.pho
    style.css
    screenshot.png

    the info inside my function php is as follows:

    <?php
    /**
    add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
    $credits = ”;
    $newline_credits = ”;
    return ‘
    <div class=”span4 credits”>
    <p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Developed by SPFA Design’).’ ·’.($newline_credits ? ‘
    · ‘.$newline_credits.’ ·’ : ”).'</p> </div>’;
    }
    */

    `

    Does this help? What else needs to be here, added, deleted?

    Hi Electric Feet, that is another users (see above) it’s her site (tangobest).

    The site I am working on is The site I am working on is http://campbellexpress.com

    Thank you 🙂

    Ok…. so here is my recent update. The Footer is still not updates.

    I do have access to the FTP and have followed the directions of the link you provide (How to Customize Customizr.) I did see that there was a child theme downloader and downloaded this. I archived the child theme that I created and replaced with the newly developed Customizr child theme.

    The new child theme (from Customisr download) had an area in the functions.php file that indicated to insert all custom details in the designated area. I inserted the provided code that you have supplied above with my modifications.

    add_filter('tc_credits_display', 'my_custom_credits');
    function my_custom_credits(){
    return '<div class="span4 credits"><p>ADD YOUR TEXT HERE</p></div>';
    }

    My changes are (still) not reflected :-(.
    I have spent several hours trying to get one simple line of this theme modified. Any suggestions?

    Thank you for your amazing help, I believe that I am getting close ….
    Please advise, thank you!

    Thank you…. OK so I put this in the link:
    Through the wp-admin

    http://www.campbellexpress.com/wp-admin/customize.php

    I added this text with my modifications in the “Custom CSS” dropdown section.
    Not working. WHAT am I missing… :o(

    Thanks – I have read this and have executed the procedures…. NONE of them is working for me. Can someone please help????

    I have been to the Themes & Co website, read all of the tutorials, did every step that is noted, and cannot get this to work for me. I use a lot of other themes and this one is the hardest to modify a simple footer section. Wny is this???

    So frustrated 🙁

    Wow, I was looking at an old thread… thanks for this info. I am new to snippets. Do I get the file from ther appearance/editor… or do I log into the FTP and download a file???

    So… if I am understanding correctly is line 3 supposed to look like this between the ”:

    $credits = ‘Site Development by Sue Smith Design ‘;

    And the line 4 is an extra line if I choose to note other info.

    Please let me know, thanks.

    Hi there – as like some other users here I am relatively new to WP. Although I have managed to get around rather well and I really like this Customizr WP theme a lot.

    I have created a child theme and everything is great there.

    I have to say I have followed the steps to change this “credit” on the footer…. I cannot locate the area to make this change. I would like to remove the white footer text that reads: Designed by Themes Co.

    The site I am working on is http://campbellexpress.com/wordpress
    (This will be migrated to the root directory once I finish some more tweaks.)
    One of them mainly being this footer issue. Why is just changing this footer text a HUGE big deal with this theme. Everything else on this theme is simple and to the point. I am so perplexed. Please help.

    Any assistance on this would be greatly appreciated.
    Thanks all!

Viewing 13 replies - 1 through 13 (of 13 total)