memtee
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Remove red underline from AuthorFound – 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;}Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Error using Where queryWhen 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.
Forum: Themes and Templates
In reply to: [Responsive] White flash between page loads?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.
Forum: Plugins
In reply to: [Events Made Easy] 12 months calendar on one pageThanks 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?
Forum: Plugins
In reply to: [Events Made Easy] Front end submissionSuccess! Thanks again.
Forum: Plugins
In reply to: [Events Made Easy] Front end submissionThanks. 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?
Forum: Plugins
In reply to: [Events Made Easy] Front end submissionThanks for getting back to us so quickly. We followed these instructions.
- 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
- 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.
- The config.php file is inside of this folder. It reads:
- 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.
<?php $config['success_page'] = 2300; $config['auto_publish'] = STATUS_PUBLIC; $config['public_submit'] = true; $config['public_not_allowed_page'] = 2301; ?>What are we doing wrong? We are using a child theme on a multi-site install.
Forum: Plugins
In reply to: [Events Made Easy] ICAL – how does the shortcode workHave found the answer:
<a href="#_ICALLINK">Add to Outlook</a>Forum: Plugins
In reply to: [Events Made Easy] ICAL – how does the shortcode workThanks 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.
Forum: Plugins
In reply to: [Participants Database] Orderby for multiple fieldsMarked 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.
Forum: Plugins
In reply to: [Participants Database] Hiding RecordsAwesome 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.
Forum: Plugins
In reply to: [Participants Database] Hiding RecordsThanks 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.
Forum: Plugins
In reply to: [Participants Database] Hiding RecordsThanks 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?
Forum: Plugins
In reply to: [Participants Database] Hiding RecordsJust 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.