Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter jordaniversen

    (@jordaniversen)

    Already had submitted a ticket, and they mentioned the Mix-n-match plugin as well, but that does not really fit the bill for what we need. The monthly/quarterly memberships will all be the same set of wines for their membership level for that given month/quarter so that we can purchase in correct quantities, have print material that goes out with the shipments that are going with the specific wines (tasting notes) and automatically bill the client which is key for sustaining wine club memberships.

    I just thought given the thousands of wineries out there that someone would have built a plugin or series of plugins that could address this. Would be great for more than wineries as well (all kinds of variable by the month club memberships).

    There are solutions out there like Vin65, but it starts out close to $600 per month for the things we would need, so I don’t mind paying some money up front, but those monthly costs will bleed you.

    If you have a specific facebook group that you think would be good to check out, I appreciate any info.

    Thanks for the reply.

    Thread Starter jordaniversen

    (@jordaniversen)

    Hi Robin,

    Thanks for the reply, I appreciate it! That custom hook for the display featured image is exactly what I needed. For anyone else needing to create a custom template page and reposition the breadcrumbs above the title in the featured image, this is the simple code added to the template:

    //* Reposition the breadcrumbs
    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
    add_action( 'display_featured_image_genesis_before_title', 'genesis_do_breadcrumbs' );

    Thanks again!

    Thank you for the response aristotel. Look forward to getting any updates we can so that I can notify my client of when they can expect this to be fixed.

    Cheers,

    Jordan

    Also note: after I reactivate it, if I click on the Calendar Feeds section, it automatically deactivates.

    Benjamin, if the plugin was working fine previously, and permissions for DB users have not changed (as specified by multiple people), it stands to reason that a change in your plugin architecture has caused this error.

    Additionally, the plugin activates for a window of time and works fine, but then it reverts to this issue.

    I am running a WP multisite with the regular calendar and the extended views addon. I tried both updating through WP as well as removing the plugin files via FTP and adding the latest version manually. Both have failed.

    Error details:

    #0 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/database/helper.php(283): Ai1ec_Database_Helper->_check_delta()
    #1 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php(281): Ai1ec_Database_Helper->apply_delta(‘CREATE TABLE wp…’)
    #2 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php(44): Ai1ecIcsConnectorPlugin->_install_schema()
    #3 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/registry/object.php(160): Ai1ecIcsConnectorPlugin->__construct(Object(Ai1ec_Registry_Object))
    #4 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/registry/object.php(108): Ai1ec_Registry_Object->initiate(‘Ai1ecIcsConnect…’, Array)
    #5 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/registry/object.php(204): Ai1ec_Registry_Object->get(‘calendar-feed.i…’)
    #6 /home/bargetto/public_html/wp-content/plugins/all-in-one-event-calendar/lib/event/callback/abstract.php(59): Ai1ec_Registry_Object->dispatch(‘calendar-feed.i…’, ‘cron’, Array)
    #7 [internal function]: Ai1ec_Event_Callback_Abstract->run()
    #8 /home/bargetto/public_html/wp-includes/plugin.php(601): call_user_func_array(Array, Array)
    #9 /home/bargetto/public_html/wp-cron.php(117): do_action_ref_array(‘ai1ec_cron’, Array)
    #10 {main}
    Request Uri: /wp-cron.php?doing_wp_cron=1452831374.4316849708557128906250

    Getting the same issue. This is a multi-site install, so I have multiple websites that all have calendar issues now. Worked just fine for the past year before the update and DB user should have full rights. I have the latest version of everything, so let me know what we need to do here.

    Thread Starter jordaniversen

    (@jordaniversen)

    Hi Ron,

    Thanks again for the reply. So I got some assistance from StudioPress (Thanks Nick), and they thought it was an issue with the enqqueuing as well and gave me the following code to add to the functions.php file:

    add_action( 'wp_enqueue_scripts', 'child_enqueue_scripts' );
    function child_enqueue_scripts() {
    wp_enqueue_script( 'jquery' );
    }

    This did the trick. I hope that helps out someone else in a similar situation.

    Thread Starter jordaniversen

    (@jordaniversen)

    Hi Ron, and thanks for the quick response.

    The thing is, if I add a form on a page, everything is working as it should be, so as far as a plugin conflict with Gravity Forms overall, there does not seem to be an issue.

    I have deactivated all the other plugins besides Gravity Forms and the Genesis Simple Hooks plugin, and still had the same issue.

    Where I run into the problem is when I add the forms via the Genesis Simple Hooks plugin. I have a small bit of PHP code that states if it is not a landing page, execute gravity form shortcode. That is all working properly. It is the input masking that is not working, unless you access one of the forms on a regular page, then everything is just fine, so it seems like it is specific to this plugin, but please correct me if I am wrong.

    Thanks again,

    Jordan

    Hi There,

    I wanted to check in regarding the recommendations received attribute. I installed the plugin and created credentials for Linkedin and went ahead and left the default field settings for the plugin. Everything appeared great except for the recommendations part. I received the following error:

    Warning: Invalid argument supplied for foreach() in /home/projectv/public_html/website/wp-content/plugins/wp-linkedin/templates/profile.php on line 83

    Additionally the shortcode [li_recommendations] did not appear to produce anything. The client I am using this plugin for only has 1 recommendation currently, so it may be that they need more than 1 recommendation to make these features work, but I thought I would try to see if you have run into this issue yet.

    Cheers,

    Jordan

    Thread Starter jordaniversen

    (@jordaniversen)

    This only seems to occur if I check the “create post for event” box as well.

    Tried to install it and got an error:

    Parse error: syntax error, unexpected ‘<‘ in /WWW/xxxxxxx.com/wp-content/plugins/WP3Gallery/wp3_gallery.php on line 10

    I have a jQuery Lightbox plugin installed as well that makes use of the native gallery, not sure if there will be a conflict, but this error seems more like a bad tag structure.

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