Forums
(@tanushka)
9 years, 1 month ago
Just deactivate other plugins and activate one by one. you can find it.
9 years, 4 months ago
That works
Can you posts the status?
9 years, 7 months ago
Thank you for your reply. i will wait. thanks.
Hi,
i would like to know how much will be cost for that premium upgrade. Thanks.
10 years, 1 month ago
This is a correct code and i have tested and works fine..
<?php if ( is_mobile() ) { ?> mobile <?php } else { ?> no <?php } ?>
You have not closed the else statement correctly.. see below.
<?php if ( is_mobile() ) { ?> Mobile Content <? } else { ?> Wired/Desktop Content } ?>