Replies
- John B on May 19, 2020 at 2:34 pm in reply to: BuddyPress Moderation Tools – Center the Report an Issue pop up #30017
Here is what it looks like on mobile.
https://drive.google.com/open?id=1bNbjj9oByROos3ekcA8V2IQz3vkjCLjf
For me, it doesn’t matter where the report button is, when you click on the Report button, the pop up appears next to it. Here is what it looks like on desktop.
https://drive.google.com/open?id=1vwUfheUOlr3oujtgXHyJPE9se5Yms7Ql
Again, it would be nice if the pop up always centered itself to avoid running off the screen on desktop and mobile.
Thx
- John B on May 19, 2020 at 2:03 am in reply to: [Resolved] BuddyPress Profile Visibility Manager – Profile Page Error #30000
Please disregard. I was using a function to display the activity count that was causing this issue. This issue is resolved.
- John B on May 19, 2020 at 12:49 am in reply to: BuddyPress Moderation Tools – Center the Report an Issue pop up #29998
I’m using a custom theme that I created myself. I don’t think the theme is the issue. The problem is that the pop up window never appears in the center of the screen after clicking on Report. The pop up appears next to the Report button.
How do I make it so that no matter what, the pop up always appears in the center of the screen horizontally and vertically?
Thx
- John B on March 20, 2020 at 12:41 am in reply to: Front End / BuddyBlog – Issue when editing a post #28324This reply has been marked as private.
- John B on March 18, 2020 at 9:00 pm in reply to: Front End / BuddyBlog – Issue when editing a post #28314This reply has been marked as private.
- John B on March 11, 2020 at 12:47 am in reply to: Front End / BuddyBlog – How to separate Category and Tags #28230
That fixed it!
Thank you!!!!!!!!!!!
- John B on March 9, 2020 at 9:22 pm in reply to: Front End / BuddyBlog – How to separate Category and Tags #28190
Thanks for the tip. I’ve added the feposting folder and form.php to override the original.
Still struggling with this. On line 71 of form.php is the following.
<?php $this->render_taxonomies(); ?>
From what I can find, this is what is helping to display the Categories and Tags. When I remove this line, the Categories and Tags are no longer visible on the New Post page.
I’ve been searching WordPress and BuddyPress forums all day looking for a way to render just the Categories, or render just the Tags to help separate them instead of using:
<?php $this->render_taxonomies(); ?>
The Categories and Tags are both inside of:
<div class='simple-post-taxonomies-box clearfix'>
Is it possible to place the Category or Tags outside of:
<div class='simple-post-taxonomies-box clearfix'>
If you believe this is doable using CSS, can you please point me in the right direction?
Is there a particular reason why you grouped the Categories and Tags into a single DIV? From what I’ve read, CSS is cascading so whatever properties the top level element has, all elements under that take on those properties.
Thanks for all your help with is. I really appropriate it.
Thx, JC
- John B on March 8, 2020 at 2:45 am in reply to: Front End / BuddyBlog – How to separate Category and Tags #28157
Will you please look at this when you have a chance?
Thx, JC
- John B on March 4, 2020 at 1:43 am in reply to: Front End / BuddyBlog – How to separate Category and Tags #28009This reply has been marked as private.
- John B on February 2, 2020 at 2:06 am in reply to: BuddyPress Moderation Tools – Pop Up Issue – Off Screen #27560
The same issue is happening on mobile devices.