• Hi I have a members site with restrictive content https://www.uistcsc.org

    2 of the navigation tabs (members and Committe) have the WPMU Status plugin (like facebook posting) but does not work when logged in. The bar appears and wont allow me to upload from the WP media library or post a text status.

    I believe it is because the sites theme is not a naturally post format theme. I tried using a plugin to overide it. I have tested the plugin on other sites with post format and works great, Have contacted the developers but could not be resolved. There also might be a javascript error as the full page is not loading (Source file shows a WP tracker loading after the page closing tags)

    Any help would be gladly appreciated. Been working on this for months to fix.

Viewing 1 replies (of 1 total)
  • here is what i found after going through the source code of your welcome-2 page:

    <script type='text/javascript' src='https://s.gravatar.com/js/gprofiles.js?ver=2012Octaa'></script>
    <script type='text/javascript'>
    	<script src="https://stats.wordpress.com/e-201252.js" type="text/javascript"></script>
    	<script type="text/javascript">
    	st_go({v:'ext',j:'1:2.0.4',blog:'41647696',post:'137',tz:'0'});
    	var load_cmc = function(){linktracker_init(41647696,137,2);};
    	if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
    	else load_cmc();
    	</script>
    /* <![CDATA[ */
    var WPGroHo = {"my_hash":"xxxxxxxxx"};
    /* ]]> */
    </script>

    you’re calling stats.js file inside the <script> tag which is likely to fail beside that you’re opening a <script> tag inside the <script> tag, so you should go through that and fix it.

Viewing 1 replies (of 1 total)
  • The topic ‘how to make theme post format’ is closed to new replies.