Merv Barrett

Forum Replies Created

Viewing 15 posts - 46 through 60 (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: SEARCH WIDGET PROBLEM / BUG #21280
    Merv Barrett
    Keymaster

    We released a fix for this in Easy Property Listings 2.3.1, thanks for letting us know

    in reply to: No Price Label not showing custom text #21279
    Merv Barrett
    Keymaster

    We released a fix for this in Easy Property Listings 2.3.1, thanks for letting us know

    in reply to: Gallery thumbnails open image file #21277
    Merv Barrett
    Keymaster

    You can install a plugin like Easy FancyBox which will create a popout image effect.

    in reply to: Plugin changes with increased functions #21276
    Merv Barrett
    Keymaster

    Hi Patrick, we have been on break and have just returned. Will take a look at the changes and decide how to implement them.

    in reply to: Sliders Extension bug #21275
    Merv Barrett
    Keymaster

    Unsure what you mean Adam, your site looks correct?

    in reply to: Updated Properties get new Post ID's #21274
    Merv Barrett
    Keymaster

    @Simeon, we are working on an importer which will change the unique ID so that your post id will not change. We developed Listing Unlimited extension to add custom fields which will be getting a further upgrade too so you can customise the extra fields also.

    We are in final testing of the importer and will let you know once its ready for public beta testing.

    in reply to: Search Widget Missing "Commercial Category" #21271
    Merv Barrett
    Keymaster

    Hi Paul, we released Easy Property Listings 2.3.1 which corrects the commercial searching issue. Additionally we have added the missing commercial category too.

    • This reply was modified 8 years, 7 months ago by Merv Barrett.
    in reply to: No Gallery on single listing #21227
    Merv Barrett
    Keymaster

    Have you enabled the gallery output from settings?

    Dashboard > Easy Property Listings > Settings > Listing Single View > Automatically display image gallery?

    Any images that are uploaded to a listing will automatically display with this setting enabled. The images must be attached to a listing

    in reply to: Nextgen Gallery on a Listing #21191
    Merv Barrett
    Keymaster

    Can you provide your WordPress login details using the private reply option below.

    in reply to: Search by Commercial category #21179
    Merv Barrett
    Keymaster

    Hi Mike,

    Thanks for letting us know about the commercial search issue. We have just released Easy Property Listings 2.3.1 which should correct the commercial search issue. We have also added the commercial category to the search too.

    Really appreciate the feedback,

    • This reply was modified 8 years, 7 months ago by Merv Barrett.
    in reply to: Nextgen Gallery on a Listing #21177
    Merv Barrett
    Keymaster

    Can you double check your quotes ” on your listing there is a slanted one after the 1,2,3 where the 99 angled quote is an illegal shortcode character. Just tested the nextgen gallery on our test site and the shortcode works correctly. Its best to use the Text view instead of the HTML as the shortcode brackets can often be converted to characters and not the [brackets]

    in reply to: Bespoke Property Categories & WP All Import #21103
    Merv Barrett
    Keymaster

    You will need to map your values using WP All Import Pro for the current. Do you have a sample of the Zoopla XML file. Then I can guide you better and setup a text from your scripts and update them.

    Fixed the docs issue, thanks for pointing that out. Silly me setup a subdomain called docs with conflicted with me docs post type.

    in reply to: Excluding Solds from main Property Listing #21101
    Merv Barrett
    Keymaster

    I’ve updated the function to include is_main_query() as per the pre_get_posts WordPress codex. That should correct your vanishing navigation menu.

    • This reply was modified 8 years, 7 months ago by Merv Barrett.
    in reply to: Search Query Filter #21099
    Merv Barrett
    Keymaster

    The type ‘numeric’ should be ‘select’ and you will need to pass the options that the user can select from.

    Also your ‘options’ setting is get_authors($author_array) but $author_array is undefined in your function.

    meta_key is a different variable than your custom_property_meta_key_1.

    This is the search functions file on github with more examples of how the search function works

    Here is the search array for house category which is similar to an agent search

    array(
    	'key'			=>	'search_house_category',
    	'meta_key'		=>	'property_category',
    	'label'			=>	__('House Category','epl'),
    	'option_filter'		=>	'category',
    	'options'		=>	epl_get_meta_values( 'property_category', $post_type),
    	'type'			=>	'select',
    	'query'			=>	array('query'	=>	'meta'),
    	'class'			=>	'epl-search-row-full',
    	'exclude'		=>	array('land','commercial','commercial_land','business'),
    ),

    We can help you further with a priority support request

    in reply to: reinstalled wordpress now I get… #21097
    Merv Barrett
    Keymaster

    Have you activated Easy Property Listings as that prompt is displayed if Easy Property Listings is deactivated.

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

Viewing 15 posts - 46 through 60 (of 2,073 total)