Support

Home Forums Event Espresso Premium license key problem

license key problem

Posted: July 3, 2014 at 4:33 am

Viewing 5 reply threads


Adam Drelich

July 3, 2014 at 4:33 am

hi there,
i’ve logged in to my site and now it says that in the dashboard:

You have the correct Site License Key for Espresso Json Api but your current membership access only allows for automatic upgrades on one domain. Please log into your account to manage your Site License Keys or purchase a support license now.

on eventespresso it all looks ok. it says Active on: dobuytickets.com
on the site

what should i do?

thanks,
Adam


Dean

July 3, 2014 at 6:44 am

Hi,

What version of the JSON API addon and Event Espresso are you using?


Adam Drelich

July 3, 2014 at 6:56 am

hi Dean,
thanks for your prompt reply!
i’m using
Event Espresso Version 3.1.36.5.P and i’ve just updated Event Espresso API Plugin to Version 2.1.2.P which seems to sort out the issue as i don’t get that message anymore.

while i have you here.. i’m using a premium template which have a custom post type ‘portfolio’ http://artbees.net/themes/jupiter-demo/portfolio-four-column/

would that be possible to do it, so when i add an event and use ‘create a post’ option, it’d create a portfolio item opposed to a post?

thanks,
Adam


Dean

July 3, 2014 at 7:29 am

Hi,

Glad that the update resolved it.

In answer to your other question (which in future would be better made on a separate forum thread), it is possible but only by changing one of the core files, so updates would over write the changes.

If you are ok with that then you can edit /wp-content/plugins/event-espresso/includes/admin-files/event-management/new_event_post.php

Change line 35 which reads:

        $post_page_array = array(array('id' => 'post', 'text' => __('Post', 'event_espresso')));

change that so the post becomes the slug of the portfolio custom post type and Post becomes Portfolio.

Please note that the slug may or may not be portfolio, for example in the theme I tested with it is called ‘portfolio_item’.


Adam Drelich

July 3, 2014 at 8:39 am

hi,
my portfolio slug is portfolio-posts. i’ve changed linke 35 to:

<pre class=”brush: php; gutter: true; first-line: 1; highlight: []; html-script: false”>$post_page_array = array(array('id' => 'portfolio-posts', 'text' => __('Post', 'event_espresso')));

but it doesn’t add any portfolio items.

any ideas why?


Josh

  • Support Staff

July 3, 2014 at 12:09 pm

Hi Adam,

Your theme was designed to create portfolio items, and it has registered the portfolio post type. Dean’s suggestion may be a start at converting the theme’s post types to be events instead, but I can imagine there would be more involved (like changing the post type templates too). You could try contacting the theme author to find out what code needs to be changed within the theme to make this happen.

A simpler option would be to set up the theme to display the Espresso Events post types instead of trying to showhorn Espresso Events into Portfolio items. Here’s a link to our documentation that outhlines how to use Event post types in Event Espresso 3:

https://eventespresso.com/wiki/custom-post-types-basic-setup/

Viewing 5 reply threads

The support post ‘license key problem’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso