Search:

Search: Search took 1.00 seconds.

  1. Ok, now i anderstand you :) Go to the...

    Ok, now i anderstand you :)


    Go to the index.php to lines:
    Line 53 -> delete or coment this

    <?php remove_action( 'appthemes_after_endwhile', 'cp_do_pagination' ); ?>

    Line 75 -> delete...
  2. Sorry i ve had a think error. Please use this...

    Sorry i ve had a think error.

    Please use this code, now works 100% fine ;):

    To this code:



    case is_archive():
    if(empty($_GET['sort'])) echo _e( "Just Listed", 'appthemes' );
  3. Solution of the BUG on breadcrumb translation and dislay when u click "View More Ads"

    To solve the BUG with breadcrumb translation and display when u click "View More Ads" open the file includes/theme-functions.php


    Go to the line 1452 and change this sloppy code:


    case...
  4. Solution of the pagination "View More Ads"

    There is a bug on the link "View More Ads" pagination. It only work if you have the base URL as "ads". To be able to have other Base Url you must make this changes:

    Shearch for this on index.php:...
  5. There is a bug on this. It only work if you have...

    There is a bug on this. It only work if you have the base URL as "ads". To be able to have other Base Url you must make this changes:

    Shearch for this on index.php:


    <a href="ads/page/2/">
    ...
  6. Hi, thanks for your reply. Yes i deleted ...

    Hi,

    thanks for your reply.

    Yes i deleted
    <?php if(has_nav_menu('theme_dashboard')) : wp_nav_menu(array('theme_location' => 'theme_dashboard', 'container' => false)); else : ?>

    and
Results 1 to 6 of 6