Search:

Search: Search took 1.00 seconds.

  1. Replies
    56
    Views
    2,529

    [SOLVED] Buying a static IP won't make any difference...

    Buying a static IP won't make any difference Dimitri, because that would be for inbound requests only.

    I wasn't talking about "your free API". I was talking about Google's free maps API...
    ...
  2. Replies
    10
    Views
    3,083

    [SOLVED] So version 1.3.3 is out....how do you remove the...

    So version 1.3.3 is out....how do you remove the reviews and ratings?
  3. Yes, you can make it appear on specific pages but...

    Yes, you can make it appear on specific pages but you need to know the page ID.



    is_front_page()


    is_search()
  4. Replies
    7
    Views
    459

    Dimitris That link was a pointer on how you can achieve...

    That link was a pointer on how you can achieve "to just remove map from the HomePage".

    In the "\vantage\wrapper.php" replace the following line:


    <?php do_action( 'va_content_container_top' );...
  5. It's fairly striaghtforward to get rid of the...

    It's fairly striaghtforward to get rid of the reviews tab and add your review section
    in single-listing.php,
    first remove this line: <a id="reviews-tab" class="rounded-t" href="#reviews"><?php _e(...
  6. If that is the case I will basically give you a...

    If that is the case I will basically give you a run through of how I plan to achieve it. Luxor's example is performance wise superior but I am a tad too lazy to keep track of category numbers.
    ...
  7. Here is the issue list for 1.1.2: Open Tickets...

    Here is the issue list for 1.1.2:

    Open Tickets
    #1445 Issue with the claimed listings permalink. open

    Closed Tickets

    ✔ #1459 possible Xss vulnerability ? ✓ resolved
    ✔ #1424...
  8. Replies
    27
    Views
    4,666

    [SOLVED] Use this to remove it from the front end of...

    Use this to remove it from the front end of Vantage:
    https://dl.dropbox.com/u/31427180/appthemes/vantage/tst-remove-front-adminbar.zip

    Hope it helps anyone who needs it.
  9. Replies
    22
    Views
    1,426

    Dimitris hi cityconnection, you can do the same with the...

    hi cityconnection,
    you can do the same with the function for creating a listing. It is just a few lines above (around line 152)
    find
    function va_disable_admin_listing_creation() {

    and add
    ...
  10. Replies
    22
    Views
    1,426

    Dimitris Found a workaround, not very handy but it works....

    Found a workaround, not very handy but it works. First I allowed administrators backend editing of the listing by adding a line to admin.php in includes/admin/admin.php

    find around line 160...
  11. Thread: Business Scraper

    by josh
    Replies
    29
    Views
    3,091

    Here is some spreadsheet magic for you =A2&"...

    Here is some spreadsheet magic for you

    =A2&" "&B2&", "&C2&", "&D2

    (Click on the below image to see it bigger)
    2620
  12. Replies
    5
    Views
    886

    The plugin...

    The plugin http://wordpress.org/extend/plugins/theme-my-login/ works pretty well too. There is a pagination issue on the frontpage though. But there is a workaround...
  13. Replies
    8
    Views
    883

    If you want to show the full width on the listing...

    If you want to show the full width on the listing overview you can alter it in your includes/images.php

    find
    function va_init_image_sizes( $sizes ) {
    update_option( 'thumbnail_size_w', 50 );...
  14. [SOLVED] OK. I solved the problem. I added the...

    OK. I solved the problem.

    I added the following constants, and values, to the wp-config.php files:

    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');...
  15. What Adriano posted is where you can change the...

    What Adriano posted is where you can change the text for the Search. For changing the text on the "Add a business now" button, go to includes/widgets.php file and scroll down to Line 22.
  16. Announcing "ClassiEstate" – A Real Estate Child Theme for ClassiPress

    ClassiEstate is a ClassiPress child theme which will turn your ClassiPress website into a Real Estate website! ClassiEstate also comes with a large featured image slider for the homepage, and the...
  17. Replies
    12
    Views
    1,512

    Hey radlam, A lot of the changes you talked...

    Hey radlam,

    A lot of the changes you talked about are easily implemented, just as you suggested in 1a, with a Wordpress Child Theme. By creating a child theme, any CSS or HTML changes you do will...
  18. Replies
    81
    Views
    5,784

    Hi, I think I made it work on my site...

    Hi,

    I think I made it work on my site (localhost, sorry) -

    I opened the file includes/theme-refine.php and looked for the following code on line 382

    $results =...
Results 1 to 18 of 18