Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 4 replies, 2 voices, and was last updated 11 years, 11 months ago by
Shanna Phillips.
-
AuthorPosts
-
09/10/2014 at 4:16 am #303376
Shanna Phillips
ParticipantHi,
I was wondering if there is a shortcode for the categories widget. What I’m trying to do is wrap the categories a div something like this:<div class=”three-col”>[connections_categories]</div>
When you add it via the widget provided it doesn’t give an option to wrap in a div tag.
Thank you,
Shanna09/10/2014 at 9:20 am #303412Steven Zahm
Keymaster@ Shanna
No, the category widget does not have a shortcode option. I’ve never used it so I can not confirm if it work or not, but you could try the Widget Shortcode plugin.
Hope that helps!
09/10/2014 at 11:52 am #303509Shanna Phillips
ParticipantWorked perfect! Thank you!
09/10/2014 at 3:33 pm #303533Steven Zahm
Keymaster@ Shanna
Great to hear. I’ll try to keep that in mind for any others that may ask in the future.
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/connections09/10/2014 at 4:59 pm #303539Shanna Phillips
ParticipantI will absolutely give it a great review… Already intended to do so, Your plugin is excellent!!! And your support is among the best in the biz!! LUV IT!
I had my client purchase the extension pro pack, so that it was all in his name, but prior to that I purchased the widget pack to make sure the plugin would work for everything we were looking to achieve. No dough it did that and more! He is very happy with it.
If you have a chance to see what I wanted to achieve you can go to the test server that I am building the site on at http://viewdesignsample.com/ you’ll see the categories on the homepage and I wanted them split in three col using CSS3.
It’s being moved to http://www.franchisebizdirectory.com/
Where of course I gave him a complete new updated site! What a difference this plugin is compared to the directory theme he’s using!
Here’s what I did in case it will help others looking for something similar:
Installed the plugin you suggested.
Added this code to text widget:
<div class=”three-col”>[widget id=”cnw_categories-3″ title=”0″]</div>
Added this to the CSS file:
.three-col {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-moz-column-gap: 60px;
-webkit-column-gap: 60px;
column-gap: 60px;
}And that my friend is how easy customizations are with this plugin! Being a WordPress/Genesis Developer I’m here to tell you this plugin is a developers dream.
The form plugin came out awesome too! http://viewdesignsample.com/submit-listing/
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
