Support » Plugin: WTI Like Post » Support for 4.4

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author webtechideas

    (@webtechideas)

    I believe by addon you mean our wordpress plugin. Can you please share some more information about what you mean “not working anymore”. If possible, please share the site url so that we can have a look at that.

    Thanks

    Thread Starter kazoooka

    (@kazoooka)

    Thank you for your fast anwer!
    Yes i mean your wordpress plugin. My site url is ratdotoyolo.cc and you can see your plugin at each post if you click one of them. When clicking the thumbs up or down button it seems to be loading forever and never completes.

    I upgraded to WP 4.4 last night for my blog http://www.orangebirding.com. Everything looks good on my Mac, but on my iPad and iPhone the quality of many of the images is terrible. Any help to resolve this will be appreciated.

    Plugin Author webtechideas

    (@webtechideas)

    @kazoooka, there seems to be something wrong with your wordpress set up. The ajax calls to save the like/unlike activity never get completed. Before it completes, there is another call to the same page which creates problem. Please check and rectify.

    @mattzeit, what do you mean by “many of the images”? Our plugin uses very small size images and they should look fine.

    Thanks

    Thread Starter kazoooka

    (@kazoooka)

    Ok. Do you know what could be wrong? I saw that the plugin tries to request something from https. I don’t have a valid certificate only a self signed one. MAybe it’s because of that? What would i need to change in your plugin in order that it works?

    Thread Starter kazoooka

    (@kazoooka)

    I solved it by turning ssl for admin login off. But that kind of can’t be the solution or?

    Plugin Author webtechideas

    (@webtechideas)

    There is another way where you can still allow only admin to be on https where as site on http.

    In our plugin (wti_like_post_site.php), the “admin-ajax.php” file is loaded using the following piece of code

    wp_localize_script( 'wti_like_post_script', 'wtilp', array( 'ajax_url' => admin_url( 'admin-ajax.php' )));

    You can change admin_url( 'admin-ajax.php' ) to admin_url( 'admin-ajax.php', 'http' )

    Here we are forcing to use http protocol. You can find more details here.

    I mean that many (most), but not all images, when viewed on an iPad have a very soft, pixelated look to them. My blog has previously always looked really sharp on an iPad. Also now when I click on photos it takes me to a smaller photo (which when clicked on shows larger version of the photo, which by the way is clear).

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Support for 4.4’ is closed to new replies.