• Hi Alexey,

    I have used for several time your WP-Pano plugin at a new project of a hotel that I develop for embedding my krpano tour inside a specific page of the website but it has an issue with the content of the page.
    After activating it and making some tests on several pages, I see that it deactivates the “TEXT” option at content of them and only “VISUAL” option is selectable. If I deactivate it, both options become selectable again. I also made a test with the default Twenty Fifteen theme and WP-PANO and the issue with the “TEXT” option persists. Do you think that it’s a plugin issue with the specific version of WP (4.6.1)?

    The strange also is that the tour is not even appeared at the page after adding the shortcode into it.
    I also tried to create a new page template for the tour with the following code without result too :

    <?php
    /*
    Template Name: Full Width 2
    */
    ?>

    <?php get_header(); ?>

    <main class=”main”>
    <?php
    echo do_shortcode( ‘[wp-pano swf=”” xml=”” js=””]’ );
    ?>
    </main>

    <?php get_footer(); ?>

    Any recommendations on it? Waiting for your advice.

  • The topic ‘Question about compatibility of WP-Pano Version 1.13.0 with WP 4.6.1’ is closed to new replies.