Forum Replies Created
-
AuthorPosts
-
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 )andstr_replace( ':', '', $t2 )?What is the data and time format you have set in the WordPress General settings?
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.
11/13/2017 at 10:07 am in reply to: After updating to 8.6.12 Unable to See Entries on BackEnd #440964Steven 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.
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.
Steven Zahm
Keymaster@ Randy
Oh…
How about, “Barclay Group, The” and “Cubby Hole, The”?
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.
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!
Steven Zahm
Keymaster@ Randy
That is on my features request list. Honestly though, it is pretty low priority at the moment.
Steven Zahm
Keymaster@ Randy
The name field already has a prefix field, see the screenshot.

Or, am I misunderstanding the question?
Steven Zahm
Keymaster@ Andrey
Great to hear!
-
AuthorPosts
