Support Forum
Please see this for the forum tools: http://codex.simple-press.com/.....her-tools/
As to blog linking your user will need to be able to create WP posts and have the 'Can create linked blog post and forum topics' permission turned on.
YELLOW
SWORDFISH
|
You most probably have a JavaScript conflict - your wp theme or another plugin - which needs to be fixed. This codex article explains what this means and what to look for:
YELLOW
SWORDFISH
|
Yellow Swordfish said
You most probably have a JavaScript conflict - your wp theme or another plugin - which needs to be fixed. This codex article explains what this means and what to look for:
I'm having this same issue. I read the information on the page you linked to and found this:
How can I correct this?
Initially we would strongly recommend that you contact the theme or plugin author and explain to them what is needed. If a paid-for theme – and experience shows that these can often be effected – then their support should be able to accommodate the request as it is not unreasonable and enables the plugin or theme to be more widely usable.
So if that's the case, will you help me troubleshoot the situation? Everything was working fine together (and still is), it's just your premium plugin that doesn't want to play nicely with my site. I've looked at my source code and found that "jquery.js?ver=1.7.2" is the only jquery.js file being called.
I do see other calls to jquery, such as:
jquery.flexslider.js?ver=1.8
jquery.prettyPhoto.js?ver=1.3.4
jquery.jplayer.min.js?ver=2.1.0
Could those cause the conflict? I always assumed they were extensions of the core jquery functions. So far the forum is working great, except that I can't moderate any posts.
Not a problem, I was just curious if there was available support here or not. Here's a link to the forum: http://lootpalace.com/forum
Well your first problem is that you have 3 copies of the main jQuery library being loaded - 2 are being loaded from WP and an older version is being loaded from the googleapis CDN.
At least 2 of these copies are being loaded WITHOUT using the WP API to check if they are already loaded and one - the one from google - is just a disaster!
What I can not tell you is what is loading them. One might well be the theme. The other - if it is any help - is being loaded immediately after the jquery tabs plugin is being loaded...
If you can track them down then we can help you deal with them.
YELLOW
SWORDFISH
|
Excellent, thanks for the quick detective work. I've removed the one from GoogleAPIs and will look for the other copy.
Do you think that this will fix the issue here? http://lootpalace.com/forum/profile Basically the AJAX never loads profile info, if you click a tab, it loads the profile content in a new tab with no styles. We can deal with this later of course.
1 Guest(s)