Forum Replies Created

Viewing 117 posts - 1 through 117 (of 117 total)
  • Author
    Posts
  • idxbroker
    Keymaster
    Post count: 179

    Form action url has a relative link.

    <form id="IDX-moreinfoContactForm" class="IDX-contactForm IDX-resetForm IDX-form" action="/idx/ajax/contact.php" method="POST" data-theme="a" data-ajax="false">

    Should be absolute.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The plugin actually doesn’t use any WordPress template for the IDX Page post type. Those are essentially just redirects to the IDX page in Middleware which uses your wrapper – and the wrapper post type. So if you want to create a custom template for the IDX pages, customize the wrapper. i.e. create a single-idx-wrapper.php file and place in your theme.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    One way of getting a lead log in code would be parsing the email sent to the lead. This will contain the parameters needed (From above example: vlog=1&id=c5529425dfebfd52). This are static to each lead as well.The Lead id is at the end of this code with the first 15 digits being the hash.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You can use any service you like to handle the SSL for your domain. IDX Broker will generate a SSL cert for the custom subdomain. This is done using let’s Encrypt. You do not have to handle that aspect.

    KB article on this topic: http://support.idxbroker.com/customer/en/portal/articles/2800577-enable-https-or-ssl-on-your-idx-site

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Mobile Spacing #1944

    Looks like the theme adds this CSS
    padding-top: 150px;
    padding-bottom: 150px;

    for that area. It happens on the bottom of widgets too. See screen shot of widget area from home page. You probably need to adjust the CSS with in the theme.

    Attachments:
    You must be logged in to view attached files.
    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Looks like the image was too big.

    I would need to see the page and the CSS to provide good feedback.

    Can you provide a link to the page?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    We opened a public place for suggestions. http://learn.idxbroker.com/idealist/

    Now anyone including clients can add to the votes.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    IDX Broker has added an idea place so customers will be able to see enhancement requests. Feel free to add there as well: http://learn.idxbroker.com/idea/

    So then like saved links, custom CSS would not be 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...
    idxbroker
    Keymaster
    Post count: 179

    There is no way via the API to log someone in. That would have to happen in the browser.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    SO loading after ajax can be done a few ways, you can set a timeout like:

    setTimeout(function(){ //do some JS stuff }, 3000);

    Or you can listen for an event. Like the appearance of an element. Example: http://stackoverflow.com/questions/6115026/how-to-tell-javascript-to-execute-a-function-after-an-element-has-been-loaded

    function myFunc() {
    if (document.getElementById('myElement')) {
    // do stuff
    } else {
    setTimeout(myFunc, 15);
    }
    }

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    So you are looking to have search random search results pages indexed? Why not just created saved links for the results you want visitors to find? Indexing random results sounds like a good way to get a lot of bad results after an MLS changes fields which happens more often than one would think.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Maybe I am missing it, but I don’t see that IDX-detailsLinksList in the DOM on http://tahoe-luxury-properties.idxbroker.com/

    I do see this on a details page, but looks like you might want #IDX-detailsLinks-list instead.

    Also I would add my CSS in the IDX Control panel. Makes it easier for me to remember where my IDX CSS is. Just what I do with CSS and IDX.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Hi,

    The border can be found in your browser dev tools. See attached screen shot.

    Can you post your CSS that you are using to try and remove this border?

    Attachments:
    You must be logged in to view attached files.
    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    When I need to look up advanced fields in an MLS or for values in an advanced field I use this unofficial tool I made: http://unofficial-idx-broker-tools.herokuapp.com/advanced-fields/

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I am not getting that error when I visit the pages. Maybe propagation time was needed?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Yeah the request makes sense. However like I said the MLSs kind of rules that area. As for attribution for devs, most add that to a wrapper. Normally in the footer.

    Being that IDX loves to promote Dev partners and if you or any dev partner is looking for co marketing opportunities shoot an email to developers@idxbroker.com and let’s see what we can get going.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Sorry, that link is required on all IDX Broker pages. It’s required by many MLS so they know what service is being used to bring in data to that page.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I have not gotten any reports of conflicts with these menu plugin(s).

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Search Bar question #1376

    Pulls welcome.

    I don’t really remember why I did anything or not. I often shy away from JQuery if I don’t need it. I like vanilla JS and hate conflicts. I wrote that with any site in mind, so I wasn’t going to rely on a site having JQuery already loaded.

    I am very happy to hear it has helped. Yay open source fun!!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You can find all the tags and classes you need by using the browser inspector tools. Or using a developer plugin like firebug. As for where to add the CSS I recommend add this into the IDX Custom CSS section.

    More on that here: http://support.idxbroker.com/customer/portal/articles/1914439

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Is there a link we can visit to see this code in action?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Is there a link we can visit to see this code in action?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Using the WP API I wrote a plugin to report info on the WP install via a custom API route returning a json response. I use on a few site I have done so I can be alerted should they install or delete plugins.

    Feel free to fork!
    https://github.com/antonioortegajr/wp-sys-profile

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Glad you like the repo! I assume you were going to filter in the PHP script? OR were you thinking of filtering in the JS client side to make this more flexible?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Intraday prop emails are not currently part of the intraday updates at this time. While it will take some time to get all data sets on intraday, the process should speed up dramatically with each addition.

    In the end refresh rate will be as fast as possible while accommodating as many MLSs as possible.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Since you are looking for this much control why not just re write the element with something like

    document.getElementById(‘id’).innerHTML=’Your Collapsable Menu’?

    That would give you the option for 1, 2, and 3. For 4 you would could CSS it down.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Do you have a link? I am happy to test on the devices and browsers I have.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Check the database and see if it is full of posts. Should the database get full of duplicate posts the dash will be come unavailable as it is overloaded.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: jQuery and Widgets #892

    Is this script firing before the widget JS renders? Is there example page we can see? Console errors?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    A dynamic wrapper conflict with head cleaner plugin.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    This plugin has been re named IMPress for IDX Broker

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I would use JS to create the form then. You can get all those values form the DOM, but you remember that the templates can differ some.

    Something Like:
    var fireplace = document.getElementById('IDX-field-fireplaceLocation');

    to get your variables then build your form via javascript to add these hidden fields.

    Hope that helps!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Is your current form static html or are you building forms with JS? Are there code examples we could see?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Probably more than a few different ways. I was lazy and jsut loaded the widget in a sidebar. Then grabbed all <form> and it’s contents along with the scripting needed to run this omni search. Then loaded those in a text widget and editing one of those scripts to add my parameter.

    var mlsPtIDs = [{“idxID”:””,”mlsPtID”:”1&test=y”}];

    test=y is then passed in the search query.

    It would probably also help to post a link to the page you are trying to modify. You might have had a good script that was nearly there, but since we can’t see it we don’t know.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I agree this would be useful. However this would require a bit of a restructure in the IDX Broker system. Like the CMS platforms mentioned we wanted to sue relative urls too.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Since the chrome extension was created is this thread good to close?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: API Road Map Dec 15 #827

    These enhancements were pushed live.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Disallowing via .htaccess is also ok as long as the IDX cURL can still reach the wrapper page. I would be sure I was not blocking all google crawling. If this is WordPress wrappers created via the WP plugin already have No Index applied to those specific pages as shown above.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You could try changing the gotoresults() function to use window.open instead of window.location in the idx-omnibar.js file.

    https://github.com/idxbroker/wordpress-plugin

    However this will be replaced if you update in the future.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    There probably won’t be a “dumb questions” section on here as I think we all ask things that we think are dumb, but are valid. Your question included. However in the interest of education, we did start a Learn Center. Your feed back on lesson needed would be great!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You can always ask MLSInfo@IDXBroker for this. Or Developers@IDXBroker for pricing on additional MLSs.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Search Bar question #795

    Update: This kind of search is available via the IDX Broker WordPress Plugin.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Basic API Questions #790

    When the API is called you should be storing the return. Then when the page loads you call your stored data. For WP this means adding this return into the WP database. Most often this is the WP_Options, but you can create your own table is you wish.

    The update script could be once a day, but then you would have to build it outside of WP as WP doesn’t have real cron jobs. they offer a pseudo cron that runs when the WP site is visited. This WP pseudo cron would be fine for your proposed application, but you would need to store a time stamp so this also doesn’t run every page load.

    Hope that helps!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    robots.txt files cannot enforce crawler behavior to your site; instead, these instructions act as directives to the crawlers accessing your site. So disallowing the wrapper page to robots.txt should still allow the IDX Broker Dynamic Wrapper system the ability to cURL the page specified in the dashboard.

    As an alternative you could add the following meta tags in this exact order:

    <meta name='idx-robot'>
    <meta name='robots' content='noindex,nofollow'>

    to the wrapper page. This will be removed when IDX Broker wrapper system cURLs the page and not show on your wrapped IDX pages. The IDX Broker WordPress plugin uses these tags to keep a wrapper page from being indexed.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    This enhancement brings up some questions.

    What of existing leads? If a lead is already in the system they may or may not have used the same email address for their social accounts. This would create duplicate leads, one with social and one with a pre existing email address.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: AJAX crawling #594

    All their pages are all javascript so they use the AJAX crawling scheme for SEO.

    I am not actually sure who does in fact care about WIX though.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: AJAX crawling #593

    What do you mean “that is their thing”? And who cares about WIX?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: AJAX crawling #592

    Not sue what WIX is going to do as that is their thing.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    CSS can’t actually edit the image. If there is a white border that in the image, that is as much a part of the image as the property. CSS will never be able to remove it.

    As suggested if you were to set image size large enough to force the white border from view and behind another element, the boarder will still be there, just not visible at that size. Also as mentioned above, this would be hidden not removed from the image.

    This hiding may not work every time as the white space can vary depending on the image the agent uploads.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Follow at https://twitter.com/IDXDevelopers or search #idxdev on twitter.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: AJAX crawling #571

    Nice!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    UPDATE: IDX Broker will begin final testing the new acquisition system. This week.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    White paper for CRM integrations: https://developers.idxbroker.com/wp-content/uploads/2015/08/CRMIntegrationWhitepaper.pdf

    Integrations page for CRMS: http://www.idxbroker.com/developers/integrations

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You might want to create a custom omni search for these kind of cases. Here a GitHub repo for forking: https://github.com/sheparddw/IDX-Omnibar-Framework-Independent

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The WordPress Onmisearch does not use any of the settings in the account. Any communication from the account to the Omnisearch happens via API. The setting you are referring to is not in the IDX Broker API so there is currently no way for the search to have that information.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I posted an announcement about the current state of the enhancement process to hopefully clarify. https://developers.idxbroker.com/forums/topic/enhancement-requests-process-and-acq-rebuild/

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The first album of photos from the summit are up on Facebook.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Any MLS that contacts a realtor directly on this issue really should contact IDX Broker directly, as the realtor can not adjust the data refresh times.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    NAR creates policy for it’s association, however it is up to the MLSs to decide when and what they will do. NAR can make all the recommendations to MLSs they like, but these are just recommendations not MLS rules. Any MLS is it’s own entity and each decides how and when they will change their rules.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    In my testing the IDX Broker details pages don’t get the Avoid Interstitials warning.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Can you upload a smaller screen shot? Looks like the last one was too big.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: ListHub Integration #459

    I have a script I wrote to test this, but I was never able to get a client with a listhub account to verify. This is not officially supported by IDX Broker or ListHub.https://github.com/antonioortegajr/ListHub-for-IDX-Broker

    Let me know if it works!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The omni search doesn’t have any live searching. It auto suggests from city, county and zip lists provided via the IDX Broker API.

    A full live search would be possible only if there was a way to secure that no other sites could preform the query.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Enabling Object caching can cause the transient caches used by the IDX Broker plugin to be cleared too often. The W3 Total Cache has this option and when enabled the transient caches are cleared very often and the plugin will go over the API hourly limit.

    Discussed here: https://wordpress.org/support/topic/suggested-changes-to-object-caching-and-transients?replies=9

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    There are no specific SEO features in Equity, just good SEO practices when it relates to the code markup. With Equity, we chose the tact, that many WordPress SEO plugins are better suited, and updated more often, to allow for more flexibility in choice and features when it comes to SEO.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    A dynamic wrapper conflict with Easy Social Icons was reported. Error message of “Unable to get correct styling message” was shown.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The dynamic wrapper bot is explained here: http://support.idxbroker.com/customer/portal/articles/1919076-troubleshoot-dynamic-wrapper

    Another option would be to add No follow after this IDX robot tag Like so:

    <meta name='idx-robot'>
    <meta name='robots' content='noindex,nofollow'>

    After IDX runs the curl on the dynamic wrapper page, the system will strip out the line with and anything on the following line.

    This is how the WP plugin handles the no index tag.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    This also applies to parameters. startDatetime will work, but startDateTime doesn’t work and just gets ignored.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I also don’t understand what you are looking for exactly. Examples would be great.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    A gmail shouldn’t matter. This sounds like an issue and might need a case opened up by reporting this to developers@idxbroker.com

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The process would be the same no matter who fills out the paperwork.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Post the request over in the enhancements section. https://developers.idxbroker.com/forums/forum/developer-resources/enhancements/ IDX Broker looks there for popular requests.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    These are great suggestions and I can say that part 1 ” templates use h1, h2, or h3 tags.” has become an enhancement in an upcoming sprint. YAY

    Since this is such a highly up voted thread we are looking into the other requests here as well. Please continue to up vote and post on any particular part of the this thread that interests 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...
    idxbroker
    Keymaster
    Post count: 179

    I think your site would need to search for the IDX broker cookie and read the info in there.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    There isn’t a live way to see who is logged in. The API traffic data call is about 5 min behind real time in my tests. The dashboard traffic stats are much quicker, but they don’t provide a real time who is logged in. You have to refresh the page to see the current traffic. I think that is what you are asking?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    If you are an existing developer partner, just send an request email to developers[at]IDXBroker.com for login creds.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Mapquest Replacement #343

    For http://wvw.century21broadhurst.com/idx/map/mapsearch you just need to set the min-widths lower. Then the map responds.

    Street view can be added I have seen it in a details pages sidebar. It’s just some javascript google gives and adding the lat and long to the page and mapquest can be styled to use the same pins in your example.

    Google maps are great and I totally get a personal preference for goog. I am a fan of their products. Still I would love to hear if anyone else had a client want leave over the maps being mapquest?

    The other issue is with the amount of traffic IDX Broker does, google would probably charge and that could affect pricing. Google goes from free to expensive pretty quickly with their products.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Search Bar question #338

    Here is a little side repo on github that might help get you started: https://github.com/antonioortegajr/IDX-Broker-Omnibar

    Be SURE to read the read me file. First thing it says is NOT supported in any way at all by IDX Broker.

    It’s on github, so fork it, make pull requests, have all the github fun!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    This request has moved to active development. This thread will be left open for any further comments on this enhancement

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Mapquest Replacement #333

    IDX Broker used to use google maps, however mapquest offered development opportunities Google could not. At this time there is no plan to move to another mapping platform. The maps can be styled, icons changed, etc.. As for running off the screen can you provide an example?

    Has anyone else had a client want leave over the maps being mapquest?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Sorry, at this time not really. Even if there was, our Acquisition System rebuild is the top priority and this has resulted in less developer resources for features in Q1. The Developer Partner would likely be first instance of some kind of preview or “road map”.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    We do monitor these threads. The more posts on a thread and up votes from the other developer partners in the forum, the more we can estimate the demand across developer partners.

    No enhancement can be guaranteed and if a request simply will not be possible I will post it. All feed back is appreciated and more visibility is a good thing. This is something we are working toward, with our developer partner summit possibly being the first large step.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Hi,

    Higher resolutions may be available in a live page. This will depend entirely on what the MLS feed contains.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The map zoom level for the map search page will obey the zoom level in the Map Search Page Preferences. This is located in Designs > Pages. The Global map zoom level found in Global Preferences will govern the other maps that appear about saved links and such.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You can use your DEMO account and your partner account to create and get these returns. You would need to set up some leads in the demo account for testing. Then call using the aggregated leads method.

    If you just need a quick example leads returns, you can get sample leads return data here: http://antoniowp.idxsandbox.com/api/Example_API_Output.html

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Search Bar question #312

    IDX Broker does not offer a omni bar style search. I have seen custom searches like this. It’s mostly just javascript or JQuery logic to prepare the search.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: How do they do this? #304

    Happy that helps! As for how google treats subdomains, there is a video from Matt Cutts in this blog post: http://blog.idxbroker.com/demystifying-the-connection-between-seo-and-subdomains/

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: How do they do this? #300

    You should set up your custom subdomain (CNAME record). This is set where ever your DNS is controlled. You can even set the subdomain to www. if you like. Then the IDX pages could be http://www.mycompany.com/idx/youridxpages and the SEO from those pages would help all pages on that root domain.

    and KB article on CNAMEs: http://kb.idxbroker.com/index.php?/Knowledgebase/Article/View/7/0/using-a-custom-subdomain

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Interesting, I am trying to imagine how this would be structured though and what exact options would be involved?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    A button like this is pretty simple to set up outside the dashboard.

    I normally use an API call for this: http://middleware.idxbroker.com/docs/api/1.0.4/clients.php#collapse-wrappercacheDELETE-php

    Putting in the dashboard wouldn’t take up a lot of space, but once we start adding a lot more buttons to the dash (example:https://developers.idxbroker.com/forums/topic/request-add-buttons-for-bare-and-mobile/) it’s going to get cluttered fast. So this is something that is more of a UX call than a complex programming issue.

    That being said if this is needed and worth the real estate please vote and comment!

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Cool that you like it. It’s github so shoot an issue or a pull request or fork it. I think it full fills the need, although I agree it could be cooler. Of course if anyone else wants to fork or other github fun feel free, but this is NOT an IDX Broker project so please do it in github. It’s a spare time fun thing.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    What if the email from the resend the password button also included the API key like the Welcome email does?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    idxforge is probably right. At best this enhancement would be low priority. I like auto appending since if when I am trouble shooting I will need to refresh the page so I made a browser extension in Chrome: https://github.com/antonioortegajr/append-questionmark-mobile-extention/tree/master/chrome_extention

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    What OG tags would you add? Title, image, description? Anyone think more than these are needed for saved links? Since these are tags you can place in a wrapper for the saved links. Or were are there some dynamic tags that would be useful?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The first three examples are already available via API. Is there a specific further functionality that would require a webhook?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The systemlinks API method returns current pages and the domain approved for the account would be in these links. So the requested information could be inferred.

    Example: {“uid”:”1234-9876″,”name”:”Address”,”url”:”http:\/\/CUSTOM.domain.com\/idx\/search\/address”,”category”:”search”,”systemresults”:false}

    The main domain is there and if the CNAME was not applied it would return:

    {“uid”:”1234-9876″,”name”:”Address”,”url”:”http:\/\/domain.idxbroker.com\/idx\/search\/address”,”category”:”search”,”systemresults”:false}

    Since INSTALLNAME is the domain you can predict the default domain even if the Custom subdomian is set.

    Does this not satisfy the information needed?

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    The my listing manager has a current enhancement requested. Your request is in the scope of the existing request. Anyone else that would like the My Account area to receive this enhancement please up vote this request and comment.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    This enhancement is actually an existing enhancement request. Please up vote and comment if anyone also would like to see this enhancement be added to the IDX Broker templates.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You could call in your widget html from an external source. Create a script that writes the widget with the hidden input and serve the javascript from a page on the client’s hosting. Like this example does: http://www.htmlgoodies.com/beyond/javascript/article.php/3470901

    Then the client would get a tidy script embed instead of the entire html block.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I appeared to encountered the case issue https://developers.idxbroker.com/forums/topic/request-headers-case-sensitivty/ when requested headers issue when using

    require 'net/http'

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Making this same request with

    'outputtype: json'

    returns as normal. 200 status and non empty response body.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Facebook groups are easier to create, but most of the information gets lost as new content rolls in. It’s more work to then find information. This also leads to the same issues brought up over and over again. Forums in this regard are less work than facebook as the information is more readily available for all to see.

    3 ratings, 3 votes3 ratings, 3 votes (+3 rating, 3 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Sold Data #206

    I didn’t think NAR could require an MLS to make changes to their data sets. They can make suggestions though.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Javascripting works on advanced search pages to re write the DOM (after the ajax loads) or you can create your own custom search page. Then you have complete control of the option values. Both methods could use the API version 1.1.1 to update and cache advanced search option values.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Like most forums options may be added later.

    1) Customization options may be planned for a future phase

    2) Usernames will not change

    3) Customization options may be planned for a future phase

    4) What is the OP? Customization options may be planned for a future phase

    5) Customization options may be planned for a future phase

    6) Please be specific and provide a link to this “page 2”

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    This key differs from the Client level Key in the methods it can call and the ability to be used as the ancillary key in your request headers. The partner key will also not retrieve client level data like in the WordPress plugin calls. Calls about specific client accounts require a client level key.

    Check the docs for more on which methods go with which key. http://middleware.idxbroker.com/docs/api/1.1/index.php

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You can call the MLS to give them a little nudge toward approval. A call from the dues-paying member can help turn an approval should the MLS be taking a little longer than expected. MLSInfo@IDXBroker has contact information, and is happy to pass that along to you if you need.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You would need to get a copy from the MLS itself.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Since IDX Broker is a wrapped solution it doesn’t really matter if the theme was made for another purpose. IDX Broker has been shown to work with just about any theme. Including ones built for DS. To be fair though, we would need to know the them you are talking about for a true test.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Clients must have gone though one full billing cycle to be eligible. Check you partner level dashboard to see your eligible clients.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Please keep in mind that these logos will be on a very light gray background (#F1EFEF ) so we recommend testing your logo on top of that color and adjusting it as necessary to ensure it will show up.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    I have downloaded it. It’s build on Chromium I think so I don’t see too much special about it. So far no issues with any sites.

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You don’t have to use a dynamic wrapper. You will need to set up a static wrapper if you choose to use relative urls. Video example:

    0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Each MLS is different, but typically an MLS approves an application in 3-7 business days from the date it’s submitted. We have a follow-up procedure, forwarding the approval request email to the MLS, copying the client, once 7 days have passed and an approval is not received in that time.

    1 rating, 1 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    Your signup is processed by our MLS Coordination team.
    The account is created in our system.
    We email you instructions and paperwork.
    You follow the instructions and complete your MLS agreement.
    You email the agreement back to IDX Broker.
    We process and submit for approval to the MLS.
    MLS approves the application.
    We set up and activate your account, emailing you log-in information.
    Enjoy IDX Broker.

    1 rating, 1 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179

    You can not change the dev code set. Once it’s set it’s set.

    1 rating, 1 vote1 rating, 1 vote (+1 rating, 1 votes, rated)
    You need to be a registered member to rate this post.
    Loading...
    idxbroker
    Keymaster
    Post count: 179
    in reply to: Domain Name Changes #30

    This applies to company name changes, reactivations, and additions of MLSs to the account.

    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 117 posts - 1 through 117 (of 117 total)