This topic is: resolved
- This topic has 12 replies, 2 voices, and was last updated 9 years ago by .
You cannot reply to this support topic. Please open your own support topic.
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.
How do I removed the open/close functionality of Slim Plus?
@ 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!
Thank you. I will just to have them open and then just change the styling up a bit.
There 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.
Also – how do I hide Show from the dropdown?
@ 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.
It 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.
@ 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.
Thank you very much. Now to figure out those section headers….
@ Deanna
What about the header sections???
You cannot reply to this support topic. Please open your own support topic.