Support Forum
I have installed a new simple press forum but I cannot add a topic to the Fourm
Forum is at http://www.mediades.co.uk/bg
Any help appreciated much appreciated
so what happens? you cannot click on new topic button? does nothing? edit window doesnt work? need more info please...
also, try with the browser console open and see if any errors you can report here...
I dont see any obvious js conflicts, but guests cannot post on your site, so cannot try it...
Visit Cruise Talk Central and Mr Papa's World
When you click on the add new topic nothing happens. It just take you to the same page.
If you tell me how to allow guest to post I will enable I am also open to allowing you access as an admin if you register I will chnage your permissions. I am kean to get this working as we are going to migrate from Vbulletin to this software if I can get it working.
I am having the same issue as well. I've got guest posts enabled, so maybe that'll help so we can both get this resolved. I am also unable to add replies to any topics without using the quote function first, and just manually deleting the quoted text. Here's a link to my forum:
http://www.faygoluvers.net/v5/.....alos-2012/
We have been users of SimplePress for well over a year now. I upgraded from 4.4.5 to 4.5.1 with no issues. Then I updated to 5.2.6 and ran into this.
Not trying to hijack this thread, but figured this could help both of us out.
see: http://codex.simple-press.com/.....ng-access/
for how to allow guest posting... happy to look at it when we can...
Visit Cruise Talk Central and Mr Papa's World
Scott,
same symptom, but different issue... in your case, your wp theme is violating the wp api standards and doing it wrong... its loading jquery and jquery ui from external sources instead of using the one that comes with wp...
see: http://codex.simple-press.com/.....-conflict/
a theme using versions other than what comes with wp is bad... often without no conflict and certainly not what other plugins in wp expect or test with... no real reason not to use the wp version...
if you can find where in your theme its improperly loading that, we can hep fix it... or maybe the theme has an option to use the proper wp jquery libraries...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
Scott,same symptom, but different issue... in your case, your wp theme is violating the wp api standards and doing it wrong... its loading jquery and jquery ui from external sources instead of using the one that comes with wp...
see: http://codex.simple-press.com/.....-conflict/
a theme using versions other than what comes with wp is bad... often without no conflict and certainly not what other plugins in wp expect or test with... no real reason not to use the wp version...
if you can find where in your theme its improperly loading that, we can hep fix it... or maybe the theme has an option to use the proper wp jquery libraries...
OK, first off, please pardon the fact that I'm a novice at this. I had this site built and can no longer get in touch with the site builder. I know that we are using a theme called ECosmo
http://newwpthemes.com/wordpre.....me/ecosmo/
Here are some of my jquery statements:
<link rel="stylesheet" type="text/css" href="http://www.faygoluvers.net/v5/wp-content/themes/original/css/jquery.fancyMusicPlayer-white.css">
<script src="http://www.faygoluvers.net/v5/wp-content/themes/original/js/jquery.min.js" type="text/javascript"></script>
<script src="http://www.faygoluvers.net/v5/wp-content/themes/original/js/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://www.faygoluvers.net/v5/wp-content/themes/original/js/jquery.mousewheel.js" type="text/javascript"></script>
<script src="http://www.faygoluvers.net/v5/wp-content/themes/original/js/jquery.jscrollpane.min.js" type="text/javascript"></script>
<script src="http://www.faygoluvers.net/v5/wp-content/themes/original/js/soundmanager2-nodebug-jsmin.js" type="text/javascript"></script>
<script src="http://www.faygoluvers.net/v5/wp-content/themes/original/js/jquery.fancyMusicPlayer.min.js" type="text/javascript"></script>
<script type='text/javascript' src='http://www.faygoluvers.net/v5/wp-content/plugins/lightbox-plus/jquery.colorbox.1.3.32.js?ver=1.3.32'></script>
It's apparent that the jquery statements are coming from my theme, but how do i correct that? When i go to Appearance and Themes, I don't really see any options where I can edit it. Is that what I should be looking for? Please let me know.
where did those lines come from? looks like a page source and not the actual theme php files... is that true? to fix, we need to be able to edit the theme php files...
can you access the files to modify?
Visit Cruise Talk Central and Mr Papa's World
where did those lines come from? looks like a page source and not the actual theme php files... is that true? to fix, we need to be able to edit the theme php files...
can you access the files to modify?
Yes, I have full FTP access to the site and can edit anything I need to. I see the "themes.php" file under wp-admin, but since there's no reference to jquery or .js in that file, I don't suspect this is the file in question. Any guidance would be appreciated.
1 Guest(s)