Support Forum

Files missing

15 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Is this Simple:Press related? Are these posts ‘blog linked’ for example?

JA jackey
jackey
Member

Yes they are blog-linked.

But the articles on the blog don’t show this problem.

YS Yellow Swordfish
Yellow Swordfish
Member

So what these are wp pages? Not posts?

Take a look at those urls you sent me… ‘wpjquery?ver=3.3’ ?? Where do these come from?

JA jackey
jackey
Member

Can’t trace back who is injecting it in the header… but looking at the name I guess wpsp-syntax could be one of SimplePress.

 

It seems to be one of the SP plugins… tracking it down.

JA jackey
jackey
Member

It seems to be the “Syntax Highlighting” plugin.

YS Yellow Swordfish
Yellow Swordfish
Member

Can you provide more details please? How, when, what is it doing?

JA jackey
jackey
Member

When none of the options are selected it inserts these two lines in the header.

<script type='text/javascript' src='http://golfclub-stippelberg.nl/wp/wp-content/plugins/simple-press/resources/jscript/sp-common.js?ver=3.3'></script>
<script type='text/javascript' src='http://golfclub-stippelberg.nl/wpjquery?ver=3.3'></script> <script type='text/javascript' src='http://golfclub-stippelberg.nl/wpsp-syntax?ver=3.3'></script>
<script type='text/javascript' src='http://golfclub-stippelberg.nl/wp/wp-content/sp-resources/forum-plugins/admin-bar/resources/jscript/sp-admin-bar-update.js?ver=3.3'></script>
 
Selecting one or both options resolves the problem.
YS Yellow Swordfish
Yellow Swordfish
Member

So far I am totally unable to replicate this… Odd.

What sort of wp page/post are you getting this on please?

MP Mr Papa
Mr Papa
Member

do you have any kind of plugin that attempts to minimize, compress or reorder js?

JA jackey
jackey
Member

@mr papa

No, not that I know off, but how can I tell? I have no plugins installed that have that primary fuction.
For now I enable one option, and if I don’t use it I just disable the plugin.

Thanks!

MP Mr Papa
Mr Papa
Member

well, if you had any caching or optimizing plugins, you would know it! wink

you could post a list here and we can see if any jump out…

can you try temp switching to the default wp theme and seeing if still there?

also, please see if you can answer Andy’s question in post #7

JA jackey
jackey
Member

@Andy

Only on SP pages that show a post content, so not on wp pages, or sp pages that show only topic or forum lists.

A list of plugins: http://golfclub-stippelberg.nl/copyright-2010-golfbaan-stippelberg/site-info/

MP Mr Papa
Mr Papa
Member

can you try a small code change for me?

in the syntax cache plugin folder, find the sp-syntax-pluign.php file and edit it…  around line 161 you will find:

        wp_enqueue_script(‘sp-syntax’, ‘jquery’);
        wp_enqueue_script(‘sp-syntax-cache’, ‘sp-syntax’);

can you try changing them to:

        wp_enqueue_script(‘sp-syntax’);
        wp_enqueue_script(‘sp-syntax-cache’);

and see if that clears it up…