jmill23
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Bug with widgetHey Stefano
Thanks for the quick response.Sure, it’s https://webandrepair.uk/blog/
I’ve added the widget to the top of the sidebar.
I’ve used the raw widget code in an HTML widget further down the sidebar which is working ok.
Forum: Reviews
In reply to: [WP Review Slider] Doesn’t workI’m not sure what the issue is with my review! I have cleared stated the issue. The plugin DOES NOT a work and yes I followed the instructions. So I switched to another plugin. If you don’t like the review tough, but it’s fair!
If it worked I would say so. And no I don’t see why I should remove this post!?Forum: Reviews
In reply to: [WP Review Slider] Doesn’t work@ipatenu why? What do you mean?
Forum: Themes and Templates
In reply to: [Specia] Theme customiser not workingYes, I understand how to use the customiser, it’s fairly obvious, as per your video.
What I’m saying is whatever I type in the boxes does not appear on the live view!
I think you have a bug.
I have since deleted your theme and am now using another theme.Forum: Themes and Templates
In reply to: [Specia] Theme customiser not workingYes…done that! I’m pretty confident with WordPress.
None of your options in customiser output any content onto the home page
Thanks for quick response. I’ve emailed them.
Forum: Plugins
In reply to: [UpStream: a Project Management Plugin for WordPress] Edit user form fieldsSolved – another plugin was casing this behaviour.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] CSV import doesn’t work?Sorted! Removed header row in csv and used tabulation separation. Selected overwight mode to ensure data is updated.
Forum: Plugins
In reply to: [seoslides] Adopt Me QuestionsI’m looking for this functionality too…this has the potential to be a great plugin, shame it’s no longer supported.
Forum: Reviews
In reply to: [StudyPress] Doesn't work. PeriodYou have to create lessons with content and assign these to a course. Then use the shortcodes on the pages to view the content.
Forum: Themes and Templates
In reply to: [Zerif Lite] Latest news section – one category?Found the answer here: http://docs.themeisle.com/article/101-zerif-displaying-posts-from-a-specific-category-in-the-latest-news-section
- This reply was modified 9 years, 4 months ago by jmill23.
There’s an interesting solution here: https://www.sitepoint.com/client-side-form-validation-html5/
Could implement something like:
<input id="phone" type="tel" pattern="[0-9]+" required>This would at least limit to numerical…
Yes, but the browser is allowing me to enter text into a number field…this should flag an error on submit – should it not?
I’ve tested it on Chrome and IE on desktop and the browser is not validating the HTML5 tel field which should be normal behaviour. I have tested on my iPhone and it does work however.
I know there’s an input mask…but not much good if i’m outside of the US or the user inputs mobile numbers.I have a JS script that validates the string length and if the value is numerical or not. Is there a way to add this to the form?
- This reply was modified 9 years, 4 months ago by jmill23.
Not sure if this will be of use but try a plugin called profile builder. It has a shortcode where you can place a login form or widget anywhere. 🙂