Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • Tony Eppright
    Participant
    Post count: 22

    Hi Antonio, Happy New Year! I’m working on a site that wants this feature, but having a hard time.

    I’ve tested some functions that look for the cookie but it’s returning “null”. I also used http://www.cookie-checker.com/ to see which cookies are used on the site and didn’t see anything for IDX Broker. It’s only showing GA and Jquery.

    How can I find the name of the cookie, or any suggestions on how I can search for the IDX Broker cookie? It would be great if this could be integrated into IDX Broker!

    Thanks,
    Tony

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    I ended up using CSS to manipulate the elements. Would still like to know how I can accomplish this if anyone has any thoughts, but had to find a working solution so I gave up on the JS version.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Thanks Antonio. Tried this (and a bunch of others) with no luck. I thought I had it but realized once I added more than one property, it was appending the price for all properties to each listing. So if I had 6 listings, each one showed all 6 prices.

    I tried using a loop with the setTimeout function, but gave me an infinite loop.

    I’ve been trying to work with some form of this:


    $(".IDX-myAccountLink").click(function(){

    setTimeout(function() {

    if (document.getElementsByClassName('IDX-savedProperty')) {

    alert( 'Button Clicked' );

    $(".IDX-savedPropListingPrice").appendTo(".IDX-savedPropertyInfo");

    }

    }, 1000);

    });

    Any other thoughts? Thanks again for taking a look.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Thanks Antonio. I don’t want to modify the core plugin, so I added a feature request on Github.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22
    in reply to: Basic API Questions #791

    Thank you, it helps a lot. Still trying to wrap my head around things, so I’ll go through the new course and do some real world tests…I’m sure I’ll have some questions. Thanks again!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Thanks Tony. That’s too bad…doesn’t make much sense to use it on sites where clients have rentals turned off. Thanks for clarifying.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    That would be helpful…for me, twitter or possibly emailing a summary if that’s an option.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Hey Tom,

    Antonio set it straight for me. I misunderstood how it works. I thought the all search options would auto suggest, but only the City, County and Zip do.

    Listing ID and Address work, but they don’t popup suggestions like they do on Zillow, etc.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Awesome, thanks Nick!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Thanks for the explanation.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Great recommendations. Glad to hear about the upcoming improvements by adding the h1-h6 tags, and looking forward to the other changes.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Thank you…will give it a shot.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    Tony Eppright
    Participant
    Post count: 22

    Thanks Antonio. I’m not sure if I explained it will…

    If I’m on a site and I create a new account, as soon as I’m taken to the account welcome screen it says “Welcome, Tony E.” with a logout link, then ‘perform search’, ‘view account info’, ‘view saved searches’, and ‘view saved properties’ buttons.

    It shows the logged in users name as soon as they create an account or login. I’m trying to find out if there’s a way to display the logged in name on the website, outside of IDX, for example in the header.

    I hope that makes sense…thank you.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
Viewing 13 posts - 1 through 13 (of 13 total)