• Hi!
    I’ve been using the WP Survey and Quiz tool for about a week now and the first couple of days it worked very well, the quiz showed up where it was supposed to etc. But since about two days ago it started to load in the header of my page. It also loads in the header while in WP admin dashboard when I enter the Pages section.

    I’m using:

    WordPress 3.0.1.
    Theme: Darwin (BuddyPress BuddyPack) 1.2.1
    Buddypress 1.2.6
    WP Survey And Quiz Tool 1.3.4

    other plugins:
    Add All Nav Links to BP Adminbar 2.1.2
    Akismet 2.4.0
    ALO EasyMail Newsletter 1.8.3
    BP Group Management 0.4
    BP Xtra Signup 1.5.4
    BuddyPress Custom Posts 0.1.2.3
    Links 0.5
    BuddyPress Mass Messaging 1.1
    CubePoints 2.1.3
    CubePoints Buddypress Integration 1.8.2
    Email newsletter 1.0
    Enhanced BuddyPress Widgets 0.2.1
    Exclude Pages from Navigation 1.9
    Jet Event System for BuddyPress 1.6.3.3
    My Page Order 3.0a
    oEmbed for BuddyPress 0.52
    One Quick Post 0.4.4-alpha
    RSS in Page 2.5
    Smart Youtube 3.8.1
    Stout Google Calendar 1.0.5
    Twitter Tools 2.4
    wp-forecast 3.3
    WP-Mail-SMTP 0.8.6
    WP-Polls 2.60
    WP Post Columns 2.2

    And here’s a link to a screenshot of the problem.
    Screenshot

    I’ve tried to inactivate all the plugins without result. Also deleted WP-SAQ tool and reinstalled but with the same result.

    I can not come up with any reasonable explanation to why this should happen so I turn to whoever has any clue how to fix this cuz I really like the plugin!

    http://wordpress.org/extend/plugins/wp-survey-and-quiz-tool/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    I am just wondering if you have a custom theme?

    The only reason I can think of which would cause such a result is the theme running though “the loop” in the header for some reason or other. I will however try and recreate this.

    Thread Starter Joel Baudin

    (@jbau)

    Hi, I have done no modifications with the Darwin theme. And I haven’t created any childthemes either. I did create a plugin which makes an extra menu item in the top buddypress menubar? could that have anything to do with it?
    I have the plugin WP Post Columns 2.2 which I suppose does some modifications in the layout but thats for a specific page and on this one I don’t use it.

    I just created a new page and inserted [wpsqt_quiz name=”quizname”]

    Hi,

    Is there any chance you could post the code for the custom plugin for the extra menu item?

    Thread Starter Joel Baudin

    (@jbau)

    got this from a google search

    function bp_adminbar_currentsite_menu() {

    <?php
    /*
    Plugin Name: BP Nav Bar Mods – Add Link
    Plugin URI: http://erikshosting.com
    Description: Add A Simple Link To The Buddypress Admin Bar
    Author: Erock
    Version: 1.0

    Author URI: http://erikshosting.com
    */
    //Links and Menus Added To The Following Function Are Always Visible On The BP Bar
    function bp_adminbar_currentsite_menu() {

    global $bp;
    ?>

    • <!– Insert your link url or relative url, and your link text below –>
      Skidlärarbloggen
    • <?php
      }
      // Call The Function Above
      add_action(‘bp_adminbar_menus’, ‘bp_adminbar_currentsite_menu’, 999);
      ?>

    Thread Starter Joel Baudin

    (@jbau)

    Did that help any? I meant that I found that code and used it to insert the link in the top menubar

    Hi,

    I am still trying to find the cause of this. I’ll look more into it tomorrow when I get back in the office.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Survey And Quiz Tool] Quiz loads in header’ is closed to new replies.