AI Search
Classic Search
Notifications
Clear all
Search result for: conflict
... the latest version of Ultimate Member. Version 2.0.25.
3) Installed the latest version of wpForo. Version 1.5.3.
4) Created a test user (joe bloggs) and checked the UM profile for this user. No tab for forum was visible.
5) Enabled the option to replace forum profile with UM profile, created a topic on the forum using the Joe Bloggs account and clicked the through to the profile link within the topic on forum. I was taken to the forum profile page of Joe Bloggs i.e. NO UM integration seen.
6) Created a test user called Jane Doe and logged in. Now click ...
I can give you ours if this is still an open issue. Our conflict seems to be that both Yoast and WPForo are creating meta descriptions, so we have two and it is causing a problem with search engines.
Should I start a new thread?
Hi,
Header in the forum sidebar has strange font, I would assume because of some conflict in css. The same applies to quoted text in a post. The forum url is
Would you please advise a way to fix it, as I'm very rookie with CSS.
Please see attached.
< span style="color: #666;"> Attachment : 2017-11-23_11-28-36.png
< span style="color: #666;"> Attachment : 2017-11-23_11-29-35.png
I think this is a conflict with multi-language URL paths. We can't help you without admin access. Please send admin login details to support[at]gvectors.com email address.
Hi, I have another conflict that appeared with my membership plugin : when I move a topic, it redirects me to the membership options page.
Thank you for your help
Hi again 🙂
There is a conflict with S2Member : I cannot set this url to work properly with restrictions set in the membership options : /forum/members?wpfpaged=2
I tried to get help from s2Member team, but they tell me that your plugin is not made to work with membership systems. I'm sure you will find a solution for this as your forum rocks for everything else 🙂
Thank you for your help
Thank you for your reply! I was able to find the plugin that was causing the conflict ("Font"), but that is a plugin that we really want to keep active. Disabling it seemed to only just remove the error message anyway, so I just re-enabled it.
Also, I disabled the Font-Awesome feature. However, the icons/buttons are still not showing up in the forum. This includes the editor buttons (e.g., Bold, Italic, etc.). I've attached a copy of a screenshot of a Reply box, which shows no buttons at all.
Is there any other fix that I could try? Also, please not ...
Hi MickMAc,
I am new to web design and am having an issue with the forum not showing the icons in the forum table on my website. Instead, little boxes are showing up. (See attachment "Forum Icon Issue".) However, I have a mobile plugin installed, and the icons show up perfectly on a mobile phone, so I'm not sure if it is an issue with my theme or something else.
We see two Font-Awesome loaders. Second one is wpForo.
I'd recommend disable wpForo font-awesome. Please navigate to Forums > Settings > Features and disable "Enable wpForo Font-Awesome Lib" option.
I am also receiving an error message when trying to edit categories, etc. for the forum: "Conflict with another plugin which overwrites jQuery".
You should deactivate all plugins one by one and check Forums after each deactivation. This way you'll find the plugin which cause this problem. Just keep deactivated that plugin.
I am new to web design and am having an issue with the forum not showing the icons in the forum table on my website. Instead, little boxes are showing up. (See attachment "Forum Icon Issue".) However, I have a mobile plugin installed, and the icons show up perfectly on a mobile phone, so I'm not sure if it is an issue with my theme or something else.
I am also receiving an error message when trying to edit categories, etc. for the forum: "Conflict with another plugin which overwrites jQuery".
Would someone be able to assist me with this? Please see the webpage at
Thank you!
< span style="color: #666;"> Attachment : Forum-Icon-Issue.JPG
@memphisguru
This appears to be a CSS conflict with your theme or another plugin. You can either keep the custom code or identify the source of the conflict and contact the plugin/theme support for assistance.
@briana-hamilton,
The issue with unsubscribe/subscription settings not working in wpForo and showing a deprecated synchronous XMLHttpRequest warning is likely due to a JavaScript conflict or outdated code usage. One reported cause is a conflict with an old or other jQuery version loaded on the site, which can break wpForo's AJAX functions such as subscription management. To resolve this, ensure that only the latest compatible jQuery version is loaded and no conflicting scripts interfere with wpForo's JavaScript. This was noted in a similar case where the err ...
... point: I installed a forum plugin yesterday and made some simple changes to the settings: kolors, recaptcha, etc. I translated some phrases, because the site is in Polish, and I installed WP Mail SMTP. Today, a critical problem appeared on my site, but it disappears and the site works correctly as soon as I disable the wpForo plugin. It's probably not a conflict with the WP Mail SMTP plugin, because the site doesn't work when I disable WP Mail and enable wpForo.I created the page with the forum using Elementor, and I read on this forum that this could be th ...
Hi @michedusudd
It appears there is a conflict between your WordPress theme and the wpForo theme on your end. The WordPress theme is not dark, but the wpForo theme is, causing the TinyMCE editor to inherit colors from the WordPress theme.
To resolve this conflict, you can add the following custom CSS code in our settings. Navigate to "Dashboard > wpForo > Settings > Colors & Styles > Custom CSS":
.mce-container .mce-menu-item{
color: black !important;
}
Hi @thewpforonoob,
You have such problem in multiple places of forum. It's time to find the plugin which cause this CSS conflict. Also check the current active theme, it could be the theme conflict. You're trying to fix this issue from a wrong side.