Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Jack

    (@moxie)

    I renewed the connection and now it works again. No idea why it didn’t for a few days. Perhaps something at Instagram.

    Hi Jack, I have the same problem on my blog. What do you mean with renewing the connection?

    Thread Starter Jack

    (@moxie)

    On the settings page the first button is called ‘Reset settings’ or something like that. I just clicked that and after that it worked again. No idea why ??

    Thank you very much Jack, that did the trick :-).

    What version of wordpress are you using? I tried this suggestion and had no such luck. I’m using the newest build of wordpress. I know it says in the about this topic that you are using 3.5.2, but just double checking.

    Thanks
    Sol

    Stopped working for me few days ago… wp3.5.2, example https://poznamka.com.tw/?p=2326 (should be on the right under the search widget). Tried to reset login info several times, no luck. Access from IG side is also granted successfully.

    Hmmmm. Instapress seems to work… on the outside. The downside is that Instapress doesn’t show all my pics. It skips photo’s.

    sexymazafaka, did you try to reset on a pc? At first I tried to reset Instapress on my mobile phone. That didn’t work. The resetting clearly has to be done on a computer.

    Thread Starter Jack

    (@moxie)

    Probably something to do with cache I assume.
    @soloant I’m always using the latest version, so that would be 3.5.2 at the moment.

    Has anyone tried looking on their iphone, it seems that when I try and view from my iphone it freezes the browser. I’ve tried both chrome and safari for the iphone.

    It seems to work on a computer, but for some reason it’s causing issues with phones.

    Thanks
    Sol

    Ok, turns out for some reason when I was adding custom css to my css file for instapress that it was making everything not work for some reason on the iphone. But I got it working.

    What I did was unregistar the instapress style sheet by adding this line to my functions.php file

    add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
    function my_deregister_styles() {
    wp_deregister_style( 'instapress' );
    }

    Then I opened the instapress.css file and copied and pasted all the css from there into my own stylesheet and made my customization there to work and look proper for my responsive theme.

    So if anyone is having similar issues, this is how I fixed it.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Worked for two days, now it doesn't’ is closed to new replies.