Merv Barrett

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 2,073 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • in reply to: feedsync install #22072
    Merv Barrett
    Keymaster

    Hi John,

    — Just making a note on the forum so i can resolve the topic

    Looks like you have configured your config incorrectly.

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for FeedSync */
    define(‘johnandr_feedsync’, ‘feedsync’ );

    /** MySQL database username */
    define(‘johnandr_feed’, ‘root’ );

    /** MySQL database password */
    define(’43Johnboy34′, ‘root’ );

    /** MySQL hostname */
    define(‘localhost’, ‘localhost’ );

    Should be

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for FeedSync */
    define(‘DB_NAME’, ‘johnandr_feedsync’ );

    /** MySQL database username */
    define(‘DB_USER’, ‘johnandr_feed’ );

    /** MySQL database password */
    define(‘DB_PASS’, ’43Johnboy34′ );

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’ );

    The left value is the programs value, the right value is your settings. Basically you have defined your own values and the software does not know what to do.

    Adjusting them will solve your problem

    in reply to: Indonesian Translation #21746
    Merv Barrett
    Keymaster

    Excellent, looking forward to adding more languages to Easy Property Listings

    in reply to: Any recommended way to change languages – Multi language #21745
    Merv Barrett
    Keymaster

    I’ve seen other sites use WPML plugin to change the content of the site on the fly. It provides a frontend language dropdown and translates the site.

    in reply to: Brazilian translate #21656
    Merv Barrett
    Keymaster

    Thanks!

    Would love to have the plugin in Brazilian Portuguese.

    Here is a translation topic on how to use PoEdit to create the translations.

    in reply to: Update Not Working All Customization Diappears #21626
    Merv Barrett
    Keymaster

    Hi Sylvia, where did you add your customisations to?

    Are you using a child theme, did you add customisations to your theme and update it?

    What I do is 1st use a child theme on all WordPress developments, second is create a plugin that has all the EPL customisations which you can find here.

    Then you add all your customisations to the filters plugin and activate it. If you build another real estate website you can take the filters plugin and use it on the next site which saves a heap of time.

    in reply to: Feed from Agentpoint #21624
    Merv Barrett
    Keymaster

    Hi Winston,

    We offer a FeedSync installation service which can be found here. Is on the right hand side.

    FeedSync Installation Service
    If you need help installing FeedSync on your WordPress real estate website and would prefer to leave that to us we can take the installation for you.

    • Installation of FeedSync, set-up of dedicated FTP account for REAXML provider (cPanel or similar details required), configuration of 6 import scripts.
    • All you need to do is create an WordPress administrator account for us and provide FTP details, cPanel or similar details.
    • Includes a license for one website.
    • Configuration of server cron jobs.
    • Support for 30 days.

    ​RE: “Established” “New” and “Land”
    Established and Land is not a problem, the new is handled by the NEW label and these listings appear at the top. How many listings do you have?

    ​Our rate is $150 per hour for WordPress work, we get a lot done in an hour, but can include an hour of work with the FeedSync installation for you. Ie template setup and configuring the search widgets.

    ​Looking forward to helping you out.

    • This reply was modified 8 years, 6 months ago by Merv Barrett.
    in reply to: Easy Property Listing Map load error #21480
    Merv Barrett
    Keymaster

    Appears that it loads the maps API on all pages, not just the contact page. I’ve turned it off and no more map error 🙂

    in reply to: Blank listings and next page #21479
    Merv Barrett
    Keymaster

    Best to set a withdrawn property as a draft to prevent it displaying on the site. That should solve your issues.

    in reply to: Using shortcodes to display a single property? #21473
    Merv Barrett
    Keymaster

    Yes you can use the [listing_category] shortcode to filter by any fields. In this case give the listing a unique ID and use that to filter the listings by that ID.

    Eg set a listing unique to ID 12345

    Then using the [listing_category] shortcode you can:

    [listing_category category_key="property_unique_id" category_value="12345"]

    in reply to: Easy Property Listing Map load error #21421
    Merv Barrett
    Keymaster

    You have another plugin adding the Google API which may be causing issues. What other mapping plugin are you using?

    Inspect the page and you can see the error

    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

    in reply to: Easy Property Listing Map load error #21419
    Merv Barrett
    Keymaster
    This reply has been marked as private.
    in reply to: Feed for an individual agent #21418
    Merv Barrett
    Keymaster

    In the REAXML file the agent ID is what we refer to at the office ID, currently you cannot filter listings by individual staff member in FeedSync 2.1

    in reply to: Author Vs Staff? #21417
    Merv Barrett
    Keymaster

    You can disable indexing author pages with a good SEO plugin like Yoast SEO

    in reply to: Bio Information WYSIWYG Editor #21416
    Merv Barrett
    Keymaster

    Line breaks do not work, WordPress strips the br tag, strong works and so does em for italic

    in reply to: Bio Information WYSIWYG Editor #21415
    Merv Barrett
    Keymaster

    You can use the br tag, cant type is here correctly as it will add a break but < br / > without the space after and before the < > should work.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 15 posts - 31 through 45 (of 2,073 total)