Pastor Walt Mayhew
Forum Replies Created
-
I have multiple pop ups on this page using popup maker. Is there a limit?
While there may be other java scripts running I am not intentionally running any others. Is there any easy way to check?
I love this product.
Thanks for the assistance.
P. W.
Angelo,
This is actually taking place inside a PHP program. I am using the echo command to format the output as specified in your documentation. See below.
I thought I would use a PHP IF command to interrogate the data, create a PHP field with the output data named $childcare and then simply add the field to the output stream appropriately. I am just not sure how to reference the custom field in the IF statement. Would this approach work?
Thanks for the assistance.
echo EM_EVENTS::output (array('campus' => 'All Church', 'format' => ' <tr><td> #_EVENTIMAGE{200,200}</td> <td colspan="2">#_EVENTLINK<p>#_EVENTEXCERPT{25, ...} <table><tbody> <tr><td><p> <span class="el-icon-flag" style="font-size: 120%; padding-right: 5px"></span> #_LOCATIONNAME</p> <p><span class="el-icon-calendar" style="font-size: 135%; padding-right: 5px"></span> #_{D - M. j, Y}</p> <p><span class="icon-baby133 custom-pack-icon" style="font-size: 140%; padding-right: 5px"></span> #_ATT{Child Care}</p></td> <td> <p><span class="el-icon-map-marker" style="font-size: 133%; padding-right: 5px"></span> #_LOCATIONADDRESS</P> <p style="margin-left: 28px; line-height: 1.6">#_LOCATIONTOWN, #_LOCATIONSTATE #_LOCATIONPOSTCODE</P> <p><span class="icon-clock96 custom-pack-icon" style="font-size: 135%; padding-right: 5px;"></span> #_EVENTTIMES</p> </td> </tr></tbody></table></td></tr>'));?> </table>
Thanks
I got the greeting to appear by just selecting site wide which will do for testing and determining the look of the window. I can work on making it more restrictive later. Thank you for your quick response.
This looks like what I’m looking for. Thank you for the suggesting various ways to present the greeting.
I will play with it some more to get the exact look I’m interested in book this looks very encouraging. Looking forward to the more comprehensive documentation as well.
Thanks again!
P. W.
Forum: Plugins
In reply to: [PHP Snippets] hanging siteThere was another plug in that updated with yours. It was the source of the problem. Once I disabled it everything worked fine.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Widget Wont Save My LocationAt first it worked the same. Then I deleted it a second time and now it seems fine.
Thank you
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Widget Wont Save My LocationThe location is being retained in the plug in data. But it is showing the plug in with all the default data. The name says Map. The location being displayed is NY, NY.
You can view the page at https://test.walnuthillcc.org/derby-campus/
The plug in is at the bottom right hand side of the page.
Thanks.
The data is captured from the WordPress user’s information that created the event. It is not entered.
The data is captured from the WordPress user who creates the event. It is not entered.
Ok, I understand. So, how do you assign a user to an event?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Single Event HeaderIt was a result of the theme css. I fixed it.
Thanks.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Single Event HeaderIs there documentation where I can read up on the format_header and format_footer features. I think this might work in a php progam where I can investigate the device coming in and then use the CSS to set up the sizing of the output for the device.
Thanks.
The search works with the custom taxonomy as long as the alpha numeric is used. I just use the code “ME” for major event.
Interestingly enough, I got this to work simply by trying a different value in the custom taxonomy. The one that wasn’t working was a single digit number 1 – 9. When I preceeded the number with ME (ME1 – ME9) for Major Event. It worked fine. Is this a potential bug or am I missing something. Here’s the code from the page for the single digit numeric value that did not work. I use the insert_php shortcode to imbed PHP into the WordPress page directly.
[insert_php] echo EM_EVENTS::output (array('ranking' => '9', 'pagination' => 'true', 'limit' => '4', 'orderby' => 'ranking', 'order' => 'DESC')); [/insert_php]