LennartW
Forum Replies Created
-
Hi guys thanks for the feedback, and by the way I love your plugin which i strongly recommend to everyone who builds sites. Good to know that the issue is on the to-do list and I am looking forward to the next updates. Thank you for your time and help!
I hided the whole element in the advanced search widget.
The biggest problem is actually that it also shows up in the discription of the listing. how do i hide this category without hidding all of them?
I have found out that this:
li.cat-item.cat-item-2077 {
display: none;
}(2077 beeing the category id)
prevents the category in question in showing up on the main page. But when i click on advanced search the category still shows up in the drop down menu.
does any one have any suggestions in how 2 fix this?
Forum: Plugins
In reply to: [Infopopup] How to add scroll function to popupI found the answer:) go to css editor and copy paste the following:
.infopopup-popup {
height: 300px;
width: 250px;
overflow: scroll;
}Forum: Themes and Templates
In reply to: Post pages content offsetI found out that if I use the Press This feature the problem occurs how ever, when i post the traditional way everything is as it should be(in its place). I Updated My wordpress before This issue started to occur so i believe i know what started the problem. If anybody know how 2 fix it?
Forum: Plugins
In reply to: infopopup widthI figured it out. Instead of editing the code in the edit option of the plugin like suggested in the thread mentioned before, I went to edit css in the wordpress menu and added the following to my css stylesheet:
.infopopup-popup {
width: 250px;
}