- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › Themes Support › Widgets don't work properly
Hello,
I bought the package last week.
Some widget using js like “collapsing categories” don’t work with x-blog pro. It’look like something is not properly closed. Can’t you have a look on this.
Thanks
Hi,
Thanks for your comment.
Could you please give me your site link with the selected widget then we will try to fixe the widget issue.
Thanks again.
The plugin is https://fr.wordpress.org/plugins/collapsing-categories/.
It works withe the standards wordpress themes.
May be you know another plugin for expandable categories and who can show categories order by multiple criterias and which is working fine with your themes.
Thanks
Denis
Hi,
I wanted to see your site and your site error then try to fix it.
Thanks
Hi,
The site is : http://test.aaiheps.fr/
I made this testy site with only activated plugin “Collapsing categories
The right side bar has two widgets : collapsing categories and standard categories
excuse my bad english, but french is my native language !!!
Hi,
Your plugin doesn’t compatible with bootstrap so created the problem.
Maximum pro theme using bootstrap so you should contact with plugin author for this issue.
The plugin author should compatible with bootstrap
Anyway please use the CSS code, I hope it’s work for you
/*Start css*/
.widget .collapsing {
height: inherit;
}
li.collapsing .sym{
padding-right: 18px !important;
}
.widget_categories li, .widget_archive li {
text-align: left;
}
Please add this css
span.collapsing.categories.collapse {
text-indent: 1px;
display: inline;
width: 19px;
}
/*End css*/