Forum Replies Created

Viewing 15 replies - 481 through 495 (of 564 total)
  • Plugin Author John Huebner

    (@hube2)

    1.2.0 corrects this

    Plugin Author John Huebner

    (@hube2)

    Recent update 1.1.0 corrects this

    Plugin Author John Huebner

    (@hube2)

    I just tried using the code you posted it worked for me.

    The field that you created is not required so should not cause a validation error.

    What validation error did you get?

    Thread Starter John Huebner

    (@hube2)

    For anyone that is also looking at this. You can mostly fix the problem with the tag generator page by removing the “hidden” class from the main div for the pane and changing it to “control-box”

    The old tag would look something like this:
    <div id="wpcf7-tg-pane-<?php echo $type; ?>" class="hidden">

    and the new one looks something like this:
    <div class="control-box">

    Like I said, changing the class will at least make it work in 4.2 of CF7 and it will still work for older versions. This will allow you to make it work while, like me, you work on bringing it completely up to what the way the tag panes in CF7 work now.

    Plugin Author John Huebner

    (@hube2)

    There was no issue with this plugin, but I was being save since my other 2 CF7 plugins were broken. This one does not have a tag generator pane so there was nothing to break.

    Plugin Author John Huebner

    (@hube2)

    I have made some changes to the plugin so that it will work with the newest version of CF7 (4.2) It is not 100%, the tag generator pane does not have all the features that the new CF7 has but I also wanted to make sure it was still compatible with older versions of CF7. I will need to look into this further to bring it completely up to date without breaking it for previous versions.

    Plugin Author John Huebner

    (@hube2)

    I have made some changes to the plugin so that it will work with the newest version of CF7 (4.2) It is not 100%, the tag generator pane does not have all the features that the new CF7 has but I also wanted to make sure it was still compatible with older versions of CF7. I will need to look into this further to bring it completely up to date without breaking it for previous versions.

    Forum: Plugins
    In reply to: [Blunt Cache] Memcached
    Plugin Author John Huebner

    (@hube2)

    To answer this question, after doing some research, there is no reason that this plugin should not work with memcached.

    Although, I’m not sure that this plugin will increase the speed of a site that is already using memcached. From what I’ve read memcached will store the cache for longer periods so adding this plugin on top of that may just create extra work that is never used.

    The only time that the addition of this plugin would be useful is if the cache expiration set up in this plugin is longer than the expiration time of memecached. Otherwise you’ve done an extra DB query to store an object in the database that will be expired by the time it’s ever needed again.

    Forum: Plugins
    In reply to: [Blunt Cache] Memcached
    Plugin Author John Huebner

    (@hube2)

    Sorry, I did not see this when you posted it, but to be honest, I don’t know, I’ve never used it. This plugin caches data using the WP transients API.

    Plugin Author John Huebner

    (@hube2)

    Since I have not heard back on this I’m going to go ahead and close this topic. If you have specific questions I can help you with just open a new one.

    Plugin Author John Huebner

    (@hube2)

    What kind of working example are you looking for?

    The page I link to in the WP Codex http://codex.wordpress.org/AJAX_in_Plugins give a pretty in-depth explanation of using AJAX in WP. The only real difference is that instead of using JQuery for the requests you use the scripts in this plugin. I think my documentation pretty well covers calling my script to make a requests.

    I do plan at some point to put a basic tutorial together, but that requires time to kill which is something that is currently in short supply.

    If you have specific questions on how to do something I will do my best to answer them.

    Currently the best working example of this plugin being used is in one of my other plugins which can be found here: http://parasrch.jayaitch.com/

    Thread Starter John Huebner

    (@hube2)

    Don’t know if you’ve ever used ACF. It’s quite frustrating when you spend hours planning out a custom field group, adding complicated fields and logic and hit update only to see all your hard work disappear. The most frustrating thing about it is that you know why it happened, because you forgot to change a stupid PHP setting when you set up the site.

    ACF fields are added using JS, so this is a perfect solution. I read the description of this plugin and immediately tested it with ACF. This plugin will likely save me a lot of time in the future as well as saving my hair 🙂

    I have also posted a comment about this on the ACF site forums. This issue is one of the most asked questions over there… “My fields aren’t saving!”

    Thread Starter John Huebner

    (@hube2)

    So this is definitely something to do with gmail. I sent to email to another email address that is not gmail and the reply-to works perfectly. Ya gotta love google, after all, they are smarter than the rest of us.

    Thread Starter John Huebner

    (@hube2)

    It’s gmail. I’m thinking that it has something to do with using my own email address to send from and to and for some reason gmail is deciding on doing something different than it should be doing.

    If anyone has some suggestions let me know, I’m going to try to set up a different email in SMTP if I can get one and see if that changes anything.

    Thread Starter John Huebner

    (@hube2)

    But it’s not working. When I hit reply to the email I’m replying to myself instead of the email address entered into the form.

    Looking at the email I’m getting, reply to is being set in the headers, so I’m lost:

    Why doesn’t it reply to the Reply-To address when I hit reply, instead I’m replying to myself.

    Here are the email headers, just in case (my details have been changed)

    Return-Path: <myemail@gmail.com>
    Received: from http://www.mysite.com([XX.XXX.XX.XX])
    by mx.google.com with ESMTPSA id y2sm14997529oei.1.2015.02.19.09.02.25
    for <myemail@gmail.com>
    (version=TLSv1 cipher=RC4-SHA bits=128/128);
    Thu, 19 Feb 2015 09:02:26 -0800 (PST)
    Date: Thu, 19 Feb 2015 17:02:50 +0000
    Return-Path: <myemail@gmail.com>
    To: myemail@gmail.com
    From: Me <myemail@gmail.com>
    Subject: Testing Contact From 7
    Message-ID: <181be9822fd87aa5c88db24f7008016a@www.ssird2.com.php53-16.dfw1-2.websitetestlink.com>
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
    Reply-To: bobofet@starwars.com
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit

    From: Bobofet <bobofet@starwars.com>
    Subject: Testing Contact From 7

    Message Body:
    test

Viewing 15 replies - 481 through 495 (of 564 total)