Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #2229
    theone-deano
    Participant

    Hi

    I purchased the bbPress New Topic today, but have yet to receive a download link.

    I have checked spam / junk folder but nothing there.

    #2231
    theone-deano
    Participant

    I 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 9 years, 9 months ago by .
    #2238
    Slavi Marinov
    Keymaster

    Hi,

    I am glad you’ve received the download link.
    oh, so you want the button to show only on topics?

    Slavi

    #2240
    theone-deano
    Participant

    Hi

    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

    http://www.fatalitygaming.uk

    #2243
    Slavi Marinov
    Keymaster

    Hi,

    do I have to be logged in to see it?

    Slavi

    #2245
    theone-deano
    Participant

    Hi

    Yes you must have to register didn’t know it didn’t show it unless you are

    #2255
    Slavi Marinov
    Keymaster

    Hi,

    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

    #2259
    theone-deano
    Participant

    Hi

    that has worked great. thanks for your help.

    #2260
    Slavi Marinov
    Keymaster

    Awesome!

    #2270
    theone-deano
    Participant

    Hi

    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

    #2279
    Slavi Marinov
    Keymaster

    Open 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 9 years, 9 months ago by .
    • This reply was modified 9 years, 9 months ago by .
    #2283
    theone-deano
    Participant

    Hi

    i am viewing the page source, what am i looking for as it looks like some of your message is missing.?

    thanks

    #2287
    Slavi Marinov
    Keymaster

    Just 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;
    }
    
    #2288
    theone-deano
    Participant

    that has worked great.

    thanks very much

    #2289
    Slavi Marinov
    Keymaster

    Great! You’re welcome.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.