• Resolved voriand

    (@voriand)


    I started to create one app with WP-AppKit, but I only got so far:
    https://okosgrill.hu/wp-content/plugins/wp-appkit/app/index.html?wpak_app_id=okosgrill

    I have several questions and issues:

    1.) The preview is loading sometimes, sometimes not, if not I got this error:

    WP AppKit error : config.js not found.
    Please check that :
    – you are connected to your WordPress back office,
    – WordPress permalinks are activated

    I have W3 cache installed, could that be the problem?

    If the app is ready I really hope it will not behave this way and load everytime it needed.

    2.) If the preview is loading, the featured images are wrong. The first post image is showing for the second, third and fourth post as well, but in the REST result I saw this image only once. Why is that so? Is the preview buggy?

    3.) How can I test this with PhoneGap? For iOS I need either jailbreak or $99/year developer subsription, am I right?

    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mathieu Le Roi

    (@mleroi)

    Hi @voriand,

    1) For the preview problem (coming from “config.js” file not being found), it is almost always due to a server cache, rewrite rules, or security configuration problem (Apache or WordPress plugin).
    If you use a cache plugin you can try to exclude WP-AppKit API and preview source files from the cache system by excluding /wp-appkit-api/.* and /wp-content/plugins/wp-appkit/app/.* urls, as explained in this tutorial.
    Note that in any case, this “config.js” issue will only happen for the app preview in the browser. Once you export your app and build it with PhoneGap, the app will load normally as app files are on your Phone, not loaded from the server anymore.

    2) About the featured images issue, it may be linked to cache issue too.

    3) To test on PhoneGap you can follow our Getting started indications. If you build for iOS yes you’ll have to buy the developer license. But please note that we don’t offer support for iOS apps anymore, as explained in this article.

    Hope this will help. For any further questions, as explained here, please write to support[at]uncategorized-creations.com so that we can address your issues more specifically.

    Regards

    Plugin Author Uncategorized Creations

    (@uncategorized-creations)

    I close this ticket as it is inactive. Don’t hesitate to reach us at support[at]uncategorized-creations.com for any further questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong Featured images’ is closed to new replies.