Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #905343

    How does one remove the date from beside the Header-1 position?

    Hi there

    1) Open this file /templates/ja_teline_v/tpls/blocks/header.php and remove this div block :

    <div class="col calendar">
                            <div class="col-inner">
                                <span class="number date"><?php echo date('d') ?></span>
                                <div class="text">
                                    <span class="day"><?php echo JText::_(date('D')) ?></span>, <span class="month"><?php echo JText::_(date('F').'_SHORT') ?></span>
                                </div>
                            </div>
                        </div>

    2) You will need to setup an addthis account and add your addthis id script to it from template manager your default template -> Custom code tab -> Before block


    1. Screenshot_2-7
    habdul Friend
    #905417

    Thank you very much.

    That was helpful.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  habdul 8 years, 1 month ago.

The topic ‘Removing date from Header-1 position’ is closed to new replies.