Doing some pixel play with Pixel Love

Feel free to talk about everything related to our Joomla Products
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
Sat May 14, 2011 8:52 pm
It seems to me inset2 on pixelplay is a bit too wide, yeh I know I can narrow it but I would rather replace that position with right_top, right1 & right2. But it seems Gavick has loaded a new template structure in Pixelplay much like T3 v2 without a GUI in the backend to configure it.

Now with that said what template files are loading the inset2 position on a default setting of the template? beacause it seems it's being called but not in <?php $this->loadBlock('xxxx') ?> form.

I can see the position
Code: Select all
   if($this->countModules($inset2)) :

            ?>

                  <div class="gk-col column gk-inset2" style="width:<?php echo $this->getColumnWidth('i2') ?>%">

                       <jdoc:include type="modules" name="<?php echo $inset2;?>" style="gavickpro" />

                  </div>

                  <?php endif; ?>


but even if I delete this it's still there. I guess I'll just keep searching.
User avatar
Platinum Boarder

GK User
Sat May 14, 2011 9:42 pm
Hi

Yes we did disable right column on this template.
Anyway i don't understand why you want to remove inset2 position.
That would not solve your problem... you would need also to change framework structure to have right column.
User avatar
Platinum Boarder

GK User
Sat May 14, 2011 10:46 pm
well changing the frame isn't a problem you guys just threw me for a loop with the main.right.php floating around. I'm not sure if I'm working with main or main.right.

As far as inset2, I'll be putting right-top in that position so that right-top is under the header position. There would be no place for inset2

I know this is WAAAAY!! outside of support so I'm not really asking for code or anything. But when you said Right was disabled it sparked a bit of curiosity does that mean the code is gone or is there a variable that has it off
User avatar
Platinum Boarder

GK User
Sat May 14, 2011 11:32 pm
Easier than I thought it would be.. I guess i'm getting rusty.. been working on JA for the last month or so. Either way I changed the framework and got the right modules to load just working on width and positioning. thank you for your help.
User avatar
Platinum Boarder

GK User
Sun May 15, 2011 12:10 am
mongo2006 wrote:Easier than I thought it would be.. I guess i'm getting rusty.. been working on JA for the last month or so. Either way I changed the framework and got the right modules to load just working on width and positioning. thank you for your help.


Yes i said disable ;) not remove :)
User avatar
Platinum Boarder


cron