BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,651 through 2,660 (of 15,332 total)
  • Author
    Posts
  • in reply to: PHP Warning Error #440966
    Steven Zahm
    Keymaster

    @ Al

    Ok, the coercion into a number is what must be throwing the error.

    Can you do a var dump of $t1, $t2, str_replace( ':', '', $t1 ) and str_replace( ':', '', $t2 )?

    What is the data and time format you have set in the WordPress General settings?

    in reply to: Adding a pre-name in front of organization name #440965
    Steven Zahm
    Keymaster

    @ Randy

    Sorry, but I do not think this would ever be added to the core plugin. I do offer custom development services for Connections. If you are interested, I think we could add a “Display Name” field. You would enter the actual Org name as “Barclay Group, The” or “Barclay Group” then input the “Display Name” as “The Barclay Group”. That would be the easiest and quickest solution which would work within the current Connections design.

    Steven Zahm
    Keymaster

    @ carolin

    Curios indeed. Try another browser too. Connections doesn’t use cookies or anything… perhaps it is a browser extension causing it somehow. Recently, in Chrome, I could not access my bank’s site unless I visited in a private session. It would just refuse to connect. As quickly as it stopped working, it starting working again. No clue on what the cause was or what fixed it.

    in reply to: Pagination Broken #440770
    Steven Zahm
    Keymaster

    @ Jared

    It seems the theme is doing a pretty good jump at stomping over the pagination styles. Add this to the theme’s custom CSS area:

    #cn-page-nav .page-numbers span {
        display: none;
    }
    #cn-page-nav .page-numbers:after {
        display: none;
    }
    #cn-list span.cn-return-to-top img {
        margin: 0;
        width: auto;
    }
    

    If that does not work, try Adding this instead:

    #cn-page-nav .page-numbers span {
        display: none !important;
    }
    #cn-page-nav .page-numbers:after {
        display: none !important;
    }
    #cn-list span.cn-return-to-top img {
        margin: 0 !important;
        width: auto !important;
    }
    

    Hope that helps, let me know.

    in reply to: Adding a pre-name in front of organization name #440750
    Steven Zahm
    Keymaster

    @ Randy

    Oh…

    How about, “Barclay Group, The” and “Cubby Hole, The”?

    in reply to: Embed one directory entry on a WP page? #440726
    Steven Zahm
    Keymaster

    @ Corinne

    Years back I added some beta code to do exactly this. I never finished as there has been very little demand for such a feature. I think this is the first request like this in at least a year. The code is still around, not sure it even works. If you wish, I’d be open for you to sponsor the addition of this feature.

    in reply to: Connections with DIVI Builder #440725
    Steven Zahm
    Keymaster

    @ Tim

    RE: Is there any reason I couldn’t use DIVI Builder to create nice content around the Connections plugin on certain pages?

    Not exactly sure what you are asking… you can use Divi as you normally would to build you page. You would but the Connections shortcode in one of its content blocks to embed the directory.

    RE: Is there a transparent background option on the default template? … can you increase the font size of listings?

    Custom CSS can be used to make transparent backgrounds and change font sizes. In many cases the font sizes are simply inherited from the theme, but not all.

    Hope this helps!

    in reply to: Show Logo instead of image in Manage screen #440724
    Steven Zahm
    Keymaster

    @ Randy

    That is on my features request list. Honestly though, it is pretty low priority at the moment.

    in reply to: Adding a pre-name in front of organization name #440723
    Steven Zahm
    Keymaster

    @ Randy

    The name field already has a prefix field, see the screenshot.

    enter image description here

    Or, am I misunderstanding the question?

    in reply to: displaying partial address #440719
    Steven Zahm
    Keymaster

    @ Andrey

    Great to hear!

Viewing 10 posts - 2,651 through 2,660 (of 15,332 total)