Search Results for 'forum css'
-
Search Results
-
This is the third time I’ve posted this as the first two have not shown up on the forums (I do apologise if they all show up at once now)
I need to edit css for the ‘Register here’ and ‘forgot password’ pages as they look terrible in responsive view when logged out, I can use CSS Hero for this..
However, I am unable to do this because being logged into wordpress (to enable me to edit css) means that I only see the ‘logged in’ view of the ‘register here’ and ‘forgot password’ pages. Whereas it’s actually the ‘logged out’ view I need to edit.
If you type https://findgyms.co.uk/forgot-password/ into:
you should hopefully see what my dilemma is, as the unlogged in view should come up.
I hope this makes sense?
Any help would be greatly appreciated,
Tim
WordPress V. 5.4.2
BBPress V.2.6.5
Theem: AstraI noticed that when you edit a reply that the “Reply To” combo appears squashed:
So I added CSS to widen the
select
control and then was confused by the values in the drop-down list being truncated. I decided to examine the HTML (without making any CSS changes) and this is what I get:`
<select name=”bbp_reply_to” id=”bbp_reply_to” class=”bbp_dropdown”>
<option value=”” class=”level-0″>3189 – Introduction to the Text and Visual Editors</option>
<option class=”level-1″ value=”3226″ disabled=”disabled”> 3226 – Update The</option>
</select>
`
The first entry is complete (although not all visible in the actual control). But the rest are all cropped to just a few letters. If I try other forum replies they are all the same.Here is another example:
`
<select name=”bbp_reply_to” id=”bbp_reply_to” class=”bbp_dropdown”>
<option value=”” class=”level-0″>2692 – Setting up the new forum – Testing and Change-Log</option>
<option class=”level-1″ value=”2695″ disabled=”disabled”> 2695 – This is a</option>
<option class=”level-1″ value=”2705″> 2705 – This is a</option>
<option class=”level-1″ value=”2735″> 2735 – This reply</option>
<option class=”level-1″ value=”2791″> 2791 – Test ok.</option>
<option class=”level-2″ value=”2794″> 2794 – Hi Stefano</option>
<option class=”level-1″ value=”2814″> 2814 – All forums</option>
<option class=”level-1″ value=”2825″> 2825 – Based on t</option>
<option class=”level-1″ value=”2828″> 2828 – I have sta</option>
<option class=”level-1″ value=”2853″> 2853 – Further up</option>
<option class=”level-1″ value=”2858″> 2858 – Further up</option>
<option class=”level-1″ value=”2881″> 2881 – Further up</option>
<option class=”level-1″ value=”2912″> 2912 – Update: I</option>
<option class=”level-1″ value=”2918″> 2918 – Update: Ch</option>
<option class=”level-1″ value=”2936″> 2936 – Update: Th</option>
<option class=”level-1″ value=”2943″> 2943 – I have dec</option>
<option class=”level-2″ value=”3254″> 3254 – Update: I</option>
<option class=”level-3″ value=”3324″> 3324 – Update The</option>
<option class=”level-1″ value=”2950″> 2950 – This is so</option>
<option class=”level-1″ value=”2961″> 2961 – One final</option>
<option class=”level-1″ value=”3044″> 3044 – I have upd</option>
<option class=”level-1″ value=”3051″> 3051 – I added a</option>
<option class=”level-1″ value=”3052″> 3052 – Implemente</option>
<option class=”level-1″ value=”3066″> 3066 – Hi Andrew,</option>
<option class=”level-1″ value=”3067″> 3067 – Hi Simon I</option>
<option class=”level-1″ value=”3068″> 3068 – Sorry, mis</option>
<option class=”level-1″ value=”3100″> 3100 – Sorry, mis</option>
<option class=”level-1″ value=”3112″> 3112 – Three more</option>
<option class=”level-1″ value=”3136″> 3136 – Updates: I</option>
<option class=”level-1″ value=”3208″> 3208 – This is a</option>
<option class=”level-1″ value=”3209″> 3209 – This is a</option>
<option class=”level-1″ value=”3238″> 3238 – Update: Th</option>
<option class=”level-1″ value=”3318″> 3318 – Update Whe</option>
<option class=”level-1″ value=”3343″> 3343 – Update: I</option>
<option class=”level-1″ value=”3401″> 3401 – Update I h</option>
<option class=”level-1″ value=”3403″> 3403 – Update Rat</option>
<option class=”level-1″ value=”3518″> 3518 – Update You</option>
<option class=”level-1″ value=”3519″> 3519 – Yes, the h</option>
<option class=”level-1″ value=”3973″> 3973 – [quote quo</option>
<option class=”level-1″ value=”3974″> 3974 – [quote quo</option>
</select>
`
Why is it restricting the data displayed to just a few letters? I tried to research a reason and couldn’t find one.Thanks
Topic: Change css id’s
Let me first state I am doing this for security in light of all the wordpress sites being hacked. I want to change the #bbpress css ID’s to something like #forum.
I am not much of a coder so could I ask how I go about this ? or is there an easier way to go about this ?
Topic: bbPress forum blank page
Hello,
I have updated bbPress plugin to the latest version and i noticed that my forum is not working correctly now, when i go in the main page of the forum it loads just one topic and the page is without CSS, just a blank page with the title of the topic and some infos like the date and the creator.
Then i tried to download some old versions of bbPress to install but i dont remember which version was installed before.
So i tried bbPress 2.5.4 (its the one that i think it was installed before) and with this one i cant reach any page of the forum, infact when i go in the forum section of wordpress dashboard it load just a blank page.
I tried already some versions of bbPress from 2.5.1 to 2.5.9 then 2.6.0 and the latest but nothing changes.
The only difference is that with 2.6.0 or next loads correctly the forum section in the dashboard and with 2.5.9 or prev doesnt.What went wrong just updating and reverting the update?
For the part of my website containing bbPress, I don’t want the main navigation menu to show. To achieve this, I enter CSS code on the main web page where [bbp-forum-index] is displayed.
The CSS code does its job as far as the first page is concerned – that is the page where the forums are listed.
However, if you select a specific forum to look at, this takes you to a new page. Unfortunately, on the new page, the main navigation menu is showing. So the CSS code has not done its job here.
Any advice on how to solve this problem would be much appreciated!
Hi there,
Please bear with me here as I’m new to all this css stuff! I spent all of yesterday trying to find out what is going wrong..
After installing BB Press in my Astra Theme my header background colour, site title + tagline and sub menu + button have lost their formatting (or maybe more correctly termed style?).
You can see here:
This is compared to the header background colour and site title/tagline formatting in all my other pages (for example):
This confuses me even more because the forum topics have the correct header formatting like all my other pages:
As I couldn’t understand where this issue lies I posted on the WordPress forum who then directed me here to ask the question 🙂
I’m building the pages through WordPpess dashboard as per this video example:
I’m using Elementor to build all my other pages.
Can anyone help please?
Many thanks in advance,
Tim
p.s. I would like to add even though I’ve literally spent 8 hours trying to figure this out I think bbpress is an awesome addition so thank you to whoever put it out there!!
I am a newbie on BBPress and just installed it and I’m in the process of setting it up. The problem is that the body columns are not aligning with the topic headings.
I did some testing and this is the default layout which is not aligning.
However if I create a new Page and insert the shortcode the alignment is perfect, so I’m not sure what’s happening, but I don’t want to create several dozen pages and insert shortcodes, so I’d like to figure out why it’s not aligning.
I’ve tried messing with some of the css but I couldn’t figure it out. Any help would be greatly appreciated.
Hi,
Could someone tell me if it’s possible (or even help me with identifying the correct specificity) to stop users from creating new topics in a specific subforum please.
Running BBP as part of a learning management system where user level/access etc are set based on their student/course status. Been fine for 3 years but now I’d like to provide a slightly stricter UI for some specific courses (which means the Forums/Topics).My situation is:
Forum
-Subforum
–Topics
—Replies
–Topics
—Replies
-Subforum
–Topics
—RepliesMy problem is in one of the subforums where the topics created by our teachers are listed but (obviously) the students also see the ‘Create New Topic’ option (which they need elsewhere). I wish to remove that New Topic Creation option there. I can’t do it via the Forum Attributes eg Closed Status because it needs to remain open for other child topics in the same forum.
I thought that using CSS (display:none) to remove the entire New Topic Entry box would work for me but my inexperience shows through because I can’t work it out even after hours looking online.
Is it possible to apply such css by adressing it against a specific post id?
I can remove the new topic box in the browser inspector various ways
(eg .bbp-reply-form, .bbp-topic-form {display: none;} or with #new-topic-0 etc) but I can’t get it done just for the 1 Subforum/Topic) –
This does not work: #bbpress-forums #bbp-forum-POSTID #new-topic-0. I also tried variations ul.bbp-parent-forum-21435 etcIn this example my Forum is post 21435, the topic in it is 21437 and I want to remove the New Topic Entry box on that page (students should only go to 21437 and use Replies there, not create topics)(sorry, actual forums are in the school system so not public).
Sorry for long post / cry for help. Maybe someone could assist… Thanks
Hey so I’m trying to enqueue custom CSS for bbPress v2.6.4 on the WP 5.4.1 clan website running a WP Twenty Twenty-child theme.
This is what my functions.php currently looks like
<?php /** * Child theme stylesheet einbinden in Abhängigkeit vom Original-Stylesheet */ add_action( 'wp_enqueue_scripts', 'child_theme_styles' ); function child_theme_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-theme-css', get_stylesheet_directory_uri() .'/style.css' , array('parent-style')); wp_enqueue_style( 'child-theme-css', get_stylesheet_directory_uri() .'/css/bbpress.css', array()); } ?>
And this is how my bbpress.css looks like.
#bbp-forum-info, #bbp-forum-topic-count, #bbp-forum-reply-count, #bbp-forum-freshness { color: #232323; } #bbpress-forums { background: transparent; clear: both; margin-bottom: 20px; overflow: hidden; font-size: 1.75rem; color: #232323; }
The changes I applied in the bbpress.css won’t update the bbpress CSS on the above mentioned site. So their must be something wrong with my functions.php but I can’t yet put my finger on it how to load it properly as I’m pretty new when it comes to WordPress. I wanna append these changes globally to all parts of bbPress forum.
Can someone tell me to if and what i need to specify inside the arrray() call for the bbpress.css to load properly? Or hint me towards what’s wrong here.
Loving bbPress.
We’ve set our fora (forums) to show only for logged-in users.
When a visitor is not logged in and they click on the Fora link, bbPress shows the following message:
Oh, bother! No forums were found here.
We’d rather that the message said ‘Fora are viewable by logged in members’.
How and where do we edit the ‘Oh bother!’ message? (Which might be the right CSS file?)
Thank you.
Topic: Subforums are not listed.
Subforums are not listed.
The subforums not being listed will be fixed in 2.6.1.A few more questions:
Using any caching plugins?
Using any SEO plugins that might be interacting with CSS files?
Using a right-to-left language?
Overriding any constants? (WP_CONTENT_DIR, WP_PLUGIN_DIR, WP_THEME_DIR, etc…)
Anything else about your WordPress installations you can share?The only related change I can find, is: https://bbpress.trac.wordpress.org/ticket/3012
If you’re able to edit that file in bbPress directly, and revert it back, and test, that would be super helpful to confirm or disconfirm if that does it.