Design Overlay Issue on the backend
HI all, we are using WPforo quite new, we installed the add-on for Memberpress, which works fine but now we have a overlay in the backend which makes us struggle to work properly.. any ideas ? for example the settings for layout are being the Memberpress settings and above appears a big empty space-- as soon as I deactivate the ADDON its gone
Hi,
This is just a small CSS conflict. We'll need to access to the direct page to check and provide the solution for you.
Could you please send the admin login details to info[at]gvectors.com email address? I'll ask the developers to check the issue for you.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
@sofy Hi Sofy, do you have a update for me ?
maybe we can switch to EMAIL ? i did create the ADMIN account but noone logged in.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
You've forgotten to include your forum URL in the email content, so the developers cannot check the issue.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Posted by: @sofyYou've forgotten to include your forum URL in the email content, so the developers cannot check the issue.
i thought it was clear as we have bin in touch by support email.. 🙂 i just resend the email again with the link ..
The following CSS code will resolve the issue:
.form-wrap .form-field.form-required {
margin-bottom: 0 !important;
}
For additional guidance, this article may be helpful: https://wpadminify.com/custom-css-in-wordpress-admin-panel
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Posted by: @sofyThe following CSS code will resolve the issue:
.form-wrap .form-field.form-required { margin-bottom: 0 !important; }For additional guidance, this article may be helpful: https://wpadminify.com/custom-css-in-wordpress-admin-panel
HI @sofy thanks.. unfortunetly i´m not an expert and even with the link i still dont know where and how to enter the code.. can you help ?
Insert the following code in your active theme functions.php file:
function theme_admin_css() {
echo '
<style>
.form-wrap .form-field.form-required {
margin-bottom: 0 !important;
}
</style>
'; }
It should solve the issue.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
when i click on edit (a forum) i can shortly see all setting correctly for like 1-2 seconds before they all disappear..
see video
One of the active plugins or the theme is adding the following inline CSS style: {margin-bottom: 828.969px; padding-bottom: 0px;} to the div with the .form-field .form-required classes.
You should deactivate the plugins/theme one by one and check after each deactivation to find the problem maker.
To better understand what we mean, please watch the video attached below.
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Hi @sofy sorry for a moment i was confused.. we know which plug in it is.. its the reason for the whole topic here.. its the WPFORO Memberpress integration.. as soon as i deactivate this all is good.. but i bought it becuase i need it 🙂
HI @sofy what you think ? the problem appears when using your plugIn .. how can we manage to get rid of the bug ? i bought the Memberpress Integration because we need it,. this was one of the keyfeatures why we choose WPFORO..
In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Hi @sofy we made some tests.. but we need you to make adjustments to the plug in,.. please see attached files
- 19 Forums
- 14.2 K Topics
- 71.1 K Posts
- 37 Online
- 6,048 Members




