batmanfan (@batmanfan)

Forum Replies Created

Viewing 20 replies - 26 through 45 (of 45 total)
  • In reply to: User Permission

    batmanfan
    Participant

    @batmanfan

    Oh. Where do I place this code. Sorry still newbie to all these codes thing 🙂

    In reply to: User Permission

    batmanfan
    Participant

    @batmanfan

    Robin, you are a champion. I never knew this feature exist. good job!

    by the way, the top of the page display tools incl new forum/topic and reply. That’s great. But how to hide the ‘WordPress’ icon on the top left corner? because the wp icon has links to ‘about wp’ document, feedback etc. I’d like to hide that too if possible.

    Thanks again. You are very helpful.


    batmanfan
    Participant

    @batmanfan

    Perhaps fonts shown in different colors will be even better.


    batmanfan
    Participant

    @batmanfan

    @hbombs86, you are good! thank you. This is what I did…

    // Output the topic tags
    		wp_tag_cloud( array(
    			'smallest' => 11,
    			'largest'  => 20,
    			'number'   => 80,
    			'taxonomy' => bbp_get_topic_tag_tax_id()
    

    however, the font size only show 11 on all – same size. Did I do something wrong? I thought it would randomly display 11 to 20?

    In reply to: Tags

    batmanfan
    Participant

    @batmanfan

    Hi Stephen, I like to have it at the ‘sidebar’ please. I tried the code but I must have done it wrong (wrong paste) nothing happens 🙁 help appreciated.
    Is there a plugin suitable for this?

    In reply to: Tags

    batmanfan
    Participant

    @batmanfan

    I tried but seem to have no success with this ‘tags’ 🙁

    1) on the default ‘topic tags’ widget, how to increase the number of tags display e.g. up to 100 tags?
    2) I tried this plugin “Simple Tags” set up, but nothing is displaying. Perhaps I didn’t set up correctly? or any plugin that might work better?

    Thank you so much for your help.

    In reply to: Tags

    batmanfan
    Participant

    @batmanfan

    Thanks Stephen. that’s great. Now, I’m still a bit newbie to this coding thing. Would you kindly guide me where (which field) to add this code to?

    <?php wp_tag_cloud( array( ‘smallest’ => 12, ‘largest’ => 16, ‘number’ => 16, ‘taxonomy’ => bbp_get_topic_tag_tax_id() ) ); ?>

    Thank you so much.

    In reply to: Tags

    batmanfan
    Participant

    @batmanfan

    In this tag widget, the tag font sizes – are they random sizes? or admin can assign font sizes to different tag word?
    https://www.dropbox.com/s/map86g1o2jbibb0/tags.jpg

    In reply to: Tags

    batmanfan
    Participant

    @batmanfan

    Thanks Stephen. You’ve been helpful!

    In reply to: increase font size

    batmanfan
    Participant

    @batmanfan

    You are a champion! Thanks Robin.

    In reply to: what theme/style

    batmanfan
    Participant

    @batmanfan

    Thank you very much. Stephen.

    In reply to: what theme/style

    batmanfan
    Participant

    @batmanfan

    Thanks Robin.
    I could see something… /wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.3-5249

    what does this mean? which theme/template they use?

    In reply to: increase font size

    batmanfan
    Participant

    @batmanfan

    Thanks Robin. You have been a great help.

    I read through and tried https://codex.bbpress.org/bbpress-styling-crib/

    What I did,
    1. installed Simple Custom CSS plugin – all ok
    2. insert the below code. and changed the font-size: 1.1em; to 1.6em

    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    background-color: #fbfbfb;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
    background-color: #fff;
    }
    

    IF post is sticky or super sticky, then

    
    .bbp-topics-front ul.super-sticky,
    .bbp-topics ul.super-sticky,
    .bbp-topics ul.sticky,
    .bbp-forum-content ul.sticky {
    background-color: #ffffe0 !important;
    font-size: 1.1em;
    }
    

    but the rest doesn’t seem to work…especially
    Number 5. Various texts

    
    bbpress-forums .bbp-topic-content p,
    bbpress-forums .bbp-reply-content p {
    font-size: 12px;
    

    I change the font-size: 20px

    nothing happens. 🙁

    what did I do wrong? basically I wanted to increase font size for all forum section from 1 to 8. How please.

    Thank you in advance

    In reply to: Order of Topics

    batmanfan
    Participant

    @batmanfan

    @Stephen, newbie here. How and Where to add the above code please. Thank you so much.

    In reply to: Bar users

    batmanfan
    Participant

    @batmanfan

    I meant ‘ban’ users…

    In reply to: theme – front end

    batmanfan
    Participant

    @batmanfan

    Thanks again, Robin.


    batmanfan
    Participant

    @batmanfan

    Thanks for that. yes, I’ve been doing a lot of reading and watching other youtube tutorial. so much to learn. 🙂

    In reply to: theme – front end

    batmanfan
    Participant

    @batmanfan

    You are a champion Robin! it works. Thanks.

    Now, this is to existing users though, what about preset to all users (including new users) to have restrict access to the wp backend? and is possible to preset on all users except ‘Admin’ and ‘Moderator’?

    Thank you in advance


    batmanfan
    Participant

    @batmanfan


    batmanfan
    Participant

    @batmanfan

    ok. Can you tell me a bit more about ‘styling’? thanks.

Viewing 20 replies - 26 through 45 (of 45 total)