BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,991 through 12,000 (of 15,332 total)
  • Author
    Posts
  • in reply to: csv importer not working properly #279221
    Steven Zahm
    Keymaster

    @ Michal

    I have not been able to duplicate categories not being imported, so I’m not sure why it would not work correctly for you.

    To fix it thru phpMyAdmin, the instructions a gave you in this reply is accurate. I just tried it myself with 63 entries. I changed them from a Testing category to a Landlords category and update the counts and everything was fine.

    Just make sure you substitute the correct db table prefix and category ID numbers correctly.

    in reply to: Browser issues? #279219
    Steven Zahm
    Keymaster

    @ Tara

    Sorry, no, the view all link can only display all entries, the results can not be filtered.

    in reply to: csv importer not working properly #279214
    Steven Zahm
    Keymaster

    @ Michal

    Yes, creating a Categories column and adding the word Landlords is all that is required. Did you make sure it was mapped properly before clicking the import button?

    in reply to: pagination does not appear #279211
    Steven Zahm
    Keymaster

    @ Iris

    Ok, great to hear you resolved the issue.

    in reply to: Update users. #279165
    Steven Zahm
    Keymaster

    @ Rebecca

    Yes, the CSV Import is, import only, not for maintenance/updating because of the reasons I’ve outlined in this response. As mentioned, I do have a version that can update, with a caveat. The address, phone, email, dates, link, social networks and IM data types would actually be wiped, not updated, while leaving the images/logos unaffected. This version has not gone thru any extensive testing, but your more than welcome to give it a try if you wish, just let me know. The only requirement is that the CSV file must contain an Entry ID column and this entry ID must be the ID of the entry within Connections, this is how the import knows it is updating an entry and not adding a new one.

    in reply to: Houzz #279160
    Steven Zahm
    Keymaster

    @ Jennifer

    I can seem to find a social media site with this name … only a home decorating site. What is the social media’s URL?

    in reply to: Form Social Media selection not working #279159
    Steven Zahm
    Keymaster

    @ Tara

    That field can only be removed by using CSS. Add the following to the theme’s custom CSS area if it has one. If it does not, add it to the end of the theme’s styles.css file:

    #cn-org-unit label:nth-of-type(2) {
        display: none !important;
    }

    I would truly appreciate a review. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Browser issues? #279158
    Steven Zahm
    Keymaster

    @ Tara

    I just tested the drop seems to work fine for me. Have you resolved that issue?

    The View All link is not working right … what is the exact shortcode you’re using and what do you have the directory home page set to on Connections : Settings admin page under the General tab? If it is not sett to your professional services page, try setting it to that.

    in reply to: Images gone after URL change #279157
    Steven Zahm
    Keymaster

    @ Colleen

    I think it is definitely a doc root issue. The doc root will not be the same as CN_PATH. You can use the beginning portion of the path to help define the correct full path. I can tell you is that from the wp-content/... and on will NOT be part of the doc root. In you particular case, I’m not sure if /~colleeo3/wordpress/ will be or not be part of the doc root.

    in reply to: pagination does not appear #279154
    Steven Zahm
    Keymaster

    @ Iris

    Pagination will only show when there are more than 20 entries, when there is less, there is no reason for it to show because there is not a second page. If you want less than 20 entries per page, that is adjustable, see this doc page. Since there are on 10 entries right now in your directory, you’ll need to set the page_limit to a value less than 10.

    I hope that helps.

Viewing 10 posts - 11,991 through 12,000 (of 15,332 total)