msudvarg
Forum Replies Created
-
The only request it’s sending when I try to manage the list is:
interval=60&_nonce=xxxxxxxxxx&action=heartbeat&screen_id=simple-firewall_page_icwp-wpsf-ips-network&has_focus=true
The only response is
{“wp-auth-check”:true,”server_time”:1442259048}
It’s sending and receiving these messages every minute. It seems from your code that the request body should include action=icwp_wpsf_GetIpList and list=MW, but I don’t see those being requested at all. I’m not sure why.
I’ll take a look at the response.
Meanwhile, I looked in the FAQ, and I thought CIDR couldn’t be used. In my case, for example, would I use the following entries?
ip: 192.168.0.0
range: 16But are you saying that there’s no way to whitelist this private range anyway with the current design of the plugin?
Forum: Plugins
In reply to: [Future] Compatible with 4.1? Menu options don't appear to workI’ve only tested the plugin up to WP 4.0.1. I’ll take a look and see if it needs any modifications. Thanks for letting me know.
Forum: Plugins
In reply to: [Future] Change order of postsGlad to hear that worked for you!
Forum: Plugins
In reply to: [Future] Change order of postsAnother thought: since it looks like your theme already has support for future posts, you might want to disable my plugin (unless you like its calendar features) and just use ?order=ASC on that category.
Forum: Plugins
In reply to: [Future] Change order of postsThere must be something in your theme files that allows posts with future dates to be published, as opposed to scheduled. In the case of the parameter ?future=true, your category archives will show posts in the correct date order, but it will also only pending posts. Perhaps you can check to see if those posts are already marked as published. If so, look through your theme files and see if this function is called anywhere:
wp_publish_post
Forum: Plugins
In reply to: [Future] Change order of postsDo you have another plugin or theme function supporting future posts or events? It may be interfering with the Future plugin. The ?future=false parameter on that page should make it so those posts don’t even appear.
Forum: Plugins
In reply to: [Future] Does Future function on Blog Archive Pages?Hi Frank, could you give me a link to an archive page on your site? Category archive pages should be showing future posts if you have turned it on for that page.
Forum: Plugins
In reply to: [Future] Change order of postsIt should be doing this already. Could you post a link to the page where posts are showing in incorrect order?
Forum: Plugins
In reply to: [Future] Problem with paginationSorry about the problem! I uploaded a test version of the plugin to https://www.sudvarg.com/future.zip
Give it a try and let me know if it solves your problem! If so I’ll release it as a fix.
Forum: Plugins
In reply to: [Future] Calendar Brokes in 4.0Version 1.2.4 is now available. Since I cannot replicate your problem and haven’t heard back from you, I will mark this as resolved. If you run into further problems with the latest version of the plugin, let me know.
Forum: Plugins
In reply to: [Future] WP Menus Drag/Drop Affected by PluginI am marking this as resolved. Feel free to contact me if you notice more issues.
Forum: Plugins
In reply to: [Future] WP Menus Drag/Drop Affected by PluginI have released version 1.2.4 of the plugin. This should resolve your issues with submenus. Thanks again for alerting me of the problem.
Forum: Plugins
In reply to: [Future] WP Menus Drag/Drop Affected by PluginI see what you mean now. Like I said, I haven’t yet had a chance to go over everything in this plugin to confirm WP 4.0 compatibility. I’ll resolve the issue soon. I appreciate your pointing it out.
Forum: Plugins
In reply to: [Future] WP Menus Drag/Drop Affected by PluginSorry, I’ve been traveling and haven’t been able to test this. I will try tomorrow and see if I can replicate your problem.