benington
Forum Replies Created
-
Hi, thanks for your reply! The latest code your provided worked! Thank you!
Thanks, I will wait for the answer.
Hi, thanks for the reply, this code indeed does what I need, but it also deletes all categories in the guides page. So it works for removing categories in the sidebar, but it also removes the categories in my guides main page.
Forum: Plugins
In reply to: [Quiz Maker] Select number of questions and timer.Thanks for your time!
Forum: Plugins
In reply to: [Quiz Maker] Option or Integration with membersGlad to leave a review!
Forum: Plugins
In reply to: [Quiz Maker] Option or Integration with membersthanks so much! I will try your suggestions ??
Thanks, that worked, but instead of
.betterdocs-content-area {
display: unset !important;
}you need to set the display to inherit instead of unset, at least for my website. It worked also but visually breaking several things.
Thanks a lot, hope this helps others too!
Hi @arrasel403 Thank you very much for your time! I understand that this is what I had to do, but my question is the following. If the parent has the posts 1, 2, 3, 4 and then the subcategory below, how can I do it for more posts to appear below the subcategory? It would be something like:
Partent Category:
Post 1
Post 2
Post 3
Post 4
>Subcategory
Post 5
Post 6
etc etcMy point is, I don’t want the subcategory to appear at the bottom, but in the middle somewhere to my desire.
Hi, I finally solved the problem. It was all about a parent DIV that had the
overflow: hidden;
That must be set to
overflow: inherit;
in order for the sticky position to work.
Hey, thanks! Here is the link: https://kronnect.com/guides/
Thank you very much for your response! I understand I have to add that to the theme`s stylesheet, and I did, but nothing seems to happen at the moment. Any idea if there is something I must be doing wrong? (I also tried adding to the additional css section from wordpress)
Thanks again?
Hi, this worked like a charm!
Thanks for your time!