Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter memtee

    (@memtee)

    Found – in the ccs for
    .recent-post-slider .wp-post-date::after { background: #e96656; bottom: -4px;content: "";height: 2px; left: 0; margin: auto ; position: absolute; width: 50px; z-index: 1;}

    Thread Starter memtee

    (@memtee)

    When I use this shortcode:

    [gdoc key="https://docs.google.com/spreadsheets/d/1amMzEK1RxAFN5MxHh0OB-fj96-UuYfpAqbGRY2x4H14/edit?usp=sharing" class="no-datatables" query="SELECT B, L WHERE M = 'TAP'"]

    I get this error message:

    {"version":"0.6" 
    
    status:"error" 
    
    errors:[{"reason":"invalid_query" 
    
    message:"INVALID_QUERY" 
    
    detailed_message:"Invalid query: PARSE_ERROREncountered \u0022c2c\u0022 at line 1 
    
    column 40.\nWas expecting one of:\n \u003cEOF\u003e \n \u0022group\u0022 ...\n \u0022pivot\u0022 ...\n \u0022order\u0022 ...\n \u0022skipping\u0022 ...\n \u0022limit\u0022 ...\n \u0022offset\u0022 ...\n \u0022label\u0022 ...\n \u0022format\u0022 ...\n \u0022options\u0022 ...\n \u0022and\u0022 ...\n \u0022or\u0022 ...\n "}]}

    The site is behind a firewall so I can’t send a link.

    We get this too. Has been happening for a few weeks now. Only seems to happen in IE. Most of our business uses IE though.

    Thread Starter memtee

    (@memtee)

    Thanks for the tips. Testing out the shortcodes option before adapting it to a template. Works well. We can populate page with 12 month calendar for a specific category and current / specific year.

    But, for this template alone, would like to remove the calendar back / previous navigation. What are your recommendations? Should we create an alternate calendar page via php and customise that, then call it, or is there a shortcode parameter we can use?

    Thread Starter memtee

    (@memtee)

    Success! Thanks again.

    Thread Starter memtee

    (@memtee)

    Thanks. We’ve uploaded the plugin as a zip and activated it. We’re getting closer. Now get the message: “Basic Configuration is Missing. You have to configure the page where successful submissions will be redirected to.”

    We have put the config.php file in the plugin folder and the parameters are the same as those provided above. Does the config file need to go somewhere else? The main EME plugin folder?

    Thread Starter memtee

    (@memtee)

    Thanks for getting back to us so quickly. We followed these instructions.

    1. Created a folder called “events-made-easy-frontend-submit” containing (1)events-made-easy-frontend-submit.php, (2) emefs.js, (3) templates — with: form.php, style.css, style.internal.css, (4) config.php
    2. The folder was put in: plugins/events-made-easy/extras/plugins/events-made-easy-frontend-submit (although all the files were already here on plugin install). We originally put the folder in “./wp-content/themes/your-current-theme/events-made-easy-frontend-submit/”, but that didn’t work.
    3. The config.php file is inside of this folder. It reads:
    4. <?php
      $config['success_page'] = 2300;
      $config['auto_publish'] = STATUS_PUBLIC;
      $config['public_submit'] = true;
      $config['public_not_allowed_page'] = 2301;
      ?>
    5. We placed the shorcode [submit_event_form] on a page, but can’t get the frontend form to display. All other forms and EME customisations work fine.

    What are we doing wrong? We are using a child theme on a multi-site install.

    Thread Starter memtee

    (@memtee)

    Have found the answer: <a href="#_ICALLINK">Add to Outlook</a>

    Thread Starter memtee

    (@memtee)

    Thanks for the help. We’ve customised the shortcode so users can subscribe to the calendar. We’ve used the #ICALLINK on the default single event format. But, it displays as ICAL. How can we customise “ICAL” to read as: “Add to Calendar” or something similar at the bottom of each event?

    We have this question also. If you work out how to do a full text search on Participants Database, we’ll be very grateful.

    Thread Starter memtee

    (@memtee)

    Marked this as resolved. Found the answer here:

    In your shortcode you can now do something like this:

    [pdb_list orderby=”last_name,first_name”]

    You can also determine the “direction” of the sort on more than one field:

    [pdb_list orderby=”date_recorded,last_name” order=”desc,asc”]

    That will sort by date in descending order, and then by last name in ascending order.

    You can have as many fields in the sort as you want, and they get sorted in the order given. The default sort order is ascending.

    Thread Starter memtee

    (@memtee)

    Awesome assistance. Thanks. Will remove the Hide field and will wait for an update release though due to nature of our system, and that we’re getting a number of signups, who want to see their record and edit it immediately without admin intervention. Cheers guys.

    Thread Starter memtee

    (@memtee)

    Thanks for all the assistance. We’ve gone back to the “hide!yes” because “hide=No|hide!” displays records tagged hide=yes and hide=no, but still doesn’t display new signups without admin intervention. Think we’ll wait for a future release and progress with manual assistance to display records.

    Thread Starter memtee

    (@memtee)

    Thanks for all the assistance. We’ve followed the filter shortcode setting for “hide!yes”, and understand the default value for fields that are not present in the signup form are not saved with new records that are created with that form. We can display records that have No in the hide field, but still need to manually go into new records and select the “no” option. Is there any way we can avoid this extra admin step?

    Thread Starter memtee

    (@memtee)

    Just to follow up. The default “no” from the radio button is being passed to the record in the admin “Add Participants”, but not to the individual records. It displays “List Participants” page, which captures self sign-ups, but these individual records still don’t capture the value.

Viewing 15 replies - 1 through 15 (of 20 total)