Search:

Search: Search took 1.00 seconds.

  1. Replies
    15
    Views
    1,607

    [SOLVED] You can fix this manually as follows. Open the...

    You can fix this manually as follows.

    Open the file "theme-header.php" and locate this snippet in the code:



    Change "<?php home_url(); ?>" to the url of your site.


    Will look like this::
  2. Replies
    131
    Views
    15,400

    [TUTORIAL] In 3.1.3 it is actually simplier than thought ...

    In 3.1.3 it is actually simplier than thought

    in index.php find ~line 113

    <h3><a href="<?php the_permalink(); ?>"><?php if ( mb_strlen(get_the_title()) >= 75 ) echo mb_substr( get_the_title(),...
  3. Replies
    85
    Views
    10,181

    [MOD NEEDED] You are missing some formatting on your...

    You are missing some formatting on your price-wrap div, you should revert back to the original file, then replace only your price-wrap div with this:


    <div class="price-wrap">
    <?php if...
  4. Replies
    9
    Views
    696

    [MOD NEEDED] That is possible for sure. You could also have...

    That is possible for sure. You could also have the contact tab display above the map and poster tab as well, solves both problems. You could try this code in your sidebar-ad.php, just replace from...
  5. Replies
    11
    Views
    803

    After poking around in the database I think I...

    After poking around in the database I think I found the table quim was talking about.

    table : wp_options
    value you want to change : cp_version

    I just changed mine from 3.0.5.4 to 3.1.2 and I...
  6. In 'sidebar-gmap.php' there is the following line...

    In 'sidebar-gmap.php' there is the following line of code:

    $make_address = get_post_meta($post->ID, 'cp_street', true) . '&nbsp;' . get_post_meta($post->ID, 'cp_city', true) . '&nbsp;' ....
  7. Replies
    9
    Views
    760

    You have a PM to explain how to modify your...

    You have a PM to explain how to modify your database.
  8. Simply start including some widgets in that area...

    Simply start including some widgets in that area and you'll have Blogroll + Meta Boxes out.
    ClassiPress automatically include that in sidebars if there are no widgets placed on.
    Best regards,
    ...
  9. Replies
    2
    Views
    603

    You may try removing the code below in...

    You may try removing the code below in tpl-full-width.php .


    <?php if (comments_open()) comments_template(); ?>
  10. Replies
    33
    Views
    4,076

    on Classipress 3.0.5.3, I got it to redirect by...

    on Classipress 3.0.5.3, I got it to redirect by doing the following;


    Open classipress/includes/forms/login/login-form.php
    At about line 14 change:

    function app_login_form( $action = '',...
Results 1 to 10 of 10