• Resolved ibcreative

    (@ibcreative)


    Hi, it’s me again.

    The plugin is working just fine if i call it from a wordpress created page (http://carneslavelenita.com/blog/?page_id=15) but if i try to call it from a static php page it does not show the fancy stuff. You can click in the button with a dollar sign on it ( which loads the php file into the top div ) to see what i’m talking about.

    So, is there any reason why this is happening? I’ve tried to load it with get_page, the shortcode and all sorts of stuff but can’t get it right.

    any light on this would be great! thanks.

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question.

    This simply happens because for the table you are loading via AJAX (I assume…), the “fancy stuff” is not initialized. This is done by JavaScript as well. Very likely, you will just need to trigger the corresponding JavaScript call (very similar to the one that you can already see in the HTML source of page (near the </body> tag) for the other table). This should probably be done in the onSuccess event of your AJAX call.

    Regards,
    Tobias

    Thread Starter ibcreative

    (@ibcreative)

    Oh yeah! That was it, you’re brilliant. Thank you very much!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sure, no problem! 🙂 You are very welcome!

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP-Table Reloaded] Using WP-Realoaded from a static page’ is closed to new replies.