Adam

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: Add New Locations, Prohibit Custom Names #357507

    Adam
    Expired Member
    Post count: 28

    I’ll post a video later.

    in reply to: Add New Locations, Prohibit Custom Names #357501

    Adam
    Expired Member
    Post count: 28

    Yes I created both using a Subscriber account.

    in reply to: Add New Locations, Prohibit Custom Names #356989

    Adam
    Expired Member
    Post count: 28

    Note that combinations must be checked too: United States > Oregon > New York is not a valid location, even though the individual components are valid locations.

    in reply to: Add New Locations, Prohibit Custom Names #356987

    Adam
    Expired Member
    Post count: 28

    Yes I created both using a Subscriber account. When you first type it, there are no results. If you re-activate the dropdown, the search term appears as a possible selection. With JavaScript disabled, anything should go through.

    in reply to: Huge Bug – Listing URL overrides location URL #349201

    Adam
    Expired Member
    Post count: 28

    Hi Kiran,

    I just noticed that the error also applies to categories. A place with name “Lodging” will replace a category archive with the same name. Can you upload the Location Manager plugin via plugins > add new > upload? If not I’ll setup a temporary FTP account.

    Thanks

    in reply to: Huge Bug – Listing URL overrides location URL #348175

    Adam
    Expired Member
    Post count: 28

    I think it would make sense to use /location/ urls in the breadcrumb instead of /place/ urls? It isn’t good SEO if /place/new-york/ and /location/new-york/ have duplicated content. Furthermore, I can use the menu manager to add Places to my menu, but not Locations. The combination of these these things led me to overlook /location/ urls entirely.

    in reply to: Huge Bug – Listing URL overrides location URL #348162

    Adam
    Expired Member
    Post count: 28
    This reply has been marked as private.
    in reply to: Huge Bug – Listing URL overrides location URL #348053

    Adam
    Expired Member
    Post count: 28
    This reply has been marked as private.
    in reply to: Use action or filter to modify listing before save #347934

    Adam
    Expired Member
    Post count: 28

    I guess I could use wp_get_post_categories() and wp_set_post_categories(). It just seems odd that they’re not included with the listing info.

    in reply to: Use action or filter to modify listing before save #347880

    Adam
    Expired Member
    Post count: 28

    Thanks. Similarly, how can I edit the selected categories? I don’t see categories in the listing info object.

    in reply to: Full-Featured Maps on sub-pages #343828

    Adam
    Expired Member
    Post count: 28

    Is there a Filter hook or Action hook that I can use to manually remove places from the home map widget? If not, would it be possible to add one?

    in reply to: Full-Featured Maps on sub-pages #332993

    Adam
    Expired Member
    Post count: 28

    After playing around with this a bit more, I realized that, while I have attained a filterable map on the region and category pages, the map only shows the ~15 paginated items for that view. I want to display all of the items for the current region or category, ignoring pagination.

    So ideally I need to place the Home Map widget on the listings page, but apply filters to it. Is there a Filter hook or Action hook that I can use to manually remove places from the home map widget? If not, would it be possible to add one?

    in reply to: Full-Featured Maps on sub-pages #332937

    Adam
    Expired Member
    Post count: 28

    Okay Thanks. Any change you can add these options to the listing widget? Right now I’m using a custom extension of it, but I fear that core updates could break things in the future.

    in reply to: Full-Featured Maps on sub-pages #332888

    Adam
    Expired Member
    Post count: 28

    I installed the Multi-Locations plugin, and I’m currently setting up the groups as custom “regions”. For example, “USA / State (West) / City”. I also found that the listings map plugin has the following lines of code:

    
    
    $map_args['enable_cat_filters'] = false;
    $map_args['enable_text_search'] = false;

    Changing these to true does what I want. I think it would make sense to merge the home and listings map widgets into a single widget. You’d only need to add the option to enable or disable filters under admin > appearance > widgets.

    in reply to: Full-Featured Maps on sub-pages #332555

    Adam
    Expired Member
    Post count: 28

    Actually, make that for the current set of listings. So, all the items in the currently selected category, or all the results in the current search, even if some of them are not on the current page due to pagination.

Viewing 15 posts - 1 through 15 (of 16 total)