Tagged: bbpress
-
AuthorPosts
-
January 24, 2020 at 2:17 pm #1178116
Hi Kriesi team,
I am setting up a forum with Enfold and bbpress and I also activated bbp Style Pack where I sat different background colors for even and odd row numbers. However this is ignored and my topic rows all show the same color.
Do you have any idea how to fix it.January 25, 2020 at 10:21 am #1178309Hey jgrune,
Which CSS did you add to make the rows different colours?
Best regards,
RikardJanuary 27, 2020 at 10:47 am #1178629Hi Rikard,
I did not add any CSS, I am using the bbPress Style Pack and changed the settings for the forum content where you can define different colors for odd row numbers and even row numbers:
Like in this example here:
https://ps.w.org/bbp-style-pack/trunk/screenshot-1.jpg?rev=2226084February 1, 2020 at 2:47 pm #1180508Hi,
Sorry for the late reply, and thanks for the login, but the login doesn’t give admin access so I was limited to my investigation.
When reviewing the loaded plugins I don’t see the plugin directory “bbp-style-pack” or css as expected, is the plugin activated?
I do see your bbp classes so I can give you some css to change your row colors, but that is about as much as I can help.#bbpress-forums li.bbp-body ul.forum.even { background-color: #e1e1e1; }
Please see the screenshot in Private Content area.
Please upgrade our login to admin so we can be of more assistance.Best regards,
MikeFebruary 3, 2020 at 10:38 am #1180812Hi Mike, blame on me, I did dot give you the correct link. See private content for more details.
February 4, 2020 at 12:13 pm #1181237Hi,
Thanks for the login, but I still don’t see a css file loading for this plugin. Perhaps it’s because Enfold has some modified BB Press files in the theme folder to enable BB Press to work correctly with Enfold.
How much styling did you want to do? Perhaps we can assist like the css above, did you find that working?Best regards,
MikeFebruary 6, 2020 at 12:15 pm #1181999Hi,
I tried it with the CSS you named above but it does not change any of the background colors. What I wanted to achieve was that in the listing of the topics the odd and even numbers have a different background. That is the reason why I tried it with changes in the Setting of the bbp Style pack but that obviously does not change any style on my site.But as bbPress says in its plugin: “Style pack works with many/most sites, but it can fail due to a myriad of reasons, including (but no means limited to) site permissions, php versions, other plugins and most often site themes where the theme author has altered bbpress files. This is no-ones fault – whilst I can control how bbpress performs, there are many thousands of plugins and themes, all of which may be trying to amend the same stuff as I am, and many host poviders who will have differing but equally valid permission and code versions.”
If you have got another idea that would be great otherwise I will leave it as it is.
Thanks anyway.
JuttaFebruary 7, 2020 at 11:35 am #1182275Hi,
I checked the css again and adjusted it to this which I put at the top of your Quick CSS:#top #bbpress-forums li.bbp-body ul.even { background-color: #e1e1e1 !important; }
Please clear your browser cache and check the screenshot and link in Private Content area.
Best regards,
MikeFebruary 7, 2020 at 11:58 am #1182279Hi Mike,
thank you very much that worked. You are wonderful people and I love Enfold.
Now I have got one more problem. If I log in as a “normal” user (without admin rights) there are always two avatars shown in a conversation. If I log in with admin rights this does not happen. Any idea why that occurs?February 7, 2020 at 12:41 pm #1182291Hi,
I believe it could be because you have regular WordPress users who are also in the WPUsers plugin, so each user has two avatars. So you could try disabling the plugin or you can try this css in your Quick CSS:.topic-author > .bbp-reply-author > img.avatar.photo:nth-child(2),.reply.type-reply > .bbp-reply-author > img.avatar.photo:nth-child(2) { display: none !important; }
After applying the css, Please clear your browser cache and check.
Best regards,
MikeFebruary 7, 2020 at 2:55 pm #1182318Hi Mike,
I tried the CRS and it worked. Thank you very much for your great support. You can close this topic now.February 8, 2020 at 9:22 am #1182522 -
AuthorPosts
- The topic ‘Enfold seems to overwrite different even and odd rows styling’ is closed to new replies.