Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • That is almost laughable given the widespread usage of Ninja Forms. I am assuming you had to do what I did and manually migrate the Ninja tables or did you just try a different plugin for forms. It may come to that for me given the few solid options for Migrate Pro.

    To your point… Not encouraging. I really appreciate the quickly reply 🙂

    Same problem here. Did you have any luck you could share?

    Thread Starter Q2Tech

    (@q2tech)

    I took a look at the solution you mentioned and you nailed it. I replaced the line in question in “class-tgm-plugin-activation.php” and the bulk install works as it should. I haven’t experienced any other fallout but I suppose that is possible. If you have any other concerns or advice I’d appreciate.

    Again thanks for the quick response,
    Jeffrey

    Thread Starter Q2Tech

    (@q2tech)

    For clarification I am currently running php version 5.5.12

    Thread Starter Q2Tech

    (@q2tech)

    That makes sense. I can just as easily bump up my php version as well. Do you happen to know the oldest version that would work adequately with the Plugin?

    I do appreciate the prompt replies. Even before your insight I was committed to buying the Lifer License on this plugin. The management and accessibility of my plugin collections, even sans the bulk install option, is worth it’s weight in gold.

    Thank you,
    Jeffrey

    Thread Starter Q2Tech

    (@q2tech)

    I’ll run this up on a stage server and see if there is any difference. I am starting to worry there could be a timing out issue locally but that is just a guess. If indeed this is specific to my wamp then no big deal as installing the list one at a time from the managed collection is still more efficient then my current process. I’ll get on testing this on a stage setup and update.

    Thank you

    Thread Starter Q2Tech

    (@q2tech)

    Yes it is a fresh install. Just default plugins and using TwentySeventeen theme. I would note that this is on a local wamp environment.

    Thread Starter Q2Tech

    (@q2tech)

    Peter,

    Thanks for the assistance. That did in fact fix the issue. I am not sure why Genesis had this displaying as “none” but now i will at least have some insight for the future.

    This is a great plugin. Much Thanks.

    Regards,
    Jeffrey

    Thread Starter Q2Tech

    (@q2tech)

    Peter,

    Thanks for the reply and you are so right. The word “break” does not help at all in defining the issue lol.

    EVERYTHING functions as it should except…. as we shrink the window (computer or phone etc) down to 755px or less the menu items themselves disappear. The menu exists but it is just blank. The Menu Title stays intact and everything else functions as it should.

    It is baffling me as to what is causing this. If you need screenshots let me know. you can see it in action if you pull the link up in a Responsive test browser and slide the window under 755px or so.

    http://stage.vielibra.com

    Thanks,

    Jeffrey

    Thread Starter Q2Tech

    (@q2tech)

    I figured as much but thanks for the confirmation on that.

    So as I am attempting to use a custom template to deal with this would you agree the template I am using (pdb-list-default.php) will get the job done?

    I am guessing i need to inject an email specific snippet within this:

    =====================================================================
    <tbody>
    <?php while ( $this->have_records() ) : $this->the_record(); // each record is one row ?>
    <tr>
    <?php while( $this->have_fields() ) : $this->the_field(); // each field is one cell ?>

    <td class=”<?php echo $this->field->name ?>-field”>
    <?php $this->field->print_value() ?>
    </td>

    <?php endwhile; // each field ?>
    </tr>
    <?php endwhile; // each record ?>
    </tbody>

    =====================================================================

    Can i just echo the field from the recordset and either use CSS or IMG SRC to turn the record’s email link into an icon?

    Just want to make sure I am at least on the right path here 🙂

Viewing 10 replies - 1 through 10 (of 10 total)