seeker286
Forum Replies Created
-
Forum: Plugins
In reply to: [BruteProtect] WP admin slow when BruteProtect server unavailableHi Sam,
I’m experiencing this issue again this evening. Any status on a fix?
Thanks,
BrianWe’re running 3.9.1.
My mistake. We’re using EM 5.5.3.
We do have WP Super Cache, but the problem persists even when I clear the cache, disable caching, and deactivate the plug-in.
Would it be helpful to give you a full list of our plug-ins?
I don’t think this would cause any problems, but here’s the EM-related code in our stylesheet:
/* Events Manager */ input.em-date-start, input.em-date-end {width: 60px;} h2, .h2 { font-size: 1.75em; line-height: 1.4em; margin-bottom: 0.375em; font-weight: 500; } div.ui-datepicker { z-index: 999 !important;} /*Add label before Events Manager search form*/ div.em-search-wrapper:before { content: 'Search for events:'; font-weight: bold; }
Here’s the full code:
<tr> <td style="padding-top:10px;margin:0; width:75px "> <a href="#_EVENTURL">#_EVENTIMAGE{75,75}</a></td> <td style="vertical-align:top;"> #_EVENTDATES #_EVENTTIMES </td> <td style="vertical-align:top;"> <strong>#_EVENTLINK</strong> {has_location}<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} #_EVENTEXCERPT </td> </tr>
I ungrouped the events, with no change.
I do have this in the Default event list format:
{has_location}
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}Could that cause a problem?
We’re using a Twenty Eleven child theme with no custom EM templates, etc.
I temporarily deactivated all other plug-ins and switched to the 2011 theme, and the events with no location still weren’t displayed.
Is there anything in the Events Manager settings that might affect this?
Sorry for the delayed response. Yes, I am checking “This event does not have a physical location.”
Any suggestions on how to troubleshoot the problem?
Hi mustermann,
This shortcode works for me:
[events_list_grouped mode=”monthly” pagination=”1″ scope=”2013-01-01,2013-12-31″]There’s no forwarding – the alerts should just be going to an individual address. I just deleted that address, saved, and re-added it. I’ll see if that helps.
I am using the free version, and I understand you can only provide limited support.
Thanks
Hi Mark,
Thanks for the quick response. I agree, but I got another e-mail today. We initially had both addresses, but I just triple-checked, and there’s only one now.
I’d be glad to give you access so you can see for yourself.
Brian
@allm
I was a little leery about upgrading too. Once I did, I discovered that Falcon is disabled by default, and nothing changed with .htaccess unless you enable the caching option.
Forum: Plugins
In reply to: [BruteProtect] How to disable match CAPTCHA?Oops! I thought I’d added my API key, but I checked and it wasn’t there. I just added it, and there’s no more CAPTCHA.
Thanks for the prompt response!
It looks like the only labels that are missing are the ones with an Information icon (i).
Forum: Plugins
In reply to: [No Page Comment] Disable comments on images?Thanks Seth,
This code works great. And, believe it or not, I hadn’t discovered or thought of using a lightbox to display larger images (doh!). So, you get double points :-).
I was able to solve this by adding “pagination=1” to the shortcode:
[events_list_grouped mode=”monthly” scope=”2013-01-01,2013-12-31″ pagination=1]
It works fine now.