Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter JoeGP

    (@joegp)

    also where are the style files ? i couldn’t find them in the plugin editor, do i need cpanel access for them ? (that would suck)

    Thread Starter JoeGP

    (@joegp)

    Well it seems i found an answer sooner than a reply.

    I managed to do it by using this code around the shortcode:
    <?php echo do_shortcode('[shortcode]'); ?>

    and inserted it in the header.php

    I still haven’t found those style files so i can fix them though.

    Hi, Joe,

    We’re also trying to use this countdown inside our Nove theme, but no way. It has no bar to add widgets, and the home page has a slider (and elegantthemes people says we should modify [under our own risk] header code to insert it).

    Did you just add “<?php echo do_shortcode(‘[shortcode]’); ?>” at your header.php code?

    How it looks like? Can we see it? There’s no countdown at https://jgp-photography.com/

    Thanks,

    I got it. I’m placing it somewhere at header.php.

    Thank you,

    Added <?php echo do_shortcode(‘[shortcode]’); ?> and nothing happened…

    Plugin Author Baden

    (@baden03)

    Please read how to use do_shortcode

    In this case you would need to use something like:

    <?php echo do_shortcode('[tminus t="launch_date_goes_here"]'); ?>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to insert it inside the header ?’ is closed to new replies.