Wifi vs Cellular

Home Forums Calendar Products Events Calendar PRO Wifi vs Cellular

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1540809
    Scott Lucente
    Participant

    We’re having issues with our calendar advancing to the next month when we’re off our local wifi (in mobile).

    #1541585
    Andras
    Keymaster

    Hey 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

    #1541761
    Scott Lucente
    Participant

    Well, 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.

    #1542661
    Andras
    Keymaster

    I will need to check that with a dev. I ask for your kind patience!

    Thanks!
    A.

    #1542743
    Scott Lucente
    Participant

    I 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,
    Scott

    #1543255
    Andras
    Keymaster

    Hey 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,
    Andras

    PS: 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/

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Wifi vs Cellular’ is closed to new replies.