Search Results for 'forum css'
-
Search Results
-
Hello,
URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
For some reason on mobile devices, part of the reply and post text will overlap the bar where the date is. I have tried deactivating all plugins and checking to see that there are no syntax errors in my CSS. Could someone please check my forum to see what is happening?Here is an image link, as you can see the mobile view looks pretty bad.
https://drive.google.com/file/d/0B_h6oU4LzDtleElpclF5QV9BajA/view?usp=sharingI cannot switch to the default theme, I do not want to lose any changes, so a CSS fix would be nice if at all possible.
Thanks for your help.
When I use bbpress I notice that on the mobile it is all squished up. To solve this I have removed the freshness column and adjusted the spacing of the info, topic and posts columns. This works on the forums page but when I click on one of the forums the freshness column is removed but the spacing seems to be the same. Can you see what I have done wrong with my css?
li.bbp-forum-freshness, li.bbp-forum-freshness { display: none; } li.bbp-forum-freshness, li.bbp-topic-freshness { display: none; } li.bbp-forum-info, li.bbp-topic-title { width:50%; } li.bbp-forum-topic-count, li.bbp-forum-topic-count { text-align: center; width: 30%; } li.bbp-forum-reply-count, li.bbp-forum-reply-count { text-align: center; width: 20%; } ////// This is the bit that isn't playing nice li.bbp-forum-info, li.bbp-topic-title { width:50%; } li.bbp-forum-topic-count, li.bbp-topic-topic-count { text-align: center; width: 30%; } li.bbp-forum-reply-count, li.bbp-topic-reply-count { text-align: center; width: 20%; }
Many thanks đ
Hello,
URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
I am using this plugin to add signatures: https://wordpress.org/plugins/gd-bbpress-tools/I would like the Revision information to align under the Signiture. I am currently using this CSS.
.topic.type-topic.status-publish > .bbp-reply-content, .reply.type-reply.status-publish > .bbp-reply-content{ display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } .topic.type-topic.status-publish > .bbp-reply-content > .bbp-topic-revision-log, .reply.type-reply.status-publish > .bbp-reply-content > .bbp-reply-revision-log{ -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; } .topic.type-topic.status-publish > .bbp-reply-content > .bbp-signature, .reply.type-reply.status-publish > .bbp-reply-content > .bbp-signature{ -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; }
It is working fine in Firefox, but not in Internet Explorer and Safari on apple devices such as IPhones. Can you please take a look for me?
Thanks.
Topic: bbpress ignores custom CSS
I’m using a child theme and I’m trying to make CSS adjustments to the forum list. I need to get rid of float + width because the numbers are not aligned with the titles (topic, voices, replies, last post). Whatever I try, bbpress ignores my changes. I tried adding the new CSS to style.css in my child theme as well as adding it to Jetpack’s custom CSS. I did even add the extra code to functions.php in my child theme so that bbpress style could be overwritten without using !important. Using !important doesn’t work either. I really don’t know what else to try. My theme is not perfect for bbpress, so I need to tweak a few things.
Topic: add a specific class
Hello,
I look for how to add a class css on loop-single-forum.php line 12
<ul id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>>
on default
bbp_forum_class();
sorry I’m french ! I do not understand English too
Topic: bbp-form style
Hi.
Im using motoblog theme from wolfthemes. After installing bbPress forum plugin i had issue with content wrapper. In the custom css section added fief lines:#bbpress-forums { width: 92%; max-width: 1140px; margin: 0 auto 30px; }
But i still have the problem with
bbp-forum
section image: http://imgur.com/2cGasYv
Can someone please help me with this problem? I zoomed out page to create image.1) I’m trying to figure out how to reduce the size of the Heading/Title bar of the forums/topic etc.
The default is about a 1 1/2 inch thick solid bar. However; the text Forum/topic/post and freshness is about a third of that width. I’d like the title box to be more stream lined rather than bulky as it is…
I’ve been trying to locate the appropriate CSS file and lines to update but have had no luck.
2) I assume this is kind of the same formatting issue and can be resolved the same way. Each topic in the forum is allocated about 1 1/2 inches of space to show the topic titel, and its corresponding counts. Again I only need that space to be about 1/2 inch at most.
I’m aware that its probably most appropriate to use padding and margins to explain what i’m seeing and trying to change. But I’m a novice and figured i used jargon more familiar to me.