Support Forum
yes, my bad... too quick on the copy and paste... the code in question is:
wp_deregister_script('jquery');
if (theme_get_option('theme_iclude_scripts_from_cdn')) {
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js');
} else {
wp_register_script('jquery', get_bloginfo('template_url', 'display') . '/jquery.js');
}
try replacing all that with:
wp_enqueue_script("jquery");
and revert the earlier change...
Visit Cruise Talk Central and Mr Papa's World
So let's just check this shall we.
Change this:
wp_register_script('jquery', get_bloginfo('template_url', 'display') . '/jquery.js');
which loads the incorrect version of jQuery from your theme. To this:
wp_enqueue_script("jquery");
which will load the correct version. So - please double check. Is this what you have done now?
If you have done the above and the add topic button still does not work then there is clearly something else that is a conflict but as I can not see the site I can not guess what that might be.
As to your questions then I very much doubt it is only the add topic button that this will effect. There will be other areas you have not yet found also effected. Re-installing is pretty much a waste of time. That is not the issue. If the above changes did not fix it then the issue may well be in another WP plugin so that can sometimes help. Your web host will doubtless not be able to help.
These sorts of mis-use of jQuery and other scripts are sadly quite common - to the extent where the WordPress dev team are discussing ways they can try to trap them in the core code to try and stamp them out. They are most usually fairly easy to spot, track down and repair but they do need a certain effort to look for them which we canlt do as we do not have your code.
YELLOW
SWORDFISH
|
Sworfish I made your request but it didn't work too.
I'll let the homepage open so you guys can take a look.
It shown based on permissions. Do guests or others have permission to create topics??
Visit Cruise Talk Central and Mr Papa's World
after a lot of editing and changing things my simple:press is not working properly so I decied to completly remove it and install a new one again.
despite of that for my surpise all my grops, foruns e settings were loading again.
how do I completely remove sp in other to start from the begining again?
If the Simple-Press plugin is now active go to Forum Admin > Toolbox - Uninstall. Make sure you read the notes and the help info shown on that panel.
1 Guest(s)