Search:

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    784

    It is not always recommended to modify the core...

    It is not always recommended to modify the core theme files as it will be overwritten when update comes. You can use a child theme for that.

    Anyway, if you know what you are trying to accomplish,...
  2. Nevermind. Once again answered my own question. ...

    Nevermind. Once again answered my own question.

    includes/theme-comments.php

    Just noticed the file....
  3. Replies
    9
    Views
    731

    I had a look at that but couldn't work out where...

    I had a look at that but couldn't work out where they meant when they said "paste the code into the head of your html file". I don't know which file that is - all my files are php or css.

    So I...
  4. Replies
    7
    Views
    1,002

    You may try removing it through...

    You may try removing it through step-functions.php line 469.
  5. Replies
    7
    Views
    1,002

    Charge for Listing Ads: No

    Hello,
    I have a question: At "Pricing Options>>Charge for Listing Ads" I choose "No".1174
    In "add-new" step1 I'm getting "Cost Per Listing: Free".1175 and at step "Review Your Listing" I get "Ad...
  6. Replies
    1
    Views
    805

    You may change it through the theme-header.php.

    You may change it through the theme-header.php.
  7. Dimitris hi its ok, i found it, just edit the...

    hi its ok, i found it, just edit the theme-footer.php
  8. Replies
    23
    Views
    2,000

    Author Page on steroids

    Just finished customizing my author page to be a little more robust: admin | FraserValleySwap.com

    In my research I found that a lot of local sellers of new and used goods online want the ability...
  9. You may try using firebug, a firefox add-on, that...

    You may try using firebug, a firefox add-on, that helps you easily inspect and locate css and html elements.
  10. HI, Just add below code to style.css : ...

    HI,

    Just add below code to style.css :

    .level-0 { background-color: #C52727; font-weight: bold; color:#FFFFFF;}

    good luck :)
  11. Replies
    9
    Views
    4,421

    [SOLVED] 1. What's the process you've done in order to...

    1. What's the process you've done in order to remove the search bar under the menu: have you just modified the classipress/header.php file eliminating the last line? <?php include_once(TEMPLATEPATH ....
  12. Samcy Try removing the code below in the header.php; ...

    Try removing the code below in the header.php;


    <?php include_once(TEMPLATEPATH . '/includes/theme-searchbar.php'); ?>

    As always, make a backup just in case something is not working right.
  13. wightgoods, in your custom.css file look for the...

    wightgoods, in your custom.css file look for the following selectors:

    body, .header_main_bg, .content, .content_botbg, .header_top

    It may be that some of them are not there. The ones you do...
  14. Thread: Register Page

    by pepsi
    Replies
    1
    Views
    1,894

    To change the text of the register page you can...

    To change the text of the register page you can do so by editing theme-login.php

    An email is still sent though, and you can edit the content of the new registration email in your ClassiPress admin...
  15. Replies
    1
    Views
    1,894

    Register Page

    This is the default copy on the register page "Complete the fields below to create your free account. Your login details will be emailed to you for confirmation so make sure to use a valid email...
  16. [TUTORIAL] This modification makes the reCaptcha the contact...

    This modification makes the reCaptcha the contact form works in conjunction with the reCaptcha form of the new record.

    Then you have to go into admin ClassiPress and security option to activate...
  17. Replies
    1
    Views
    1,127

    You can removed the instances of "join now"...

    You can removed the instances of "join now" through the following files;

    header.php
    sidebar.php

    For the listing expired text you may modify it through the single-ad_listing.php .
  18. Replies
    9
    Views
    655

    [TUTORIAL] The error says that you have no database...

    The error says that you have no database selected. You need to tell phpmyadmin in which database you want the tables to be imported. Click on the database on the left side and then import your sql.
  19. Replies
    9
    Views
    1,935

    [CLASSIPRESS] hello, for resolve this problem (register plus...

    hello,
    for resolve this problem (register plus don't work in registration page), just add :
    <?php do_action('register_form'); ?>

    in /includes/forms/register/register-form.php....
Results 1 to 19 of 19