Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi,

    Are you logged in? This plugin works for non-logged-in users.

    Thread Starter dbizzle

    (@darsunrb)

    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?

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Can you check, wp_head() function exist in your theme?

    Thread Starter dbizzle

    (@darsunrb)

    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.

    Thread Starter dbizzle

    (@darsunrb)

    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=”https://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>

    </head>

    <body <?php body_class(‘body-class’); ?>>

    <?php

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Can you check wp_footer() function exist in your footer.php?

    Thread Starter dbizzle

    (@darsunrb)

    Hi yes it appears right at the bottom of footer.php like this:

    <?php wp_footer(); ?>

    </body>
    </html>

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Weird!

    Probably you have html/css conflict. Check #wpadminbar element visibility.

    Thread Starter dbizzle

    (@darsunrb)

    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?

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Thread Starter dbizzle

    (@darsunrb)

    I have emailed you and made you an administrator. Thank you.

    Plugin Author Mustafa Uysal

    (@m_uysl)

    the problem caused by conflict and fixed with setting priority.

    Cheers,

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Activate plugin’ is closed to new replies.