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 12 replies, 2 voices, and was last updated 12 years, 3 months ago by
Steven Zahm.
-
AuthorPosts
-
05/02/2014 at 2:40 pm #290085
Deanna Satre
ParticipantHow do I removed the open/close functionality of Slim Plus?
05/02/2014 at 3:01 pm #290093Steven Zahm
Keymaster@ Deanna
There really no way to remove it as that is the defining feature of the template. There is a way to have them open by default though, please see this FAQ for the details.
Hope that helps!
05/02/2014 at 3:40 pm #290099Deanna Satre
ParticipantThank you. I will just to have them open and then just change the styling up a bit.
05/02/2014 at 4:29 pm #290119Deanna Satre
ParticipantThere is a problem with the alpha-headers when displaying listings open. I’ve attached an image. It is doing it in both Chrome and Firefox.
Attachments:
You must be logged in to view attached files.05/02/2014 at 4:46 pm #290126Deanna Satre
ParticipantAlso – how do I hide Show from the dropdown?
05/02/2014 at 4:58 pm #290127Steven Zahm
Keymaster@ Deanna
That’s coming from theme, without a link to the directory< i really will not be able to give a solution. It's not possible to hide the Show from the drop down ... if you not going to use the toggle feature, you could remove the code from the javascript file that creates the effect.
05/03/2014 at 2:51 pm #290216Deanna Satre
ParticipantIt would be preferable to not use the toggle. If you can direct me to waht javascript code needs to be removed. I will try that.
05/03/2014 at 10:05 pm #290229Steven Zahm
Keymaster@ Deanna
Open both the slim-plus.js and slim-plus.min.js files and remove the following from them:
$('h3.cn-accordion-item').click( function() { var $this = $(this); var div = $this.attr('data-div-id'); if ( $( '#' + div ).css('display') == 'block' ) { $( '#' + div ).slideUp(); $($this).children('.cn-sprite').toggleClass('cn-open'); } else { $( '#' + div ).slideDown(); $($this).children('.cn-sprite').toggleClass('cn-open'); } return false });That will remove the toggle effect.
05/05/2014 at 11:08 am #290307Deanna Satre
ParticipantThank you very much. Now to figure out those section headers….
05/05/2014 at 11:14 am #290309Steven Zahm
Keymaster@ Deanna
What about the header sections???
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
