Forum Replies Created
-
In reply to: Mobile topic index page does not look nice
Still trying to customize bbpress, I’ve bumped into a little challenge with the topic reply headers which contain the date of reply and the reply number eg. #72.
I have made the background of the topic reply header white. However, I realized that there are border lines on the left and on the right which I could not remove after many attempts. SeeI think, my page would look nicer, and also I will be able to do more customization if those left-right border lines are removed.
I would appreciate any help in removing these border lines. Thanks in advance.In reply to: Mobile topic index page does not look niceIt’s a pleasure to have people like you,@robin-w, around to get things fixed and get the job done. I’m still playing with the above CSS code and it is producing positive results. Thanks a bunch.
In reply to: Broken PaginationI just tried but it did not work.
In reply to: Logged-in User’s Gravatar to show on header.I’m new to coding and do not know much about these things. I would like the avatar or gravatar to show on the right corner of my header.
First of all, do I need to put this code <<get_avatar( wp_get_current_user(), 32 );>> in my header.php file?
And do I need to write some CSS code to style it?In reply to: Logged-in User’s Gravatar to show on header.Please, could you suggest any other solution?
In reply to: Logged-in User’s Gravatar to show on header.Please, how did you use the code <<echo bb_get_avatar( bb_get_current_user_info( ‘id’ ), 32 )>> to display the avatar or gravatar of the logged-in user in the header. Any explanation on what to do?