BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 991 through 1,000 (of 15,332 total)
  • Author
    Posts
  • in reply to: Missing Field: Work Phone #475168
    Steven Zahm
    Keymaster

    @ Jill

    Ok, the major issue is that the files are not UTF8 encoded. This actually causes an issue with version 2.0 and its new batching logic.Because of this none would import for me. perhaps your initial import was on a prior version of CSV Import. I counted 17 work numbers that might not have been imported due to the encoding.

    A minor issue is that the CSV files also contained a blank column. This should not affect anything but does cause unnecessary processing.

    Closely following the CSV file requirements and tips help ensure no issues during import.

    Hope this helps!

    ps. The next versions of Connections and CSV Import does include a couple minor tweaks so it should be a little more forgiving.

    in reply to: CSS customisation #475162
    Steven Zahm
    Keymaster

    @ Paula

    RE: The Heading of each listing sits higher than the image… i want the heading & wording to sit nicely beside the image… if possible, insert a thin line divider between them too?

    It seems there has been some custom CSS applied to the theme’s custom CSS area. Specifically this:

    #cn-list .vcard span {
        display:initial
    }
    

    You need to remove that in order to correct the gap.

    There is not a good way to add a border without editing the templates PHP file to change the structure so a border can be accommodated properly. Sorry!

    RE: on the individual listings, the image is sitting to the right and i want to adjust the layout here too… it’s too spacey….

    Removing the CSS from my initial answer helps a bit. You could also try adding this:

    #cn-list #cn-profile .cn-clear {
        clear: none;
    }
    
    #cn-list #cn-profile .cn-biography {
        clear:left;
        padding-top: 20px;
    }
    

    Hope this helps!

    in reply to: cmap template card #475161
    Steven Zahm
    Keymaster

    @ David

    Ok, I see. Probably the easiest thing to do is copy the code changes from the card.php file on the site you wish to mimic. The file will be found in this path:

    ../wp-content/plugins/connections-cmap/

    It is possible they instead used a template override file, which you should use for these changes. So the changes may exist in a card/php file in one of the paths listed in the dev tutorial.

    {https://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/](https://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/)

    Hope this helps!

    Steven Zahm
    Keymaster

    @ twtts

    Another option for you to play with is this plugin:

    https://connections-pro.com/add-on/login/

    Which also has a shortcode. and a few other features which integrate with Connections.

    in reply to: Possibly bug in Form display #475159
    Steven Zahm
    Keymaster

    @ twtts

    Could you please create a temp admin account using this plugin:

    https://wordpress.org/plugins/temporary-login-without-password/

    Reply back, as a private reply, with the login link. I’ll take a look asap to figure out what CSS tweaks are needed to correct this for you.

    in reply to: Unwanted google map showing #475158
    Steven Zahm
    Keymaster

    @ Mark

    The maap support was just recently add to the Excerpt Plus template since I’m somewhat frequently asked how to add it.

    To turn it off on your site add enable_map=false to the existing shortcode on your directory page. It should looks something like this:

    [connections enable_map=false]

    If you already have other options set in the shortcode, add the option to it, do not add it to the page as a second shortcode.

    Hope this helps! Apologies for the trouble!

    in reply to: I don't see how I can upgrade to version 8.5? #475102
    Steven Zahm
    Keymaster

    Are you the site admin and are you logged in as the admin? It appears you do not have the core WP capability assigned to your users account which permits exporting.

    in reply to: Showing a google map of directory entries help?? #475085
    Steven Zahm
    Keymaster

    @ Lucy

    Sorry, but at this time, there is no cluster map feature available in Connections. This is a feature request I do get from time to time so a robust mapping API for Connections is under development.

    Steven Zahm
    Keymaster

    @ Lucy

    At this time there is only a CSS based way to show a default logo. Here’s in the link to the tutorial.

    Hope this helps!

    in reply to: License Not Activating Just Purchased #475076
    Steven Zahm
    Keymaster

    @ Jon

    Just wanted to check in to make sure you are all set…

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