Search:

Search: Search took 1.00 seconds.

  1. Hi what you want to do is edit the state field,...

    Hi what you want to do is edit the state field, name it to county (optional). and replace the US States with the UK counties witch i happen to have off hand.

    Bedfordshire,
    Berkshire,...
  2. alternatively you can do it manually and go into...

    alternatively you can do it manually and go into content-ad_listing.php

    <?php echo get_post_meta($post->ID, 'cp_bedrooms', true); ?>

    replace cp_bedrooms with your custom field name.
  3. [SOLVED] this is the plugin i'm using and its working...

    this is the plugin i'm using and its working perfect

    https://wordpress.org/plugins/email-login-auth/

    i also changed the login placeholder from "username" to "email or username"

    :)
  4. Replies
    14
    Views
    548

    [SOLVED] hi can you clarify exactly what your trying to...

    hi can you clarify exactly what your trying to do? I think I could help. if you are trying to create a custom search form with location fields then there is a much simpler solution, without needing...
  5. Replies
    7
    Views
    301

    Hi, you can go to sidebar-user.php and remove...

    Hi, you can go to sidebar-user.php and remove this line:

    <li><a href="<?php echo CP_DASHBOARD_ORDERS_URL; ?>"><?php _e( 'My Orders', APP_TD ); ?></a></li>

    if that's what you were looking to do...
  6. Replies
    11
    Views
    551

    just spoke with godaddy, they cant seem to tell...

    just spoke with godaddy, they cant seem to tell me exactly what the first guy did, should have asked him in the beginning really but if i find out i will post it.
  7. by the way guys, if you take a look at...

    by the way guys, if you take a look at theme-searchbar.php within the plugin file there is no limitation to the search form you can create,

    for example notice the line <input type="hidden"...
  8. hi guys, i think its an issue with the default...

    hi guys, i think its an issue with the default distance/radius if you go into the plugin zip includes/theme-searchbar.php

    and find the line

    <input type="hidden" name="distance" value="5"...
  9. Im releasing my Plugin free! Classipress top location search- Dont miss!

    Hi guys im the author of classipress top location search, you may have seen it on wprabbits, ive decided to give it away free as i am no longer working on plugins. its not currently responsive but...
  10. Replies
    5
    Views
    502

    [TUTORIAL] are you talking about the hover image when a user...

    are you talking about the hover image when a user hovers over the small thumbnail?

    if so....

    add the following to your css:

    #preview {padding:0px!important;}

    this will remove the border...
  11. Replies
    0
    Views
    342

    [SOLVED] Help trying to echo custom field

    Hi there i am setting up a real estate site, i have made a custom field called bedrooms, i want to show the custom field data in a certain place within the loop, is there a way to just show this...
Results 1 to 11 of 11