Using Highlighter GK1 in content

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Jul 04, 2010 5:08 am
Ive installed the Highlighter GK1 and know how to place it in a module position but how would I go about placing the highlighter in content like the demo http://tools.gavick.com/demo/highlighter-gk1.html

Cheers
Rob
User avatar
Fresh Boarder

teitbite
Mon Jul 05, 2010 2:08 pm
User avatar
Moderator

GK User
Tue Jul 06, 2010 2:48 am
teitbite that worked perfect thanks for the great tip ;)
User avatar
Fresh Boarder

teitbite
Mon Jul 12, 2010 9:45 am
Hi

To remove the mainbody I did made one trick which can help everyone.

I did placed the code after the <body> tag at templates/gk_corporate/layouts/default.php

Code: Select all
   <?php
      if($_GET['view']=='frontpage'){
   ?>
         <style type="text/css">
            .inner { display:none; }
         </style>
   <?php
      } // eof if()
   ?>




TAGS TO THE POST: MAINBODY_DISPLAY_NONE
User avatar
Moderator

GK User
Wed Jul 21, 2010 8:20 pm
Thanks a lot Teitbite. Your new recomendation fixed the problem.
User avatar
Expert Boarder


cron