karencheah
Forum Replies Created
-
Would love to know if you have a solution to display the events in columns, say 2×4? I can filter and limit the records returned by the shortcode but not sure how to display it in columns. Any advice would be much appreciated. Thanks.
Thanks for the advice on the code. I’ve put it in but I’m not sure how to make it 4 a row. It is now 1 a row and it didn’t seem to have limited it to 8. It has picked up all in that category which is more than 8.
You can see it on the page. The 1st 2 rows is still my original shortcode, then I’ve put in the new shortcode after that.
Thanks for checking. The first 2 rows of 4 with all identical candle image is already using EM with shortcode as such.
[events_list limit=”8″ category=”featured”]#_EVENTIMAGE{x,y}[/events_list]Then there are another 2 rows of 4 images below that which is a visual that I would like to achieve.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] New website on the same domain nameThanks, I think we’ll stick with export/import the subscribers for now.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] New WP websiteThanks. I probably won’t do that. While it’s a new site, there’s content that is being put in and I don’t want to mess with the wp_posts table. I’ll just resort to doing it manually. Hopefully there will be a better way in the future.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] New WP websiteThanks for the suggestion. So it’s not only tables with wp_em_ prefix, also need records from wp_posts with post type events?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] New WP websiteIt’s brand new and we’re building the content now which is going to be different from the old one. There are no events at all yet.
Forum: Plugins
In reply to: [Simple Custom Content] Shortcode not loadingHi Jeff, thanks for checking. I didn’t solve that problem but I’ve used another shortcode that works.
Forum: Plugins
In reply to: [Simple Custom Content] Shortcode not loadingThanks for your quick response. I will check it out like you’ve suggested and hopefully get to the bottom of it! Thanks for good plugin and support!
Hi Matt,
Just an update to let you know that after turning of mod_security via htaccess, the scan will run. How should we handle this for long term?
Thanks,
KarenHi Matt, thanks for all your advice. We are planning to build a new website so I don’t think I will try the different options you’ve outlined for now. Hopefully the new website will not have this issue. Thanks again!
Cheers,
KarenHi Matt, unfortunately that still doesn’t solve our issue. The scans are still not starting. What else to check?
Thanks,
KarenThanks, Matt. I have put the code into the .htaccess as recommended. Just to confirm, I’m pasting the code here.
# BEGIN litespeed noabort <IfModule rewrite_module> RewriteEngine On RewriteRule .* - [E=noabort:1] </IfModule> # END litespeed noabort
I’ve checked admin-ajax.php and it’s fine; returned the 0 in the top left corner of the page.
I’m not sure if it makes a difference that this WP install is in a subdirectory. The .htaccess code is place in the subdirectory where WP is installed, not the root directory.
Hi Matt, I’ve turned on “Disable config caching” and turned off “Start all scans remotely” and here’s the result of the “Scan Detailed Activity” for this scan.
[Mar 17 06:30:05] Calling Wordfence API v2.20:https://noc1.wordfence.com//v2.20/?v=4.4.2&s=http%3A%2F%2Fwww.heera.com.my%2Fnews&k=25d8b6b1e4e581cfda5f4967f65909d9041f8b649cfbc3441fcae2b629811fc22a3a87dadba05be9f6856ce99b295f913c2e4ae1c28c9cb068ece9b031d41767881d163ce4533f69e92b790de4a404b8&openssl=268439647&phpv=5.4.44&action=resolve_ips
[Mar 17 06:32:38] Calling Wordfence API v2.20:https://noc1.wordfence.com//v2.20/?v=4.4.2&s=http%3A%2F%2Fwww.heera.com.my%2Fnews&k=25d8b6b1e4e581cfda5f4967f65909d9041f8b649cfbc3441fcae2b629811fc22a3a87dadba05be9f6856ce99b295f913c2e4ae1c28c9cb068ece9b031d41767881d163ce4533f69e92b790de4a404b8&openssl=268439647&phpv=5.4.44&action=ping_api_key
[Mar 17 06:32:48] Ajax request received to start scan.
[Mar 17 06:32:48] Entering start scan routine
[Mar 17 06:32:48] Got value from wf config maxExecutionTime:
[Mar 17 06:32:48] Got max_execution_time value from ini: 1200
[Mar 17 06:32:48] getMaxExecutionTime() returning half ini value: 600
[Mar 17 06:32:49] Test result of scan start URL fetch: array ( ‘headers’ => array ( ‘x-powered-by’ => ‘PHP/5.4.44’, ‘set-cookie’ => ‘wfvt_1133640444=56e9df11388af; expires=Wed, 16-Mar-2016 23:02:49 GMT; path=/; httponly’, ‘content-type’ => ‘text/html; charset=UTF-8’, ‘x-robots-tag’ => ‘noindex’, ‘x-content-type-options’ => ‘nosniff’, ‘expires’ => ‘Wed, 11 Jan 1984 05:00:00 GMT’, ‘cache-control’ => ‘no-cache, must-revalidate, max-age=0’, ‘pragma’ => ‘no-cache’, ‘x-frame-options’ => ‘SAMEORIGIN’, ‘content-length’ => ’32’, ‘content-encoding’ => ‘gzip’, ‘vary’ => ‘Accept-Encoding’, ‘date’ => ‘Wed, 16 Mar 2016 22:32:49 GMT’, ‘accept-ranges’ => ‘bytes’, ‘server’ => ‘LiteSpeed’, ‘connection’ => ‘close’, ), ‘body’ => ‘WFSCANTESTOK’, ‘response’ => array ( ‘code’ => 200, ‘message’ => ‘OK’, ), ‘cookies’ => array ( 0 => WP_Http_Cookie::__set_state(array( ‘name’ => ‘wfvt_1133640444’, ‘value’ => ’56e9df
[Mar 17 06:32:49] Starting cron with normal ajax at URL https://www.heera.com.my/news/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&cronKey=549dc45b5fdec6fa340df337
[Mar 17 06:32:49] Scan process ended after forking.Hi Matt, here are the lines from the “Scan Detailed Activity” box after enabling debugging mode. There are no other security plugins apart from “Limit Login Attempts”. The host is the same for the other sites where Wordfence works. No customisation in .htaccess except for that required for Wordfence automatic updates.
[Mar 12 01:13:51] Scheduled Wordfence scan starting at Saturday 12th of March 2016 01:13:51 AM
[Mar 12 18:36:41] Scheduled Wordfence scan starting at Saturday 12th of March 2016 06:36:41 PM
[Mar 13 04:11:33] Scheduled Wordfence scan starting at Sunday 13th of March 2016 04:11:33 AM
[Mar 13 13:10:52] Scheduled Wordfence scan starting at Sunday 13th of March 2016 01:10:52 PM
[Mar 13 19:12:08] Scheduled Wordfence scan starting at Sunday 13th of March 2016 07:12:08 PM
[Mar 14 07:35:37] Scheduled Wordfence scan starting at Monday 14th of March 2016 07:35:37 AM
[Mar 15 00:14:49] Scheduled Wordfence scan starting at Tuesday 15th of March 2016 12:14:49 AM
[Mar 15 09:33:39] Calling Wordfence API v2.20:https://noc1.wordfence.com//v2.20/?v=4.4.2&s=http%3A%2F%2Fwww.heera.com.my%2Fnews&k=25d8b6b1e4e581cfda5f4967f65909d9041f8b649cfbc3441fcae2b629811fc22a3a87dadba05be9f6856ce99b295f913c2e4ae1c28c9cb068ece9b031d41767881d163ce4533f69e92b790de4a404b8&openssl=268439647&phpv=5.4.44&action=ping_api_key
[Mar 15 09:33:46] Ajax request received to start scan.
[Mar 15 09:33:46] Entering start scan routine
[Mar 15 09:33:46] Got value from wf config maxExecutionTime:
[Mar 15 09:33:46] Got max_execution_time value from ini: 1200
[Mar 15 09:33:46] getMaxExecutionTime() returning half ini value: 600
[Mar 15 09:33:46] Starting cron via proxy at URL https://noc1.wordfence.com/scanp/www.heera.com.my/news/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&cronKey=43f06d0403267f02952e941
[Mar 15 09:33:49] Scan process ended after forking.