• Resolved revoxis

    (@revoxis)


    Hi, when i use this plugin to embed the phpbb forum into the page-community.php in combination with Cherry framework it fails. I’m getting undefined variable errors. And have no idea how to fix it.

    The plugin does work with theme Twenty Fifteen/Seventeen etc. but not with a Cherry Framewokr theme.

    Cherry framework Failure wp_w3all

Viewing 46 replies (of 46 total)
  • Plugin Author axew3

    (@axewww)

    Hi yes … strange that it come out in some template, and not in some other.
    So i’ll patch page-forum.php as soon.

    To resolve your issue, until next version, open you page-community.php
    search for:
    $phpbb_on_template_iframe = get_option( 'w3all_iframe_phpbb_link_yn' );
    immediately after add the follow:
    $wp_w3all_forum_folder_wp = get_option('w3all_forum_template_wppage');
    save.

    This resolve the last, while the gap of space in the forum page still is there?

Viewing 46 replies (of 46 total)

The topic ‘Plugin fails with Cherry Framework 4’ is closed to new replies.