Search:

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    249

    Your requirements seems to be covered in Hirebee...

    Your requirements seems to be covered in Hirebee including commissions via escrow. You can check the Hirebee page here https://www.appthemes.com/themes/hirebee/ for more details.



    - JOmark
  2. Replies
    1
    Views
    181

    I think Hirebee...

    I think Hirebee https://www.appthemes.com/themes/hirebee/ is more appropriate theme based on your requirements.



    - Jomark
  3. Hi Manish, You can edit payuindia-gateway.php...

    Hi Manish,

    You can edit payuindia-gateway.php file.

    In that file look for below code.

    'dropdown' => __( '<Enter Your Dropdown Description Here>, 'appthemes-payuindia' )

    Hope this helps.
  4. Replies
    7
    Views
    450

    try this, it will echo plain text, without link...

    try this, it will echo plain text, without link on home page and link on category pages...

    its in functions.php




    function jibo_ad_loop_meta() {
    global $post, $cp_options;
    if (...
  5. Replies
    25
    Views
    1,270

    Samcy Hi, I had the same issue and here is the fix:...

    Hi,

    I had the same issue and here is the fix: go to Contact and edit your contact form. In the Mail section below the Form section, add the following in the "Additional headers" field: Reply-To:...
  6. Replies
    5
    Views
    455

    Go to...

    Go to /classipress/includes/admin/admin-settings.php and find around line 426 this:


    array(
    'title' => __( 'Max Images Per Ad', APP_TD ),
    'type' => 'select',
    'name' =>...
  7. [SOLVED] Fixed your other problems with Welcome tab...

    Fixed your other problems with Welcome tab (HTML). Updated both your site and the child theme.
  8. Replies
    4
    Views
    1,083

    [SOLVED] That's great, thanks. If you really want to...

    That's great, thanks.

    If you really want to place the right sidebar to the left, follow the instructions bellow:

    Rename custom-sample.css file inside style folder to custom.css then open the...
  9. Replies
    3
    Views
    303

    Hi manishkhullar, You may create an English ...

    Hi manishkhullar,

    You may create an English <> English translation and translate the word 'Ads' to 'Vehicles' inside the .po file. I think that's the fastest way without the need of changing the...
  10. Replies
    4
    Views
    477

    Here some settings for your htaccess file:...

    Here some settings for your htaccess file: http://docs.appthemes.com/tutorials/speed-up-your-site-fast/

    Cheers
  11. Replies
    4
    Views
    477

    Hi manishkhullar, definitely look into using a...

    Hi manishkhullar, definitely look into using a cache plugin. I use WP Super Cache on my classifieds site (CP v3.3/WP 3.6) which has made a major difference in page load and overall speed.
  12. Replies
    9
    Views
    1,389

    [TUTORIAL] Yes it will. Tested with simply-responsive...

    Yes it will.

    Tested with simply-responsive child theme and cp 3.3.1dev and wp 3.6
  13. My suggestion would be to create a custom field....

    My suggestion would be to create a custom field.

    I have a similar setup. The ad owner chooses 'Trade' or 'Private' (in your case 'Wanted' or 'For Sale') when listing their ad, by way of a tick...
  14. Replies
    1
    Views
    279

    Samcy No, they get created randomly. There is no admin...

    No, they get created randomly. There is no admin option to get them controlled.

    Cheers
  15. Replies
    5
    Views
    383

    Samcy Try this one: function...

    Try this one:


    function insert_banner_ad_on_category_page() {
    if(is_tax(APP_TAX_CAT))
    echo '<a href="http://www.appthemes.com"><img...
  16. Replies
    1
    Views
    315

    Maybe this list could be useful for you:...

    Maybe this list could be useful for you: http://docs.appthemes.com/action-hooks/

    You may also check this: http://docs.appthemes.com/developers/using-actions-hooks-in-child-themes/

    and this:...
  17. Replies
    5
    Views
    406

    Samcy It takes the minimum and maximum from all the ads...

    It takes the minimum and maximum from all the ads that are on your site.
  18. Replies
    12
    Views
    687

    [SOLVED] Hello manishkhullar, It's not easy to give you...

    Hello manishkhullar,

    It's not easy to give you the right support for the first question, as it is more related to customizations than asking for standard help. The wording "My Dashboard" is done...
  19. Replies
    12
    Views
    687

    [SOLVED] Hello manishkhullar, Add the following...

    Hello manishkhullar,



    Add the following code into your child theme functions.php:


    function childtheme_add_ads_to_search() {
    if ( ! is_search() )
    return;
Results 1 to 19 of 19