pbsrg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Save/ResumeI also have the same issue with the Save/Resume feature… it just says “Exam Finished” when I return to the quiz.
This fix worked for us!
Thank you blabbr!
Forum: Plugins
In reply to: [WordPress Tooltip] [Plugin: WordPress Tooltip] Does not word in 3.3 – at allthe shortcode works, but the tinymce button does not.
I should also clarify that paging is also working for the main archive (/post-type-slug/page/2/). It’s only the yearly and monthly archives where I have the problem.
Thanks!
Thanks Dion, I appreciate you looking into this.
Also after reading my first post, I think I wasn’t completely clear on this: I upload these files with an FTP software. When I add them to my media library via Add From Server, it would be nice if the spaces and special characters were removed from the file name at that time.
Forum: Plugins
In reply to: [TinyMCE Templates] [Plugin: TinyMCE Templates] I don't see templatesI had the same problem recently, with 1.0.0. I was using the plugin without any problem, and then I’m not sure what changed, but templates stopped appearing in the dropdown. I found that the “mce_templates.js” file that is created was returning a 404 error. Changing the $url variable in the “TinyMCETemplate.class.php” from site_url() to home_url() fixed the problem (This was around line 50).