Search:

Search: Search took 1.00 seconds.

  1. You need to upload the picture to your site. (If...

    You need to upload the picture to your site. (If you have an ad to go there.) If not just upload any pic for practice.

    Classipress / Media / Add New. Upload the pic. Go back to media then click on...
  2. Add this to your style.css: #preview p {...

    Add this to your style.css:


    #preview p { display: none; }

    Don't forget to take a backup before doing any changes. We also recommend the use of a child theme to ensure you don't lose your...
  3. Replies
    2
    Views
    474

    I added a small snippet to the code functions.php...

    I added a small snippet to the code functions.php file to add the first image to the feed....


    <?php
    /**
    * Theme functions file
    *
    * DO NOT MODIFY THIS FILE. Make a child theme instead:...
  4. I had the same problem. I found this code in...

    I had the same problem. I found this code in theme-functions.php

    "$args['menu_cols'] = ( $location == 'menu' ? 3 : 2 );"
    changed it to
    "$args['menu_cols'] = ( $location == 'menu' ? 4 : 2 );"
    ...
  5. If you want slider working for other pages then...

    If you want slider working for other pages then you need include also this code before slider code:

    You can put this code where you want to show slider:
    <script type='text/javascript'...
  6. You can also post a request on this at the Ideas...

    You can also post a request on this at the Ideas Exchange page http://ideas.appthemes.com/appthemes/.
  7. Replies
    3
    Views
    435

    You may edit it through the sidebar.php.

    You may edit it through the sidebar.php.
  8. Replies
    3
    Views
    712

    [SOLVED] First you can try to translate the file fr_FR.po ...

    First you can try to translate the file fr_FR.po




    Or you can edit the "theme-stats.php" and translate entries "views " manually.

    To do this go to Wordpress admin => Appearance =>...
  9. Replies
    3
    Views
    626

    Encourage users with no posts, to post!

    When a new user signs up, by default they are redirected to the 'Dashboard' page. They will see the message "You currently have no classified ads". Well that's obvious, but let's tell them what to do...
  10. Replies
    40
    Views
    2,460

    Paste at the end of your...

    Paste at the end of your classipress/styles/blue.css file:

    #preview p {
    display: none;
    }

    Regards,
Results 1 to 10 of 10