Home › Forums › Calendar Products › Events Calendar PRO › Wifi vs Cellular
- This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by
Scott Lucente.
-
AuthorPosts
-
May 29, 2018 at 8:32 am #1540809
Scott Lucente
ParticipantWe’re having issues with our calendar advancing to the next month when we’re off our local wifi (in mobile).
May 30, 2018 at 2:10 am #1541585Andras
KeymasterHey Scott,
Thanks for posting here.
Do I understand correctly that you can go to next month in the month view when you are using a WiFi connection (or cabled), but when you are on mobile network, then you cannot?
Do you get an error message? Maybe is there an error in the web dev tools console of your browser?
What device are you using, a PC or a mobile / tablet?
Thanks,
Andras
May 30, 2018 at 6:27 am #1541761Scott Lucente
ParticipantWell, that’s what we thought, but it turns our we were wrong. I was limiting access to my wp-admin folder to only certain IPs for security reasons. And when I remove those limitations, it works. So it seems the plugin must be accessing something within wp-admin when you advance the month.
Is there a certain file(s) in wp-admin that I can allow access to, while still limiting everything else for security?
Thanks.
May 31, 2018 at 4:00 am #1542661Andras
KeymasterI will need to check that with a dev. I ask for your kind patience!
Thanks!
A.May 31, 2018 at 5:52 am #1542743Scott Lucente
ParticipantI did some searching and found that plugins sometimes need access to this file… admin-ajax.php
So I added the following code to my /wp-admin/.htaccess file and it seems to be working now…
deny from all
allow from xxx.xxx.xxx.xxx
allow from xxx.xxx.xxx.xxx<Files admin-ajax.php>
order allow,deny
Allow from all
</Files>So this is limited access to the directory, except for the admin-ajax.php. Looks like it solved the issue.
Thanks,
ScottMay 31, 2018 at 11:42 am #1543255Andras
KeymasterHey Scott,
Stoked to hear you managed to find a solution. 🙂 Awesome job on that one!
Actually I just got the same info a couple minutes ago from one of my colleagues. 🙂
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.
Cheers,
AndrasPS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Thanks!
PS2: If you like our plugins, and you didn’t yet do so 🙂 we would also be happy to receive a review in the wordpress.org repository. Much appreciated!
https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
https://wordpress.org/support/view/plugin-reviews/event-tickets/ -
AuthorPosts
- The topic ‘Wifi vs Cellular’ is closed to new replies.
