alexmkubik
Forum Replies Created
-
Forum: Plugins
In reply to: [Post My CF7 Form] Unexpected ErrorI stand corrected. That code came from an example here in the forum, and also appears on stackexchange a few times. So for anyone fishing like I was, check the code before you borrow-copy-paste.
Forum: Plugins
In reply to: [GEO my WP] Update location with CPTOK, I had done those.
I just saw that since the form submits post as a draft, it doesn’t run the script. Once I publish, the script runs perfectly.
Thank you!
Forum: Plugins
In reply to: [Post My CF7 Form] Unexpected ErrorPROGRESS:
SO the auto-generated hook is missing a close parenthesis in each isset…
if(isset($formdata[])){
One to close the if, another to close the isset.
Now I can at least test.
I wish someone would answer this. It’s hard to shell out $ for the paid version when they can’t even get the free version to work…
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF Google Map Lat LngFigured it out…
[array "name of map field'][lat][/array]
Anything better?
- This reply was modified 7 years, 11 months ago by alexmkubik.
Forum: Plugins
In reply to: [Ultimate Addons for SiteOrigin] Latest Update breaks TabsAlthough, if you use the inline widget styling options to change from defaults, it seems to go back to more normal without so much help.
Forum: Plugins
In reply to: [Custom Content Shortcode] Trouble with "load" and web…Marking resolved!
Forum: Plugins
In reply to: [Custom Content Shortcode] Trouble with "load" and web…Great! Awesome!
Forum: Plugins
In reply to: [Custom Content Shortcode] Visual Editor Strips ShortcodesPS – I’ll mark resolved.
Forum: Plugins
In reply to: [Custom Content Shortcode] Visual Editor Strips ShortcodesI have simply been using “Widgets on Pages” plugin, place the widget in the post/page, and place my code in a text widget in that area. I like the RawHTML plugin idea.
I was just wondering if there was some simpler method I was missing.
Forum: Plugins
In reply to: [Custom Content Shortcode] Visual Editor Strips ShortcodesWell, when using Visual Composer, I have this issue in Text Block widgets. In RawHTML widgets, the shortcodes do not fire at all.
However, I was referring to when using the shortcodes NOT in widgets, I was simply referring to the main visual page/post editor. In “Text” view it’s fine. Whenever i switch to editing in the “Visual” tab, it breaks.
Forum: Plugins
In reply to: [Theme My Login] After registration redirect breaks admin emailI found another way around. I added my own redirect via the Redirection plugin.
Not so elegant. It would be nice to have this as an aoption under the “Redirection” module… So there would be “Login”, “Logout”, and “Registration”.
Also would be cool to have the ability to edit the Approval message from the TML menu options.
Forum: Plugins
In reply to: [Theme My Login] Custom User meta in Admin approval emailResolved
Forum: Plugins
In reply to: [Theme My Login] Custom User meta in Admin approval emailPlayed a bit more, and can confirm, user custom fields added with ACF CAN simply be added using % brackets. This plugin rocks!!!
Forum: Plugins
In reply to: [Theme My Login] Custom User meta in Admin approval emailI found I was able to get user_firstname to work… There was a lingering error that had broken the admin email, and after uninstall/reinstall, I can get those fields to work.
But what about custom fields? Anyone have thoughts on those?