Home › Forums › Community Support Forum › WordPress Plugins › bbPress New Topic › New Topic Purchased
- This topic has 14 replies, 2 voices, and was last updated 11 years, 3 months ago by
Slavi Marinov.
-
AuthorPosts
-
July 11, 2014 at 7:28 am #2229
theone-deano
ParticipantHi
I purchased the bbPress New Topic today, but have yet to receive a download link.
I have checked spam / junk folder but nothing there.
July 11, 2014 at 8:37 am #2231theone-deano
ParticipantI have just received the email so no problem now. but i have a question when i click forum from my navigation and it loads i can see the button add topic at the top see image below, is there a way to remove it from that section without removing from the correct pages.

- This reply was modified 11 years, 3 months ago by .
July 11, 2014 at 12:54 pm #2238Slavi Marinov
KeymasterHi,
I am glad you’ve received the download link.
oh, so you want the button to show only on topics?Slavi
July 11, 2014 at 2:41 pm #2240theone-deano
ParticipantHi
If you take a look at my website and go to the forumn you will see the button at the top I don’t want it to be visible there , it shows correctly if you go in a category like introductions
July 12, 2014 at 10:15 am #2243Slavi Marinov
KeymasterHi,
do I have to be logged in to see it?
Slavi
July 12, 2014 at 11:32 am #2245theone-deano
ParticipantHi
Yes you must have to register didn’t know it didn’t show it unless you are
July 14, 2014 at 8:34 am #2255Slavi Marinov
KeymasterHi,
Can you try this snippet?
You can put the following code into your footer.php
<style> .postid-1845 .orb_bbpress_new_topic { display:none; } </style>or if you want to put it into your theme’s style.css. Use this
.postid-1845 .orb_bbpress_new_topic { display:none; }Slavi
July 15, 2014 at 4:25 am #2259theone-deano
ParticipantHi
that has worked great. thanks for your help.
July 15, 2014 at 7:04 am #2260Slavi Marinov
KeymasterAwesome!
July 21, 2014 at 10:23 am #2270theone-deano
ParticipantHi
I have had to reset my whole website & theme settings because of an update (it completely messed things up) and that bit of code you gave me does not work now. if you visit website and then forum now it shows the add topic button. can you help again.
thanks
July 21, 2014 at 1:43 pm #2279Slavi Marinov
KeymasterOpen the page and right click to view the source.
Then look for “<body” tag. There you should see class attribute. Then use the correct number.- This reply was modified 11 years, 3 months ago by .
- This reply was modified 11 years, 3 months ago by .
July 22, 2014 at 5:43 am #2283theone-deano
ParticipantHi
i am viewing the page source, what am i looking for as it looks like some of your message is missing.?
thanks
July 22, 2014 at 7:58 am #2287Slavi Marinov
KeymasterJust corrected my previous message.
You can try this
.page-template-tmp-home-php .orb_bbpress_new_topic { display:none; }OR this
.page-id-55 .orb_bbpress_new_topic { display:none; }July 22, 2014 at 8:01 am #2288theone-deano
Participantthat has worked great.
thanks very much
July 22, 2014 at 8:02 am #2289Slavi Marinov
KeymasterGreat! You’re welcome.
-
AuthorPosts
- You must be logged in to reply to this topic.