BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,091 through 10,100 (of 15,332 total)
  • Author
    Posts
  • in reply to: Adding link back to directory listing #304348
    Steven Zahm
    Keymaster

    @ Monica

    Yes this is possible … I didn’t know for sure but I just tested it. Follow the instructions in this QuickTip.

    Original string = Your submission has been posted.
    Text domain = connections_form
    New string = Your submission has been posted. Return to the main directory page <a href="http://domain.com/directory/">here</a>.

    Of course change http://domain.com/directory/ to the currect URL.

    Hope that helps!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Default Organization fields #304347
    Steven Zahm
    Keymaster

    @ Trevor

    Great to hear!

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Issues with Biography and Notes fields #304346
    Steven Zahm
    Keymaster

    @ Bill

    WordPress 3.8 (I think that was the version) did major updates to the visual editor which required just about every plugin that uses it to need to be updated. With that said, the version of Form being used is nearing 3 years old.

    I highly recommend you updating to the latest version which can be downloaded via your purchase history.

    Installing this update should fix the issue with the visual editor.

    I do see you used the shortcode option to change the header text for the bio and notes section. These two shortcodes no longer exist in the newer versions. My suggestion is to remove all shortcode options that you’re using and instead set those options on the Connections : Settings admin page under the Form tab.

    To change the headers for the bio and notes fields, you need to follow the instructions in this QuickTip.

    The text domain for any strings within the metabox will be connections. Strings that are specific to Form, the text domain will be connections_form.

    Hope that helps!

    in reply to: contact list in sidebar #304345
    Steven Zahm
    Keymaster

    @ Meg

    The best that can be done is I base this width of the of Names on my guess of what the most popular width is for the main content area in themes. I think my guess is 600px … can’t remember without looking… so, stuffing it in a widget the guessed width of 600px is still being used. What you need to do is add some custom CSS so it fits better. See this QuickTip on how to create template custom CSS files.

    You you can use the editor to add additional images. Just use the img tag. Many users use a simple gallery plugin which supports shortcode for output and use that shortcode in the bio and notes fields.

    Hope that helps!

    in reply to: Align listing to left side instead of right? #304344
    Steven Zahm
    Keymaster

    @ Trevor

    That sounds about right … just visit the page a a few different browser to make sure things look like they should.

    in reply to: List of categories?! #304343
    Steven Zahm
    Keymaster

    @ Christopher

    lol … that one reason I decided to stay as far away from client work as possible :)

    I just emailed you directly. If you do not receive this email, let me know.

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!

    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: hide categories via css #304341
    Steven Zahm
    Keymaster

    @ Mitch

    Sure something like this would work … here’s a working example:

    li.cat-item-12 {
        display: none;
    }
    

    Hope that helps you out!

    in reply to: Upload images #304340
    Steven Zahm
    Keymaster

    @ Catherine

    Nope, I had couple bugs relating to multi site path for image … great to hear the update has fix the issue or you!

    in reply to: wordpress 4.0 upgrade errors #304339
    Steven Zahm
    Keymaster

    @ Shannon

    My first guess would be the memory assigned to PHP has been exhausted. I question that a little because deactivating other plugins would/should improve the situation.

    What is the memory settings now? You can find this on the Connections : Dashboard on the System widget. There will be two numbers, one for the setting and the other for usage.

    If those two numbers are somewhat close, try increasing the memory. Here’s and excellent blog post which includes several methods. With method that will work for you depends on your host, so I suggest starting at the top and working your way down the list until the issue is hopefully resolved.
    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Oh, please make sure you’ve updated to Connections to the newly released 8.1.2 version.

    Hope that helps!

    in reply to: CATEGORY LISTING SORT, TRANSLATION NAMES, COLOURS #304337
    Steven Zahm
    Keymaster

    @ Inomid

    You can add the class to these places:

    1. https://github.com/Connections-Business-Directory/Connections/blob/develop/includes/entry/class.entry-output.php#L581
    2. https://github.com/Connections-Business-Directory/Connections/blob/develop/includes/entry/class.entry-output.php#L830

    The filename is class.entry-output.php and can be found in this folder:
    ../wp-content/plugins/connections/includes/entry/

    Hope that helps!

Viewing 10 posts - 10,091 through 10,100 (of 15,332 total)