John Huebner
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] PHP 7 CompatibilityThis is a false positive in the compatibility checker.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] PHP 7.x incompatibilityThe error is a false positive in the checker
Forum: Plugins
In reply to: [ACF Medium Editor Field] CSS WP UI designI like it, it will be in the next update. I just did an update to fix a bug in safari this morning and I don’t want to do another one already, they kind of frown on making updates too frequently. I have already made this change on the github repo and I’ll push this change to WP later this week.
Forum: Plugins
In reply to: [ACF Medium Editor Field] CSS WP UI designI tried this, and it worked fine as long as the toolbar was a single line. As soon as the buttons role over to a new line they cover the editor.
Forum: Plugins
In reply to: [seoslides] Adopt Me QuestionsUnfortunately, it appears that there is no one paying much attention at the moment. I would only consider this if I really need it and without this available I have to propose another option to the client so my interest in doing anything down this path is a limited in time and that time is quickly expiring.
Forum: Plugins
In reply to: [ACF Medium Editor Field] CSS WP UI designThis is a feature of Medium Editor, the engine behind the editor field and controls. If text is not selected the buttons are disabled. I believe that having the buttons always appear would be confusing to users as to why they don’t do anything. I have to choose between one annoyance or the other and since one of them would cause more confusion it’s the one I chose.
The other choice I have is the there will always be a gap equal to the button bar between the label and the editor field. I thought that this looked bad.
If I get enough people tell me they’d like to see it work another way then I’ll consider it. I put up an issue about this over on github here https://github.com/Hube2/acf-medium-editor/issues/12, if you have a preference then post what it is over there.
Forum: Plugins
In reply to: [ACF Medium Editor Field] CSS WP UI designI have just updated and added a new WP theme to the editor and made other changes so that it looks and feels a bit more like WP. Let me know what you think.
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpSorry, this really does not help me to understand what’s going on or give me any idea to help you figure it out.
The best I can offer is that this plugin can do what you want if there is a field submitted when completing the form that has some information in it that you can use to use in deciding where to send the email.
You will need to figure out what fields are submitted by the form.
You should be able to see all the fields that will be submitted by inspecting the code of the page using the inspection tool available in most browsers. If that fails to help you and if I was trying to figure this out I would turn of JavaScript submission for CF7 and I’d temporarily add code that looked something like this to the top of my page template.
echo '<pre>'; print_r($_POST); die;and then I’d submit the form to see what was submitted.
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpThis plugin will only work if the other shortcode you mentioned adds some type of field to be submitted. I don’t see the sortcode in the form code you posted.
You need to examine the HTML of the page where the form is displayed. Look at the fields in the form and see if there is a field that can be used. If it’s adding fields they will most likely be hidden fields and the only way you’ll see them is to look at the source of the page.
I don’t know what [_location] does, so I’m not really sure how to help you there.
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpA hidden field will work, it should be a hidden field.
Any field that is submitted in the $_POST array when the form is submitted will work, you just need to know what the form field name is.
Forum: Plugins
In reply to: [Dynamic Recipient for Contact Form 7] Issue Setting UpDoes the shortcode [_location] create a field in the form?
If it does then yes, please see the FAQ. You would supply the name of this field in
dynamic-mail-to-fieldsForum: Plugins
In reply to: [ACF Medium Editor Field] Anchor missing from ACF settings pageThis and some other problems should be fixed in the latest update. Let me know if you still see any issues.
Thanks
~JH
Forum: Plugins
In reply to: [ACF Medium Editor Field] Anchor missing from ACF settings pageThanks for the bug report.
It was probably just overlooked when making the change to using dashicons for the buttons. I’ll work on getting this updated later today.
Forum: Plugins
In reply to: [ACF Medium Editor Field] CSS WP UI designI plan to work on this, I would like to add a custom theme to make it blend in more with the WP admin https://github.com/Hube2/acf-medium-editor/issues/7. But currently you are limited to one of the existing themes https://github.com/yabwe/medium-editor/wiki/themes. Please see other notes about how to change to one of the existing themes.
Forum: Plugins
In reply to: [Account Engagement] Multiple Pardot Usersactually, no, one pardot account, multiple users. When I looked at the setting page I thought that it would be a problem, but I was wrong. I’m all set