Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Gem

    (@gemjeweled)

    I must have not understood how the plugin works.

    So I made some PHP code.

    <?php if ( is_handheld() ) : ?>
    		<p style="background: #eee; margin: 0;">I am a handheld.</p>
    	<?php endif; ?>
    	<?php if ( is_mobile() ) : ?>
    		<p style="background: #eee; margin: 0;">I am a mobile.</p>
    	<?php endif; ?>
    	<?php if ( is_tablet() ) : ?>
    		<p style="background: #eee; margin: 0;">I am a tablet.</p>
    	<?php endif; ?>
    	<?php if ( is_ios() ) : ?>
    		<p style="background: #eee; margin: 0;">I am an iOS.</p>
    	<?php endif; ?>
    	<p style="background: #eee; margin: 0;">If you don't see any identity, then I'm probably a giant computer.</p>

    When checked against a user agent like this below:

    Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/10.0.012; Profile/MIDP-2.1 Configuration/CLDC-1.1; en-us) AppleWebKit/525 (KHTML, like Gecko) WicKed/7.1.12344

    The output was:

    I am a handheld.
    I am a mobile.
    If you don’t see any identity, then I’m probably a giant computer.

    So there. I finally understand that a handheld is a mobile as well. Or that a handheld is a tablet too (which corresponds to real-world definition of a handheld – where handhelds are composed of tablets and mobiles). ??

    Thanks for the wonderful plugin by the way. You rock! ??

    Thread Starter Gem

    (@gemjeweled)

    Thank you!

    I did your first suggestion of trimming the old hits – didn’t work!

    The second option half-worked. Some URLs did register the correct hits/uniques, while others didn’t. I still wonder why.

    The pretty links still correctly redirect to their corresponding destination URLs.

    I noticed that the error_log isn’t generated anymore even if some URLs didn’t register hits/uniques.

    Gem

    (@gemjeweled)

    I’m also having the same problem. I thought it was an issue that suddenly appeared after updating the plugin to the recent version (version 1.4.2).

    Reverting to the old version of the plugin didn’t help. I still couldn’t edit the SEO title.

    However unlike the last two comments above me, I don’t get the error message (The plugin generated nnn characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.).

    It’s simply that I couldn’t edit the SEO title. It’s greyed out. That’s all.

    UPDATE: I’ve reverted to version 1.3.4.4 and the SEO title can be edited once again.

Viewing 3 replies - 1 through 3 (of 3 total)