Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #512549

    I am having issue using this plugin in the wp-admin dashboard,the kiuzu quiz plugin uses tabs that are not displaying the content..this is what the author suggested…

    The error arises because it’s conflicting with your theme enfold as it’s overwriting the JS for the tabs. Ask the theme author how to disable JS from loading on the kuizu post type to prevent this error.

    http://codecanyon.net/item/kuizu-viral-quiz-builder-for-wordpress/12173735

    Thank you

    #512935

    Hey finchkelsey!

    The jQuery UI tabs are being enqueued correctly. Make sure the plugin is enqueueing them also so your not loading two sets of the tab script.

    Other than that try commenting out lines 115 – 120 in the /enfold/js/shortcodes.js file to see what happens.

    		//activates the tabs shortcode
    		if($.fn.avia_sc_tabs)
    		{
    			$('.top_tab', container).avia_sc_tabs();
    			$('.sidebar_tab', container).avia_sc_tabs({sidebar:true});
    		}

    Cheers!
    Elliott

    #513210

    This is their response to the above.. please advice.

    Kuizu loads a tab script called Semantic UI tabs. This is only loaded on the custom post type of kuizu. There are 2 options here. Either remove the enqueue jQuery UI tab or Semantic from the edit post type. If you’d like me to remove semantic please let me know, but this could cause the plugin to not work properly. I highly suggest the jQuery UI tab be unenqueued for the kuizu post type specifically.

    #513482

    bump please!

    Commenting out the code did not help.. I can see the elements on the page when I refresh..ahhhhhh..

    #513936

    Hi!

    You can see where we enqueue the tab script on line 36 in the /enfold/config-templatebuilder/avia-shortcodes/tabs.php file.

    wp_enqueue_script('avia_tab_toggle_js' , AviaBuilder::$path['assetsURL'].'js/avia-tab-toggle.js' , array('avia_modal_js'), $ver, TRUE );
    

    Best regards,
    Elliott

    #514908

    Hi Elliot,

    Is it possible to do what the plugin author is asking? …Either remove the enqueue jQuery UI tab or Semantic from the edit post type..

    Is it possible to have both work together?

    Thank you

    #515365

    Hey!

    First off try commenting it out to see if it’s actually what is causing the problem. If the errors go away then you could try surrounding it with a check so it does not get enqueued on the kuizo post types, https://codex.wordpress.org/Function_Reference/get_post_type.

    Cheers!
    Elliott

    #515482

    I get white screen when I comment that out and the codex info is beyond my ability..I can see the the buttons I need when I refresh..they are there..just hidden by the ALB..please please help!

    #515644

    Hey!

    we can’t provide support for any 3rd party plugin, as mentioned in our support policy. If you need to make a plugin compatible I suggest to hire a freelancer for this job. You can find one for example here: http://kriesi.at/contact/customization

    Cheers!
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.