BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,861 through 2,870 (of 15,332 total)
  • Author
    Posts
  • in reply to: Huge file, only imports part #434979
    Steven Zahm
    Keymaster

    @ Dan

    Ok, I added the Code Snippets plugin and added a new snippet which hooks into CSV Import to change the batch import limit. I set it from 100 to 10.

    Hope this helps, let me know.

    in reply to: Huge file, only imports part #434941
    Steven Zahm
    Keymaster

    @ Dan

    The import happens in batches of 100. My guess is that this number is too high and is exhausting the server resources. If you can give me a temp admin login I can tweak this value to see if it helps. The login details can be posted here as a private reply.

    in reply to: csv import not working #434891
    Steven Zahm
    Keymaster

    @ Jeffrey

    Thanks! Glad to help!

    in reply to: csv import not working #434889
    Steven Zahm
    Keymaster

    @ Jeffrey

    So we’re on the same page, you are not trying to update existing entries, correct?

    If that is the case, please see this FAQ.

    Hope this helps, let me know.

    in reply to: Edit My Directory Entry URL Malformed #434882
    Steven Zahm
    Keymaster

    @ Marcel

    Ok, thanks! I asked because the issue you are experiencing was addressed on Link 3.1. I’m not certain why you are having this issue.

    I can debug and fix but I’ll need a WP admin login and an FTP login. YOu can post the details here as a private reply.

    in reply to: Filtering By Country #434880
    Steven Zahm
    Keymaster

    @ Casper

    Hard to say… it appears the dev is swapping select dropdowns for the region based on the selected country. The select for the region that is being swapped in is using integer values instead of the region name.

    Hope that helps!

    in reply to: Create custom fields #434869
    Steven Zahm
    Keymaster

    @ Major Payne

    You can use the screen options to hide entire field sets.

    Here is a FAQ that explains how to change any string in Connections, including field names.

    It is also possible to create custom fields. Here’s a tutorial on how to create a text field.

    Hope that helps!

    in reply to: Edit My Directory Entry URL Malformed #434868
    Steven Zahm
    Keymaster

    @ Marcel

    I know you’ve said you have all the current versions, but could you let me know the version of Form and Link that you have installed.

    in reply to: Missing Email Submit Button #434668
    Steven Zahm
    Keymaster

    @ Scott

    Oh, the login button is having the same issue. Add this CSS too:

    input#wp-submit {
        color: #fff;
        background-color: #000;
    }
    
    in reply to: Missing Email Submit Button #434667
    Steven Zahm
    Keymaster

    @ Scott

    The button is there is is just that the default styling the theme is applying is transparent background with white text. Add the following to the theme’s custom CSS area:

    button#cnct-send {
        color: #fff;
        background-color: #000;
    }
    

    You can tweak the colors as desired. This will just make black and white so you can see it.

    Hope that helps! Let me know.

Viewing 10 posts - 2,861 through 2,870 (of 15,332 total)