Support Forum
Yes - I was worried about that. I am sorry to be blunt but your theme is a bit of a mess as far as working out what should go where is concerned. And the theme itself is using the method we tried even though I had my doubts about it.
I think all I can do in the absence of actually being able to use the theme on my dev site is tell you how to enablwe these so they load globally - which might be what you want.
So - still remove those script statements (they are really bad) AND the new code I suggested.
Open the functions.php file in yoiur wp theme. In there you will find a function called bp_dtheme_enqueue_scripts() - I have no idea why it has that name! Paste the three wp_enqueue statements into that function. See if that works!
Now - remember what I said above. There may be some other script files we will need to add to this but we can not tell what until we run it and see what is missing. This is NOT a problem - just a matter of getting it right.
If this does NOT work after all of this I am not sure how much more I can advise top be honest. I would seriously recommend getting someone in to work through that theme code and clean it up and make sense of it.... and sory to be blunt there.
YELLOW
SWORDFISH
|
Hello Yellow Swordfish,
Thanks a lot for your help.
The bug is resolved with the solution you have given and I have updated the plugin to latest version.
Hey Yellow Swordfish,
I have just noticed that it is working fine when we add topic or edit topic but when we click on reply, we can not type in textarea.
Can you please help me to come out of this.
I can't create a post either. These four lines:
<script type="text/javascript" src="http://www.socialots.co.uk/wp-content/themes/socialots/jquery-ui-1.8.16.custom.min.js"></script> <script type="text/javascript" src="http://www.socialots.co.uk/wp-content/themes/socialots/jquery.ui.core.js"></script> <script type="text/javascript" src="http://www.socialots.co.uk/wp-content/themes/socialots/jquery.ui.datepicker.js"></script> <script type="text/javascript" src="http://www.socialots.co.uk/wp-content/themes/socialots/jquery.ui.widget.js"></script>
are still present and being loaded.
YELLOW
SWORDFISH
|
Hello Yellow Swordfish,
These libraries are required as I am using it for date picker.
And I am able to create the topic but when I am trying to reply in topic I can't type into the textbox.