Jonathan Desrosiers
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Evernote Site Memory] [Plugin: WP Evernote Site Memory] No AdminThe affiliate code area in the admin panel is the fifth option. Directly below contentID and directly above the button style choices.
There is currently no support for moving the icon. We will be adding this in the next release.
Hey Rick,
Thanks for taking the time to write.Any time that the clip button is not working, it is probably because Evernote’s service is down. From time to time this occurs for various reasons (they are installing updates, service interruption, etc.).
If you try to load the JS file, and get access denies and some gibberish, Evernote’s site memory feature is temporarily down.
In future versions, I plan to impelment some type of check system, where you go to the admin pane for the plugin, and if Evernote is down, a red light will show up, and if it is working, a green light will show up.
Everything is working for you now though correct?
It seems to be working fine for me. I see that you have selected the normal JavaScript file though. Using the minified version is not 100% necessary, but if you really would like to use it, I would try switching it back and see if it works now. If Evernote was experiencing an interruption in their service, then the Javascript returns a long string of random characters.
Ok, very curious to hear how it works out! Keep in mind as well, the more plugins you run, the more it will tax your server, and slow load time. If you have any plugins that are no longer useful, weed them out and leave them inactive.
We do use it on that site, however that is at version .9.9.5.7. Your comment sparked a eureka moment for me though and I found the issue! I failed to define a html_container_open and html_container_close parameter.
The site I am currently using the latest version on is here.
Thanks for the compliment on the customization, I will pass that to our designer ??
We would gladly give you an updated set of icons for the plugin in exchange to being listed as a contributor or something. Let me know if that is something you would want to arrange.
Thanks for moving this to the WordPress forums ??
First to address the slowing down of the website. The plugin itself is only 800kb, and only adds a few hooks and actions to WordPress.
Additionally, the Evernote site memory feature is designed to NOT slow down your website because the needed Javascript for the clip feature is not loaded until the last possible section of your website. So your page should load prior to Evernote’s script loading, pushing any delay to after your content is output.If you are experiencing issues with performance, you can try using the minified version of the Javascript, which is a setting at the bottom of the WP Evernote Site Memory settings page.
Now as for the issue of your site’s clip buttons not working, here are some steps I would take to diagnose the issue.
- Please disable all plugins that you are running currently, leaving only WP Evernote Site Memory activated. Test the clipping button to see if it works. If it does, we know it is clashing with another plugin. Activate plugins one by one, and test the button after each one. When it stops working, we know that it is the plugin you last activated, and we can look at why that plugin might be breaking it. Deactivate that plugin, and continue to activate plugins one by one and see if another plugin breaks the button.
- If it does not work with all other plugins disabled, then it is an issue with your theme’s code. Validate your code here and try to correct any errors you find.
Hope this helps, and let me know how you make out with this, especially step one, and then we can decide what to try next!
My mistake Micropat, I meant AddToAny: Share/Bookmark/Email Button. But it appears you created both?
The error I receive is:
document type does not allow element “script” here; assuming missing “li” start-tag
It comes from the javascripts that are output around 251-263 in add-to-any.php. As I said, the scripts are output within the UL but not in an LI. To fix this I enclosed it in an LI and gave it a display:none as I could not print it outside of the UL.
I tried just moving the closing UL before the script is output, however I can’t find the location that the original one is output.
Hi Guntis,
I’d be happy to take a look for you. Can you supply a link for me to look at?
We are currently using the minified JavaScript on Slocum Design Studio if you would like to take a look.Forum: Plugins
In reply to: [Plugin: WP-Polls] Negative valueHey GamerZ,
Great plugin, however I am still experiencing this issue with to polls currently on my site.
https://www.jonathandesrosiers.com/crap/aigapollerror/1.png
https://www.jonathandesrosiers.com/crap/aigapollerror/2.pngYou can view them live here: https://www.aigajwu.org/
I have checked, have the current version of the plugin, and I double checked lines 632 on for the fix you discuss on your forum.
Not a huge deal, thought I would let you know that it still exists.
Forum: Fixing WordPress
In reply to: template pages not showing in dropdown listWow thanks mercime. How did you think of that? Excellent concept.