Results 1 to 5 of 5

Thread: Classipress Child Theme Creation Problem

  1. #1
    Thread Starter
    mouse's Avatar
    Join Date
    Oct 2012
    Location
    United States
    Posts
    67
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Classipress Child Theme Creation Problem

    I am setting up a child theme for Classipress. I have successfully changed background colors for a few things and a couple of images and made some css and function edits.

    Now I am trying to add some text to the Welcome header where it says 'Welcome, visitor![Register | Login]. I have tried doing this through the header.php and the includes/theme-header.php but without success. I copied the Classipress incluedes/theme-header.php and header.php to my classi-child directory, added a simple text here:

    -------------
    `
    <div class="header_top">

    <div class="header_top_res">

    <p>
    <?php echo cp_login_head(); ?>
    HERE IS WHAT I ADDED<font color="#FFFFFF">test</font>

    <a>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/icon_rss.gif" width="16" height="16" alt="rss" class="srvicon" /></a>

    <?php if ( get_option('cp_twitter_username') ) : ?>
    |
    <a>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/icon_twitter.gif" width="16" height="16" alt="tw" class="srvicon" /></a>
    <?php endif; ?>
    </p>

    </div><!-- /header_top_res -->

    </div><!-- /header_top -->
    `
    --------------

    and it does nothing.

    Am I in the wrong file? What am I missing here, please? Obviously I am new at child theme creation.

    Thanks

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

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

  4. #4
    Thread Starter
    mouse's Avatar
    Join Date
    Oct 2012
    Location
    United States
    Posts
    67
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    mouse's Avatar
    Join Date
    Oct 2012
    Location
    United States
    Posts
    67
    Thanks
    2
    Thanked 0 Times in 0 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. A problem with child theme
    By pedro_alfaiate in forum Report Vantage Bugs (Legacy)
    Replies: 4
    Last Post: September 9th, 2012, 03:37 PM
  2. Child Theme Problem
    By digipro in forum Report JobRoller Bugs
    Replies: 2
    Last Post: August 10th, 2012, 12:41 PM
  3. Child Theme Tutorial Orange Button css Problem
    By radioz in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: July 19th, 2012, 10:06 AM
  4. [SOLVED] Child theme problem
    By k9marketing in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: June 20th, 2012, 09:57 PM
  5. Search Bar Problem and Child Theme IE9 problem
    By akent64 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: February 21st, 2012, 03:19 AM