Posted: July 3, 2014 at 4:33 am
|
hi there, 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 what should i do? thanks, |
|
Hi, What version of the JSON API addon and Event Espresso are you using? |
|
hi Dean, 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, |
|
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’. |
|
hi, <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? |
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/ |
|
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.