devon
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Converting old 'event' CPT to Event OrganiserIt worked! Thanks so much Stephen!
Forum: Plugins
In reply to: [Event Organiser] Converting old 'event' CPT to Event OrganiserI’m just now getting back to this. Here is the code I had been playing with: https://pastebin.com/tgwYnm98.
The idea is to only run through the
eo_update_event()
function once, on plugin activation. But I’m not getting any response. I added a test function to double-check the data being returned, and it’s an array of post objects as expected.I know I’m overlooking something, but I just can’t put my finger on it.
Any help or insight would be appreciated ??
Forum: Themes and Templates
In reply to: [Mantra] Social icons always activatedI’ve got the same problem after updating from 2.3.2 to 2.3.3.
same here.
Forum: Plugins
In reply to: [Theme My Login] TML 6.3.7 and BuddyPress 1.7.1Thanks, this resolved my issue. I guess I don’t really need the Themed Profile option activated if I’m using BuddyPress anyway ??
Forum: Plugins
In reply to: [Event Organiser] Event Organiser and WPTouch ProThe day after I posted this, WPTouch Pro 3 was released. I had to modify all of my mobile templates, but now the event data is all displayed as expected.
Forum: Plugins
In reply to: [Event Organiser] Event Organiser and WPTouch ProOne thing I forgot to mention – if I add this code to my mobile event template:
<?php print_r( eo_get_the_occurrences_of( $post->ID ) ); ?>
The array prints the expected info:
Array ( [19] => Array ( [start] => DateTime Object ( [date] => 2013-04-26 00:00:00 [timezone_type] => 3 [timezone] => America/New_York ) [end] => DateTime Object ( [date] => 2013-05-01 23:59:00 [timezone_type] => 3 [timezone] => America/New_York ) ) )
Forum: Plugins
In reply to: [Gecka Submenu] "Current page's top parent" option doesn't work with 3.5Works again, thanks!
Forum: Plugins
In reply to: [Widget Content Blocks] text not saving with new wordpress updateThe Visual tab doesn’t work at all for me…
Based on comments from werewolf on the Force.com Discussion Boards, the Campaign field is “not available to the API and it’s only really intended for Web To Lead.”
Looks like we’ll need to continue using the Gravity Forms Salesforce Web to Lead Add-On for now. Bummer.
I’m having the same problem – and I don’t know if this helps, but I found this info in the Salesforce API docs for the Campaign object (“Usage” at the bottom of the page):
The Campaign object is defined only for those organizations that have the marketing feature enabled and valid marketing licenses. In addition, it is accessible only to those users that are enabled as marketing users. If the organization does not have the marketing feature or valid marketing licenses, this object does not appear in the
describeGlobal()
call, and you can’t usedescribeSObjects()
orquery()
with the Campaign object.The plugin uses the
describeSObject()
call (salesforce-api.php, line 563) to show the available fields for mapping.Based on the info from the API docs, I’m guessing that the Campaign ID field should show up if you have the marketing feature or valid marketing licenses and are using an enabled marketing user account.
Forum: Plugins
In reply to: [Image Widget] Image Widget esc_attr() function misplacedThanks! I updated this morning, and it works as expected!