BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,311 through 3,320 (of 15,332 total)
  • Author
    Posts
  • in reply to: Existing member edits entry but it does not update #423424
    Steven Zahm
    Keymaster

    @ LindaK

    When you click. the submit button the form should disappear, replaced with a processing message and then a success message. If this is not happening, one of two two is usually the issue. The theme or another plugin is causing a fatal javascript error which breaks all javascript after the error from running. Or, the Form javascript is not being loaded on the page usually due to the theme not properly adding the core WordPress wp_footer() template tag or changes the page rendering so the script is not queued when it should be. A bonus cause… caching. If you are using caching, please make sure you are not caching pages for logged in users. That will cause you all sorts of issues when a dynamic site.

    If you can give me a link to the page and a login, I can take a closer look. The login details can be posted here as a private reply.

    in reply to: importing data where categories have commas #423422
    Steven Zahm
    Keymaster

    @ Justin

    I just added support for setting the category delimiter to either a comma (default) or semi-colon. This change will be included in the next update.

    in reply to: Pagination not working #423419
    Steven Zahm
    Keymaster

    @ Mitch

    If you can give me a temp WP admin login, I’ll take a look. Experience has shown the theme usually causes this type of issue. So, that will be the first thing I’ll be looking at. The login details can be posted here as a private reply. Thanks!

    Oh, almost forgot. I do not have a “pro” upgrade to the profile template. I just happened to have the other one because another user paid to have one made for them a few days ago. I plan on adding it to just the template and pro pack bundles.

    Steven Zahm
    Keymaster

    @ Kenneth

    Maybe this Friday or at the very latest, next Friday. If you’re familiar with Github, I’ll be pushing these changes up later today so you could pull them down.

    Steven Zahm
    Keymaster

    @ Kenneth

    I am working on REST API support but it is far from being complete. Images can be added programmatically but there is no specific API to do so at the moment. You have to write the code to save the image into the connections-images folder and then update the data in the options column of the primary table. The next update of Connections will have a few methods in the cnImage class cnImage::download() this will retrieve an image from a URL as save it to an entry’s sub folder within the connections-images folder. cnImage::sideload() will allow you to move an image on the current web server to the correct entry folder. And, finally, cnImage::upload() which takes an $_FILE global to upload an image from a form submission.

    Not sure it this helps, but I hope it does.

    in reply to: Pagination not working #423406
    Steven Zahm
    Keymaster

    @ Mitch

    Ok, but did you try the checks?

    in reply to: 2 directories needed #423405
    Steven Zahm
    Keymaster

    @ Mieke

    The way many user do this is by breaking the directory apart using the category shortcode option. So, you would create two pages each with the Connections shortcode with the category shortcode option limiting each to the respective categories that should be displayed.

    Hope this helps!

    in reply to: delete entry fields #423404
    Steven Zahm
    Keymaster

    @ Mieke

    You can turn off fieldsets. Here is the link to the doc which explains how to use the screen options.

    You can change most of all text in Connections including field labels. Here is a link to the FAQ which explains how to change string.

    Hope that helps!

    in reply to: Pagination not working #423319
    Steven Zahm
    Keymaster

    @ Mitch

    Try the plugin/theme conflict checks. Link are in the list Recent FAQs to the right. Let me know what you learn.

    in reply to: Pagination not working #423317
    Steven Zahm
    Keymaster

    @ Mitch

    re: Is there ANY way i can get pagination (maybe something to add to functions.php) that can be used for the Card template?

    That would be a yes. Due to your previous purchase I send you another addon which will add support for pagination, search and category filtering to the Default Card template.

    Hope this helps!

Viewing 10 posts - 3,311 through 3,320 (of 15,332 total)