Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Iris
Sorry, the pagination has to be either before or after, not both. In a few months this will be possible as I’m going to be rewriting the pagitionation control to remove the form input. Ut’s the form input that prevents it from being compatible with working in both locations. It’ll be more like the pagination Google uses to allow you to page thru the search results.
Steven Zahm
Keymaster@ Axel
Thanks for letting me know. I’ve added this as a plugin conflict to my issue tracker. I want to at least check to see if this is somehow Connections fault — I do not believe it is, but I want to make sure.
Steven Zahm
KeymasterCiaran
Switching Wp to multisite changes the default locations for the
wp-contentfolder… each blog has its own if I remember correctly. So you like need to move theconnections_templatesfolder to the correct blog.id/wp-content folder. YOu can deteremine the correct path by looking at the System widget on the Connections : Dashboard admin page. Look for the CN_IMAGE_PATH constant … it’s for the images, but the connections_templates folder should be in the same folder as the connection_images folder.Hope that helps!
Steven Zahm
Keymaster@ David
If you will have empty fields, yes the commas will show up. The alternative is to use a CSS approach to handle adding commas. Fir remove them from the gettAddressBlock format option, then use this CSS:
#cn-slim-plus span.adr span.street-address { display: inline-block; } #cn-slim-plus span.adr span.street-address:after { content: ','; } #cn-slim-plus span.adr span.extended-address { display: inline-block; } #cn-slim-plus span.adr span.extended-address:after { content: ','; } #cn-slim-plus span.locality:after { content: ',' } #cn-slim-plus span.region:after { content: ',' } #cn-slim-plus span.postal-code:after { content: ',' } #cn-slim-plus span.adr span.country-name { display: inline-block; } #cn-slim-plus span.adr span.geo, div#cn-list span.adr span.geo span.latitude,div#cn-list span.adr span.geo span.longitude { display: inline-block; }Steven Zahm
Keymaster@ David
This inspired me to toss together a free extension for Connections named, very creatively, Login. I’ll post it to the .org plugin repository as soon as I can, but if you are familiar with Github, you can download it now from here:
https://github.com/Connections-Business-Directory/Login
If you do, to configure it you have two options.One, on the Connections : Settings admin page under the Display tab, you can enable it as a single entry contact block.
Two, this extension adds a new widget which can be placed in the theme’s sidebar. It will only display on the single entry page if the user is not logged in.
If I have not asked and 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/connectionsSteven Zahm
Keymaster@ Cheryl
How do you mean to access?
Steven Zahm
Keymaster@ David
Oh, yeah, I guess that would add the submit button there too, not good. This should do the trick:
function cn_slim_plus_add_submit_button( $atts, $results ) { if ( $atts['enable_category_multi_select'] && ! get_query_var( 'cn-entry-slug' ) ) { cnTemplatePart::submit( array( 'return' => FALSE ) ); } } add_action( 'cn_action_list_before-slim-plus', 'cn_slim_plus_add_submit_button', 99, 2 );Steven Zahm
Keymaster@ David
Ok, the login issue was that i did not notice there was a single quote in the password. Copy/pasting that it was making it into a fancy single quote. After I fixed that, I was able to log in.
The issue was the theme lacked the wp_footer() template tag in the
footer.phpfile. After I added it, the template started working as it should.Not having that template tag will break a lot of plugins so it’s best that it is there.
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!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Axel
There’s a script being run, not Connections, that seems to be doing this. Which one I’m not sure, but when I disable javascript in my browser, the page is fine. Unfortunately you’re going to deactivate plugins one at a time until the issue stops to identify the plugin that is doing this.
Steven Zahm
Keymaster@ Heiko
On the Connections : Settings admin page under the Licenses tab you need to enter the correct support license key. That would be the number that ended with 44ea that was on your email receipt.
I hope that helps, let me know.
-
AuthorPosts
