Hi,
Are you logged in? This plugin works for non-logged-in users.
Hi thanks for your quick reply. Using your chart, I realised it is a problem with my premium theme.
How do you think I could get my theme to be compatible with the plugin?
Can you check, wp_head() function exist in your theme?
Hi when I have gone to theme editor and looked along the right hand side of all the templates , i do not see ‘wp_head’
Would you suggest I add it to my theme?
If I can resolve this issue, I will be making a donation to your plugin
Thank you.
Inside my header file I do have wp_head. It appears here:
<head>
<meta name=”google-site-verification” content=”IBOpxPbaarC4yMDpqbhtGbAnlyRt_8AieXRX0kbshXY” />
<?php global $ct_data ?>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body <?php body_class(‘body-class’); ?>>
<?php
Can you check wp_footer() function exist in your footer.php?
Hi yes it appears right at the bottom of footer.php like this:
<?php wp_footer(); ?>
</body>
</html>
Weird!
Probably you have html/css conflict. Check #wpadminbar element visibility.
Hi I am slightly confused as I am quite new to wordpress. Would I be able to private message you my wp username and password, and could you have a quick look when you have time?
I have emailed you and made you an administrator. Thank you.
the problem caused by conflict and fixed with setting priority.
Cheers,