lencw
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Cannot create new user role WP4.0I have just stumbled on the conflict.
The InfiniteWP client plugin is activated, but not connected to IWP, therefore at the top of the WP admin panel is the InfiniteWP settings ready to copy. I disabled IWP client, and the user role editor Add Role popup now works. IN production, the IWP client is properly setup, so no conflict.
Not ideal, but at least I have a workround.Forum: Plugins
In reply to: [User Role Editor] Cannot create new user role WP4.0Still not fixed in WP4.1 and latest version of User Role Editor.
Click Add Role, it does nothing. Javascript rom Chrome Inspect element:Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,jquery…:257 Uncaught TypeError: Cannot read property ‘mouse’ of undefinedload-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,jquery…:257 (anonymous function)load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,jquery…:257 (anonymous function)load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,jquery…:257 (anonymous function)
ure-js.js?ver=4.1:25 Uncaught TypeError: undefined is not a functionure-js.js?ver=4.1:25 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery…:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery…:2 k.fireWithload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery…:2 m.extend.readyload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery…:2 JForum: Plugins
In reply to: [Easing Slider] Warning message in admin panel in WP4.1Thanks, I also contacted support on their website before I posted here. No reply yet though.
Forum: Plugins
In reply to: [Contact Form 7] Date field for UK format and all browsersIs there any proper resolution to this issue please?
PLEASE will someone read the above and then review all other related support posts on the same subject as this is an important and unresolved issue.
It really prevents UK users from using the full capabilities of Contact Form 7 with any date fields.Forum: Plugins
In reply to: [Simple Shopping Cart] Plugin securityIts is page 2 of the review section on wordpress.org
http://wordpress.org/support/view/plugin-reviews/wordpress-simple-paypal-shopping-cart/page/2What’s not clear is whether the identified issues are a general risk with the plugin or only for digital download products.
Forum: Plugins
In reply to: [Contact Form 7] Date field for UK format and all browsersTakayuki Miyoshi, Have you any further suggestions given my comments above please?
I really need to to work in IE for the UK as well as Chrome, is there a proper solution on the way?
ThanksForum: Plugins
In reply to: [Contact Form 7 IE DatePicker and Number Spinner Fix] Improvement wishlistI agree with the above comments, any chance of an update please?
The field setting I am using is:
<p>Start Date (required) dd/mm/yy
[date* StartDate “dd-mm-yyyy”] </p>specifying a UK date format.
With HTML5 in Chrome, it works as expected, but with the datepicker fix installed, the default field content is dd-mm-yyyy from the date format, but this plugin is expecting the format yyyy-mm-dd. This is confusing for visitors to the website.
Can you consider an update to take account of a date format set in the field, or if not then prevent the display in the field of dd-mm-yyyy.
Thanks
LencwForum: Plugins
In reply to: [Contact Form 7] Date field for UK format and all browsersThanks, but these are not answering the question.
Using add_filter( ‘wpcf7_support_html5’, ‘__return_false’ );
creates a text field which does not accept the UK date format dd-mm-yyyy, even if set in the contact form as [date* StartDate “dd-mm-yyyy”]. The form returns “Date format seems invalid”, which in itself is not helpful in that it does not provide in the error message the format expected.The fallback, as I said above, in IE ignored the UK date format set in the form. If a user enters a UK format date, the “Date format seems invalid” appears in IE.
The second link talks about the date format only as the HTML5 format: yyyy-mm-dd, not the UK format we are after.
The solution I need for UK based websites is a date field that accepts the UK date format, working in all browsers (HTML5 or not), and preferably with a date picker.
Can this be sorted please within CF7? As a start it would help if the fallback at least honoured the UK date format in the form, and we had a setting to activate the fallback instead of editing the functions.php file.
I am willing to make a donation as I have this installed on a number of websites, but without proper UK functional support and support for IE and lack of acknowledgement to this and other posts I am somewhat concerned.
Forum: Plugins
In reply to: [Contact Form 7] Date field for UK format and all browsersI have also tried the “Contact Form 7 Datepicker” plugin.
This works on IE11, Chrome and FF, but the plugin selectable display theme does not work. This can be sorted, but with a lot of manual messing about with css. Also as it is a text field, the browser tried to autofill with text before the popup appears, this happen with all browsers and a test on a mobile device.
For now this plugin is probably the better workround.Forum: Plugins
In reply to: [Advanced Editor Tools] TinyMCE ghost table borderI have the same issue, and this is a site I manage for someone, and they need to be able to easily update it.
The recent TinyMCE update has taken out the table formatting features, so can’t get rid of theme set borders on one specific table without affecting other tables on the site, unless I have a class/id on the actual table, or there is a way in the editor to remove the border – which there now isn’t.
I want to be able to specify a class or ID on the specific table, without directly editing HTML – this is not a solution for non-technical CMS end users.
I will tell my users to call me if they mess up the table, previously I have told than to add a class in the advanced tab which does all formatting for them from pre-set css. Cant do that now.
This is a massive retrograde step by tinymce, all the workrounds are not ideal for end users.
Frustrating!!
LencwForum: Plugins
In reply to: [Reusable Text Blocks] Text block text inlineHal
Not really. Adding a div will not allow me to string blocks together.
I have found another issue, related to my second post above.
As the text block is within a <p> tag, if I then centre a text block on a page with the editor it fails to centre. The centering is applied to the outer <p> tag, and the text block remains at the left.
Can you please consider an update that allows use of a text block without adding the <p> tag around the inserted text. The older text snippets plugin works like that, is far more flexible and far simpler to use. Adding a div in any editor always ends up in a mess, and cant be done where I want it all inline anyway.
LencwForum: Plugins
In reply to: [Reusable Text Blocks] Text block text inlineJust realised that the way you have this working, all text within a text-block end up in nested <p> tags. The page/post editor adds a paragraph, but the text block is already in a paragraph.
The text-block should be inserted without the start and end <p> tags into a page at the shortcode position.
Hope this helps make this plugin a real winner.
LencwOK. I will do a proper assessment of your Plus version. For 2 years now I have used the AddThis plugin, but it had an issue which is how I ended up trying yours.
LencwForum: Plugins
In reply to: [Simple Share Buttons Adder] Counters not workingThanks for the reply, I will look at the plus version.
However, I have had no issue with any other plugin I have used over a period of 2 years relating to my hosting now allowing specific php functions. I will get my hosting checked out.
LencwForum: Plugins
In reply to: [Contact Form 7] Date filed in IE doesnt workAdding the filter in functions.php does work, it puts a calendar widget in IE, Chrome remains as it was.
However, editing functions.php is counter productive. If I update the theme, I lose the changes, it becomes a maintenance nightmare.
I have another solution that does not add the calendar widget to the date field, instead it shows within the date field the format of the date required in IE. Chrome ignores this. This is acceptable for many of the websites I have done.
The field format in CF7 I use is:<p>Arrival Date (required)
[date* arrival-date “yyyy-mm-dd”]</p>Note the “yyyy-mm-dd” format, this is what’s needed.
Good as CF7 is, the date formatting is very poor in both forms and emails. Its not cross browser, nor is is easily formatted for country specific requirements. Here in the UK its utter confusion with American date formats hanging around.
What should be very basic requirements for a form facility are sadly lacking in CF7, developers please take note. As a minimum, there should be a setting that enables or disables the addfilter for each form. LenW