BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 121 through 130 (of 15,332 total)
  • Author
    Posts
  • in reply to: Mask Phone Number #491026
    Steven Zahm
    Keymaster

    Sorry but I can not give exact directions… the other user was modding the JS files, I only offered a suggestion on where that mod should be placed.

    The jQuery selector for the phone number input field would be 'input[type="text"][name^="phone"]'.

    As for the mask, I think that is a jQuery plugin they were using. That is not a core jQuery function.

    Hope this helps!

    in reply to: SayWhat does not replace anything #491025
    Steven Zahm
    Keymaster

    @ Diana

    I just tested and it seems to work correctly for me. Please confirm your settings are correct in Say What.

    Original string: Add Address
    Text domain: connections
    Replacement string: Click to Add Another Address

    In regards to the Remove button, this is probably being cause by another plugin or theme. You’ll need to share a link to the apg so I can take a look.

    in reply to: Heading on one line on mobile view #491005
    Steven Zahm
    Keymaster

    @ Paula

    There have not actually been any style changes, especially to the Profile template in quite some time and definitely not in any of the recent updates.

    You do have quite a few custom CSS rules, perhaps, one of those was recently tweaked which removed centering that you might have added???

    Any way try this:

    @media only screen and (max-width: 600px) {
        span.cn-image-style {
            display: block !important;
        }
        span.cn-image-style span {
            margin: 0 auto !important;
            text-align: center !important;
            display: block;
        }
        img.cn-image {
            margin: 0 !important;
        }
    }
    
    @media only screen and (min-device-width : 320px) and (max-device-width :480px) {
        #cn-profile div.cn-entry span:first-of-type {
            text-align: center;
        }
    }
    

    You may or may not have to receive some you your existing CSS rules so these will be properly applied.

    in reply to: cMap extensions used in example #491003
    Steven Zahm
    Keymaster

    @ Kenny

    So I am on the same page… You are referring to this site:

    If you are, they are actually using the Tile Plus template. And from what I can tell that is all they are using as far as Connections addons are concerned. Here’s the link:

    I hope this helps, let me know.

    in reply to: SayWhat does not replace anything #490997
    Steven Zahm
    Keymaster

    @ Diana

    Can you give me a few specific examples of the text you wish to change?

    in reply to: CSV Import never loads #490919
    Steven Zahm
    Keymaster

    @ Anna

    Hmmm… I am still not able to replicate this random behavior on your site.

    I added another 5 tests, saved. All were added. Then added an additional 3 tests and those were added. Then I delete the last 3 added and added 3 new tests and saved. Then followed up with other random changes saving in between and they always worked as expected.

    Your browser or local firewall, perhaps??? I don’t know All Ic ansay, not matter what I do it seems to work.

    Do you have more date types to add? If so, what are they so I can add them to see if it has to do something with your chosen labels. (I did test randlon labels like existing one and they saved fine too.)

    in reply to: Replacing main website – only 1 license #490917
    Steven Zahm
    Keymaster

    @ Kelly

    I recommend deactivating all licenses on the old site and then installing and activating the licenses on the new site.

    To migrate the data you can either move the tables from the old site along with the connections-images folder to the new site or use the CSV Export All Tool and then use the CSV Import addon to import the entries into the new site. If you opt for the later, make sure the old site is still publicly accessible so the images (photo/log) can be pulled from the old site.

    Hope this helps!

    in reply to: CSV Import never loads #490916
    Steven Zahm
    Keymaster

    @ Anna

    There is no hard coded limit. The only limits are to what is practical to add and the database size that stores all the Connections related option values. This is a core WordPress location and the “size” is quite large so you should be able to add far more than that what is practical — hundreds, thousands, perhaps more.

    I just added 5 test types and they added fine. Go ahead and remove those and add your own.

    Hope this helps!

    in reply to: CSV Import never loads #490906
    Steven Zahm
    Keymaster

    @ Anna

    I corrected this yesterday. Looks like I got distracted with other issues and did not send my reply…

    The issue was that somehow the date fieldset configuration options became corrupted. This corruption affected the primary query. The solution ended up being simple. I only clicked the Save button on the Fieldset Config settings admin page which cleared up the corruption and everything went back to functioning normally.

    Hope this helps!

    in reply to: creating login for users #490835
    Steven Zahm
    Keymaster

    @ Darin

    RE: Do I have to create a username and password for all existing entries?

    No, you do not.

    RE: can someone create a new login and it would match up with the email on an existing entry?

    Yes, when someone registers with an email address which matches an email of an existing entry they will be linked.

    RE: How do you create a login where they can go to that page and enter their log in info.

    You have two options:

    • Use the default user registration page builtin into WordPress. For example http://your-site.com/wp-login.php?action=register
    • Use a plugin that you can create your own registration pages. There are many freely available plugins.

    RE: They way it reads, existing people (in my case, attorneys) cannot update existing entries. They can only create new ones.

    Sure they can create an entry if they have not been linked to one.

    RE: I just want to have a way for an attorney to click on a login button and create a login that I would approve and then they could update all of their content, such as address, categories, website, etc…

    For user registration moderation, you’ll need to use a plugin. The better user registration plugins do provide moderation features.

    I hope this thoroughly answers your questions.

Viewing 10 posts - 121 through 130 (of 15,332 total)