Search:

Search: Search took 1.00 seconds.

  1. Replies
    11
    Views
    736

    [SOLVED] Also make sure that at the top of your child...

    Also make sure that at the top of your child theme CSS file you import the colour CSS stylesheet. For example if you're running Vantage with the Green theme you need to import 'green.css' into your...
  2. Replies
    2
    Views
    529

    [SOLVED] I made this change with a schild theme. Very...

    I made this change with a schild theme. Very simple to do by editing the 'header.php' file. Open it up and look for this code:

    <label for="search-location">
    <span...
  3. Replies
    10
    Views
    608

    A child theme is activated in the same way you...

    A child theme is activated in the same way you activate any other theme. Once it's installed just login to your WP dashboard, go to' Themes and you will see your child theme. Simply click 'Activate'...
  4. Replies
    8
    Views
    660

    I've also had issues with WP on a Windows Server...

    I've also had issues with WP on a Windows Server setup. Not sure if it would help but you could add some custom code into your child theme functions.php to move scripts to the footer. Might help...
  5. Replies
    24
    Views
    2,515

    Thanks for the kind words. I added the custom...

    Thanks for the kind words.

    I added the custom code into the top of header.php using a Child Theme.
  6. Replies
    10
    Views
    541

    Yes that's correct, you will lose any...

    Yes that's correct, you will lose any customisations if you have edited the main theme files rather than used a child theme. You can find some useful info on child themes here:
    ...
  7. WordPress has the option for a description for...

    WordPress has the option for a description for each category built in. THis might prove useful:

    http://codex.wordpress.org/Function_Reference/category_description
  8. Replies
    11
    Views
    1,127

    [SOLVED] Open up widgets.php (it's in the 'includes'...

    Open up widgets.php (it's in the 'includes' folder) and look for this code:

    echo $before_widget;
    echo html_link( $url, __( 'Add a business now', APP_TD ) );
    echo $after_widget;

    Just change...
  9. Hi There, It's a Sunday so that could be why...

    Hi There,

    It's a Sunday so that could be why responses are slow.

    To answer your question. Place the meta tag in 'wrapper.php' in the head section.
  10. [SOLVED] Assuming you are using a child theme, copy...

    Assuming you are using a child theme, copy index.php to your child theme directory. Open it up and look for this:

    <section class="overview">
    <?php appthemes_before_blog_post_content(); ?>
    ...
  11. Replies
    1
    Views
    328

    Nice and simple to change this. Open up the...

    Nice and simple to change this. Open up the 'header.php' file and look for this line of code:

    <label for="search-location">
    <span class="search-title"><?php _e( 'Near ', APP_TD );...
  12. Replies
    7
    Views
    514

    Dimitris Hi Alice, My guess would be you've not added...

    Hi Alice,

    My guess would be you've not added the template name at the top of your child theme CSS file which would mean wordpress doesn't know what the parent theme is.

    At the top of your child...
  13. Replies
    9
    Views
    442

    Look for 'form-login' in your theme directory. As...

    Look for 'form-login' in your theme directory. As always, it's best to use a child theme for modifications or you will lose everything when you upgrade the theme.
Results 1 to 13 of 13