Search:

Search: Search took 1.00 seconds.

  1. Replies
    10
    Views
    3,595

    Hi @dario06, the best I can give you given how...

    Hi @dario06, the best I can give you given how much time I have right now, is an educated guess.

    * THIS IS JUST A GUESS ... totally untested: You can try replacing the word 'All Categories' with...
  2. Replies
    126
    Views
    14,104

    [TUTORIAL] Here we go... The goal of this tutorial is to...

    Here we go...

    The goal of this tutorial is to have a small sign under the price tag in the listings with "Price is Negotiable" I will try to explain it that newbies can follow up. So the pro-users...
  3. Replies
    7
    Views
    558

    Para remover informações da caixa de retorno de...

    Para remover informações da caixa de retorno de pesquisa, vc tem que editar o arquivo "search.php"
    Abra o arquivo "search.php" com o editor de arquivos Wordpress e remova o trecho abaixo.

    To...
  4. Thread: How can I

    by jomarkosabel
    Replies
    3
    Views
    346

    Removing those will require editing of the...

    Removing those will require editing of the includes\theme-footer.php line 30 specifically the wp_list_pages function.

    Take note that his involves modification of the core theme files of which is...
  5. Replies
    12
    Views
    798

    forget that previous line of code that i tell you...

    forget that previous line of code that i tell you

    #crumbs { display: none;}
    It works but is better to search for:



    /* breadcrumb */
    #breadcrumb{ font-size:11px; margin-top:-10px;...
  6. Replies
    12
    Views
    798

    look for instances where you will find the code...

    look for instances where you will find the code that relates to the breacrumb - they're in around 12 core files

    Look for:

    <div id="breadcrumb">

    <?php if (...
  7. Replies
    12
    Views
    798

    Hi Dario, Just add this line to your style.css...

    Hi Dario,

    Just add this line to your style.css


    #crumbs { display: none;}



    Takanakui
  8. Replies
    8
    Views
    891

    Solutions: theme-searchbar.php

    Solutions:

    theme-searchbar.php


    <?php if ( is_home() || is_search() || is_404() || is_tax( APP_TAX_CAT ) || is_singular( APP_POST_TYPE ) ) : ?>

    Change to:
  9. Replies
    20
    Views
    1,305

    Here's the thread for purchasing child theme...

    Here's the thread for purchasing child theme http://forums.appthemes.com/**new-child-theme-classipress-including-grid-mod**-24170/ Again, I haven't use this, but it sounds like a good deal. You have...
  10. Replies
    20
    Views
    1,305

    Creating a child theme is highly recommended, as...

    Creating a child theme is highly recommended, as then you can modify your theme without touching the core files.
  11. Replies
    20
    Views
    1,305

    Hi guys, sorry I didn't get back to you sooner,...

    Hi guys, sorry I didn't get back to you sooner, (its the weeknd!) but I see you sorted it out anyway.

    To remove the expires and listed fields, again you will need to delve into the core files (I...
  12. Replies
    20
    Views
    1,305

    Glad it's working for you now. Give thanks by...

    Glad it's working for you now. Give thanks by clicking the Thanks button, please. Give me a little bit for your other inquiry.
  13. Replies
    20
    Views
    1,305

    I'm not using the google map myself, and with the...

    I'm not using the google map myself, and with the code talent gave you for removing the poster tab along with the one I gave you for removing the member information box, it should work. Try this...
  14. Replies
    20
    Views
    1,305

    What version of Classipress do you have?

    What version of Classipress do you have?
  15. Replies
    20
    Views
    1,305

    I'm assuming your talking about the Member...

    I'm assuming your talking about the Member Information box. Look for and delete this code in your sidebar-ad.php file:


    <div id="priceblock3">

    <div class="clr"></div>

    ...
  16. Replies
    20
    Views
    1,305

    Please be aware, that these changes require...

    Please be aware, that these changes require modification to the core files, which is not recommended as they will be overwritten when updating, unless you keep track of what you have changed -)
  17. Replies
    20
    Views
    1,305

    To remove ad date from posts, you will need to...

    To remove ad date from posts, you will need to remove or 'uncomment' part of the line in the theme-actions.php core file.
    Lines 37 and 128: <span class="clock"><?php echo...
Results 1 to 17 of 17