SMCo Thirft Mods
Mods for the SMCoThrift Elementor-powered website.
by Michael Wender · github.com/mwender/smcothrift-mods · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mwender/smcothrift-mods/archive/refs/heads/master.zipModifications for the SMCoThrift Elementor-powered site.
Description
Setup:
- Run
npm install. - Be sure to set your
proxy_urlinsidepackage.json. - When developing, run
npm run devto load your site with BrowserSync. - Build your CSS for production by running
npm run prod.
Installation
Install/Activate the plugin as you would any other WordPress plugin.
Changelog
1.8.1
- Testing for multiple form IDs when checking if we should load
pricing-form-button-text-switcher.js.
1.8.0
- New Pricing and Sign Up form wholly contained within GravityForms.
1.7.1
- Removing "Account/Routing No." fields from GravityForm #8.
1.7.0
- Saving GravityForms JSON to
/lib/gf-json/via the Power Boost for GravityForms plugin. - Server-side override for GravityForms ID 8 on smcothrift.com: setting custom total.
- Using
wpvars.formIdin/lib/js/pricing.jsfor clarity. - Pricing updates for SMCoThrift and ThriftTrac.
1.6.4
- Responsive layout for SMCo Thrift pricing form.
1.6.3
- Specifying width of 100% for first column of ThriftTrac and ThriftPoints pricing forms.
1.6.2
- Specifying width of 100% for second column of ThriftTrac and ThriftPoints pricing forms.
1.6.1
- Updating SASS build process in
package.json. - Mobile styling for ThriftTrac pricing form.
- Mobile styling for ThriftPoints pricing form.
1.6.0
- Updating pricing of "In-Store Digital Display/BrightSign" to reflect $100/month for first sign and $50/month for each additional.
- BUGFIX:
pricing.thriftpoints.jswas not respecting theperLocationsetting in thepricingobject. - Switching names of
shortcodes.thrifttrac.phpandshortcodes.thriftpoints.phpto match the contents of each file. - Updating NPM modules.
1.5.2
- Changing "ThriftTrac" to "ThriftPoints" on pricing form.
1.5.1
- Adjusting Gravity Forms field label margins.
1.5.0
- Updating "Bundle and Save" copy.
- Email Marketing additional audiences cost $800/audience unless it's the Complete Management package. Then it's $500/additional audience.
1.4.1
- Adding "Bundle and Save" note for ThriftPoints pricing and sign up.
- Enqueuing jQuery because it wasn't getting enqueued early enough otherwise (strange?).
1.4.0
- Updating ThriftPoint pricing.
1.3.1
- Updating NPM packages.
1.3.0
- Adding ThriftTrac pricing form.
1.2.0
- Updates for SMCo Thrift Elementor powered site.
1.1.2
- Defaulting Affiliate Partners option to
Silverpackage and removing options.
1.1.1
- Adding option to click Elementor Pricing Table buttons and pre-select an Affiliate Partner option.
1.1.0
- Adding "Affiliate Partner" option to Pricing Form.
1.0.1
- Removing _global.scss from main.scss compile.
1.0.0
- Initial release.
0.2.0
- Adding
uber_log()for enhanced error logging/debugging.
0.1.0
- Initial release.