Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Allen
I visited the links last night before bed… planning to respond first thing this morning… I see the links are working fine now, so I guess the issue is resolved. What what the issue and solution?
Steven Zahm
Keymaster@ Ken
The entries are already assigned an ID automatically. The ID can be found after clicking the Show Details link, it’ll be on the far right. Then follow example 2 on the order_by shortcode option dioc page. No programming necessary.
Hope that helps!
Steven Zahm
Keymaster@ Fountain City BPA
Not out of the box, but you could use the method I outlined in this reply:
http://connections-pro.com/support/topic/change-in-add-entry/#post-297023Hope that helps!
Steven Zahm
Keymaster@ james301
The file is now named
class.entry-output.php. You need to use more than just thegetMapBlock()method, you’ll also need a bit of JavaScript to init the Google Maps on the output of thegetMapBlock(). You can refer to the cMap JavaScript file served from this site as how to do it. And, yes, you can output the maps just on the single entry. You would add thegetMapBlock()method to a file namedcard-single.php. See this QuickTip about custom template overrride files.Hope that helps!
Steven Zahm
Keymaster@ AlpineWeb Design
re: is there a way to do an export and change that universally?
Sorry, no, not yet, maybe in a future version.re: does Connections have a featured listing option of some sort?
Again, sorry, no. Other users create a featured category. What you could do is create a featured category, exclude that category (if you want) from you directory and then use maybe the Default Card template or maybe the Tile template in the sidebar text widget (that way you can use the shortcode). You just need to install a plugin that enables shortcodes in text widgets or, alternatively, install Code Snippets and add a new snippet with the following code:// Use shortcodes in text widgets. add_filter('widget_text', 'do_shortcode');I suggest the Code Snippets method. It’s an insanely useful plugin. Use it any time you come across a tut/tip where they say to add it to the theme’s functions.php file instead.
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/connections07/17/2014 at 11:56 am in reply to: Drop-Down Broken… how can i revert back to previous version? Didn't back up… #297346Steven Zahm
Keymaster@ Jonathan
Instead of deleting the version that comes with Formidable, replace it with the copy that comes with Connections. My guess is that should fix things up.
Steven Zahm
Keymaster@ Logan
Great to hear the issue has been resolved!
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@ JoselinMane
That is because the CSS is no longer valid with Form 2.0 which has better markup and tighter integration with Connections core.
This will do it now:
div#cn-metabox-section-department { display: none; }Well, almost, this will only work for Form in the front-end, not the admin. Well actually it will work in the admin, the problem is there is no CSS file it can be added to… I suppose you could add it to the
cn-admin.cssand cn-admin.min.css` files but any time there is an update to Connections you’ll have to readd it.Hope that helps!
Steven Zahm
Keymaster@ larry1442
I tracked down the issue to a little odd CSS bug with Connections. I’ll be releasing 0.8.14 which addresses this and a couple other obscure bugs either today or tomorrow. Apologies for the trouble!
07/17/2014 at 10:42 am in reply to: Last listing in each Slim Plus category: Links are not active #297321Steven Zahm
Keymaster@ Mike
I located the issue, interestingly it is a odd little CSS bug. I’ll be releasing 0.8.14 which fixes this and a couple of other more obscure bugs today or tomorrow. Apologies for the trouble!
-
AuthorPosts
