wordmax
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Is there a master list of commonly used wp snippets?Is there somewhere users of cloud platform can suggest features or see a public wish list most requested features/road map? There are some features missing that would improve the UI.
Forum: Plugins
In reply to: [Code Snippets] Are you taking away features once offered for free?You could try putting a Paypal, Stripe, Square donation button snippet example on the plugin so people can make it easy to implement but also you could use the opportunity to get donations to support the free plugin development. 😊
Forum: Plugins
In reply to: [Code Snippets] Are you taking away features once offered for free?Looks like some interesting stuff… maybe a non-subscription option so people can logon cloud and pay $ for x days access to export bundles, or advanced access… etc. In many cases I avoid monthly subscriptions and would rather pay for 7 or 30 day access.
Forum: Plugins
In reply to: [Code Snippets] Are you taking away features once offered for free?Ok, thanks. p.s. sorry I thought I put inline code w/ no links on the example of output for form below the following line in that reply above… see gray box w/ code just below following line…
“You can see the resulting html output view source code below…”
Do me a favor and remove any active links ../wptest/… in that code sorry I copied pasted did not realize. I would, but it’s been too long since posted so can no longer edit. Thank you.
Don’t wanna share url via public. I’m using the exact shortcode format as suggested in the support/FAQ page on your site documentation.
https://www.thenewsletterplugin.com/documentation/subscription/subscription-form-shortcodes/
An easy example of how to use shortcodes is the following, where lists are shown as a dropdown with a personalized label:
[newsletter_form lists_field_layout="dropdown" lists_field_empty_label="Select..." lists_field_label="Our topics” /]We just changed our topics to sale dates for testing out to promote special sale days…
You can see the resulting html output view source code below…
<div class="tnp tnp-subscription "> <form method="post" action="../wpdemo/?na=s"> <input type="hidden" name="nlang" value=""> <div class="tnp-field tnp-field-firstname"><label for="tnp-1">First name</label> <input class="tnp-name" type="text" name="nn" id="tnp-1" value="" placeholder="" required=""></div> <div class="tnp-field tnp-field-surname"><label for="tnp-2">Last name</label> <input class="tnp-surname" type="text" name="ns" id="tnp-2" value="" placeholder="" required=""></div><div class="tnp-field tnp-field-email"><label for="tnp-3">Email</label> <input class="tnp-email" type="email" name="ne" id="tnp-3" value="" placeholder="" required=""></div> <div class="tnp-field tnp-lists"><select class="tnp-lists" name="nl[]" required=""><option value="" selected="" disabled="">Select...</option><option value="1">Aug 15 2024</option><option value="2">Sept 15 2024</option><option value="3">Oct 15 2024</option></select></div><div class="tnp-field tnp-field-button" style="text-align: left"><input class="tnp-submit" type="submit" value="Register" style=""> </div> </form> </div>specifically…where is the label value?
<div class="tnp-field tnp-lists"><select class="tnp-lists" name="nl[]" required=""><option value="" selected="" disabled="">Select...</option><option value="1">Aug 15 2024</option><option value="2">Sept 15 2024</option><option value="3">Oct 15 2024</option></select></div>see updated screenshot there is no label showing above the list dropdown
View post on imgur.com
I don’t know how to be any more clear than this. It should be easy to duplicate if it’s not some random issue on my server/end. Thanks
Sorry, never mind. We deactivated and reactivated the plug in and add Ons and now I see that there’s an import export in the list of options on the left hand side wordpress admin dashboard under newsletter. By the way it might be nice to have a column that has the name of the list in it when you export to CSV that way if you export all lists together you would have a column that shows the name of the list for each row.
Just want only the customer’s input entered on custom field to be exported. The column heading already says “Custom Field” so that’s fine. We don’t need the custom field NAME be exported as well for every payment. Maybe you could put a check mark on/off to export custom field name or not. Thanks
Maybe useful regarding how field names vs id are treated, not sure:
https://css-tricks.com/html-inputs-and-labels-a-love-story/
- This reply was modified 1 year, 9 months ago by wordmax.
Forum: Plugins
In reply to: [Open User Map] Let User Edit Location Marker InfoThis feature is kind of a big deal to have if this is being used as a crowd-source mapping utility. Let users edit/update locations and/or let other users flag outdated/wrong/bad locations with notes that get sent to admin/editor when flags are submitted. Other plugins may have a flag feature (craigslist type) where admin can set X# of user flags on a location before the status is changed back to unpublished. So this type of thing is a very basic feature required to maintain quality control of data accuracy up to date info.
The edit/flag location ability is what would set this plugin APART (big selling point) from the 100 other map plugins where people can submit locations.
One option is to allow original user to update original location they submitted is to send a token expiring link to the email address they specified when they submitted location. So this way they don’t need to login to the site… they can choose when submitting location if they want to be notified of updates to the location via email, receive invites to update the location from admin, etc…
The flag location option would be useful for locations where people who originally submitted them have not much interest in maintaining location updates… so this way other users of the map can simply flag them to let admin know of needed updates or if listing is bad/wrong.
- This reply was modified 1 year, 9 months ago by wordmax.
Oh, yes we figured out how to turn off the TAB for popup maker on the editor controls… but can we just turn it off all together so we never see it on the right side in the editor controls list (expand/collapse rows on right) or at least make it always show up last on the list? Some plugins like Spectra or Stackable will take priority over popup maker forcing it to the last item on the list, but Gutenberg default does not… so popup maker takes priority in list order over gutenberg block style options. That seems wrong. Might want take a look and see what I mean. This is a turn-off for users I think. Thanks
- This reply was modified 1 year, 9 months ago by wordmax.
This would be very useful feature. See this github project it has everything you may need to integrate YouTube background URL feature functionality…
https://github.com/stamat/youtube-background
You should pass this on to your dev team.
- This reply was modified 1 year, 9 months ago by wordmax.
You can see something like this for example… how to add user role for the plugin…
Your competing plugins like Otter blocks and Stackable have a feature where user can specify video start time (like 00:00) and end time (like 1:30)… so probably would be a good idea for you guys to add that option as well. Keep your loyal users. Thanks
Forum: Plugins
In reply to: [WP Google Review Slider] Can’t create new templates after 14.2 updateOk, cool. Looks like v14.4 fixed the issue. Now can create/edit/save templates and the one review on mobile slider is working nicely. Thanks! Great plugin.