Can you show me screenshot? There is no toolbar, just one button.
Thread Starter
joshmac
(@parkstreet)
@fractalizer, yes that is what I meant. You can view the screenshot here.
Have you activated plugin in Control panel? Do you have any Javascript errors on toolbar initialization?
Can I register at your blog and have some permissions, allowing editor use just to check? No posting permissions needed.
Thread Starter
joshmac
(@parkstreet)
@fractalizer, Yes it is activated, I don’t get any errors, and yes you can register on my blog: http://www.joshparker.us/
Thread Starter
joshmac
(@parkstreet)
@fractalizer, and I’ve made you an editor.
There seem to be a path problem in your website configuration. Check your WP configuration at the General page. Blog URLs (both) should not end with slash (‘/’). Also if you use custom WP-SynHighlight theme, it’s path should not start or end with slash.
Thread Starter
joshmac
(@parkstreet)
@fractalizer, there are no slashes in my configuration and there are no slashes with custom theme.
I’ve commited 2.2.7 with a fix on this. Please try it and let me know of results.
Thread Starter
joshmac
(@parkstreet)
@fractalizer, I’ve upgraded and it still does not work for me. The button is still missing.
This is from your main page’s HTML:
<script type="text/javascript" src="http://www.joshparker.us/wp-content/plugins/wp-synhighlight/themes/default/wp-synhighlighter.js"></script>
This file is absent on server. Why? Where is it?
What is your custom theme setting now? Is it left to defaults?
Thread Starter
joshmac
(@parkstreet)
I am not using a custom theme. It is left at default: wp-content/plugins/wp-synhighlight/themes/default
Thread Starter
joshmac
(@parkstreet)
Oh wait, I think I know the issue. My server is running Nginx, so sometimes it calling files deep in the plugins doesn’t always work. I might need to do a rewrite rule for this or move the file to be called from somewhere closer to the root. Thanks again for taking the time to help.
BTW, if you will find time to restyle wp-synhighlight, I will include your style into the package π I am not a designer so the initial style is somewhat ascetic…
Thread Starter
joshmac
(@parkstreet)
Ok, I will take a look at it.