DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Upgraded and…The only people reporting this fault so far have been on windows. It was developed and tested on linux and is being run on our site which is a different version of linux.
You should be fine on your live.Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] Upgraded and…The problem is linked to Windows. The plugin seems to work fine on linux platfoms. It is taking some tracking down.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Invalid Query after submissionYou cannot change the length. you need to shorten the concise prompt and use the expanded prompt.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Invalid Query after submissionAre you using the current version. The probable cause for this error should have been fixed, but perhaps not.
It may be that the question is too long, as it will be used for the column name in the table. I should be truncated to the required length but maybe not enough.Anyway, the quick fix would be to shorten the question in the ‘Concise Prompt’ and if required put something in the ‘Expanded Prompt’ to compensate.
What you want can and should be done using CSS in your theme.
There is a problem with the windows platform that is being looked into.
Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] You do not have sufficient permissions…HHHmmm, they used to be a problem with languages that caused this. But this is something totally new.
Try deleting all the associated plugin files and reinstalling. This is currently the only thing I can think of that may cause this issue.
The multiple questions are listed in HTML LI elements. CSS can be used to display them however you require.
The styling can be placed in your themes css files, I would not place it in the css files for the plugin as it will be overwritten with upgrades.Forum: Plugins
In reply to: [ContactMe] [Plugin: ContactMe] You do not have sufficient permissions…Is your site in a non english site?
Forum: Plugins
In reply to: [Boilerplate] [Plugin: Boilerplate] how to use?🙂 . It would appear the example had been detected as a shortcode and replaced.
This has been corrected, if you refer back to the help.Forum: Plugins
In reply to: [MembersBlog] [Plugin: MembersBlog] Fatal error in application.phpIt is becoming apparent that this bug has something to do with running on windows.
It is being looked into but there currently is no fix.Regards D
Forum: Plugins
In reply to: [Plugin: Boilerplate]Boilerplate fatal error with 3.7.47We are having trouble replicating the problem. But we will continue trying to track down a possible cause.
Can I as, How did you upgrade, automatically though WordPress or manually?Boilerplate is not a true shortcode it is a filter. This is done because shortcodes are low priority, lower than filters. This would mean the inserted text would not be filtered, which in most cases would not be good.
If the do_action does not work in your situation you could try$coded_content = apply_filters( ‘the_content’, $thiscontent );
It might achieve what you need.
Forum: Plugins
In reply to: [Plugin: Boilerplate]Dialog box displays admin barDo other permalinks actually work?
The popup page in the dialog uses WordPress’ rewriting to generate the page so, the page has access to the full WP API. This means it works just like any page/post.
Try using the default permalinks and see if that works. The plugin does cater to both default and pretty permalinks.
If just the pretty permalinks are not working then it would be down to the .htaccess not being set right on the site.
If its only the permalink for the plugin that is the problem this will take some more diagnosing.
The WP version and theme should not be the problem as it was developed on the same.
File permissions should not be a problem as the popup is generated on the fly so does not require physical access to a file.