Difficulty configuring the template

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Nov 13, 2012 5:27 am
Hi guys,

I am new in Joomla and i need assistance in configuring this World News II template. I am developing a site for newspaper house and i need extensions to configure the news headlines and the breaking news slide/scroll. I also need the photo gallery extension as displayed in the demo. :?

Shintaku
User avatar
Junior Boarder

GK User
Tue Nov 13, 2012 8:47 am
My advise is to start from TWN II quickstart package where News Show Pro modules are configured. For image rotator you can use Image Show extension. Tutorial how to install quickstart package is available here >>
http://www.gavick.com/documentation/joomla-templates/templates-for-joomla-1-6/quickstart-installation-for-joomla-1-6/
User avatar
Platinum Boarder

GK User
Tue Nov 20, 2012 4:17 pm
I installed successfully the quick start. Every thing seems to be fine. I paid for the copy right removal and need to remove the Gavern frame work image under the copyright. I also need to remove the background paint on the style folder of the root folderwhere the logo appears. How do i effect the changes.
User avatar
Junior Boarder

GK User
Wed Nov 21, 2012 9:42 am
Please open template settings and look at 'Features' tab, there you can remove bottom framework logo, paste your copyrights etc. Please also choose 'Image' source for logo and select your image.
User avatar
Platinum Boarder

GK User
Mon Dec 03, 2012 10:32 am
I want to create a module position on the place where the login and register is. How can you assist me to do that.

Shintaku.
User avatar
Junior Boarder

GK User
Tue Dec 04, 2012 9:25 am
If you are new at Joomla starting from modifying template code is not the best idea but if you really need this you should create new template position in this place. This process is described at our wiki and you can find step by step tutorial here >> http://www.gavick.com/documentation/joomla-extensions/how-to-add-new-module-position/
User avatar
Platinum Boarder

GK User
Wed Dec 05, 2012 11:55 am
After following the instruction on the link on how to add a module position,
the module position was created but not on position where the sign in or registration .
How do we get it to the registration position.

Below is the code i added:
<?php if($this->modules(‘topadvert’)) : ?>
<div>
<jdoc:include type=”modules” name=”topadvert” style=”<?php echo $this->gk_style['topadvert']; ?>” />
</div>
<?php endif; ?>

I also created the module position after mainbody position with this code:
'topadvert' => 'gk_style',

What am i missing. I want it positioned at the registration area
User avatar
Junior Boarder

GK User
Thu Dec 06, 2012 11:07 am
Now all depends where you have paste this code. The module should be visible on place where you insert the jdoc:include part.
User avatar
Platinum Boarder

GK User
Tue Dec 11, 2012 9:09 pm
bkrztuk wrote:Now all depends where you have paste this code. The module should be visible on place where you insert the jdoc:include part.


I want the module position to be somewhere top right of the template. Kindly see the attached image for details.
What am I missing out? I have done all the steps at: http://www.gavick.com/documentation/joo ... -position/ correctly but can't still get?

I need your guide please?
User avatar
Junior Boarder

GK User
Wed Dec 12, 2012 9:25 am
Could you give me direct link to page where you have created this module position and it is visible ? I don't see your screenshot but don't know whether it is something with attachment upload or our post view layout.
User avatar
Platinum Boarder

GK User
Thu Dec 13, 2012 8:29 am
Ok, here is the image at: www.specialisttutors.com/twn2.jpg

I want the module to be position just in the red spot (top right corner).

Thanks
User avatar
Junior Boarder

GK User
Thu Dec 13, 2012 10:26 am
You need to include module load code to file layouts/blocks/logo.php. Please find this line :

Code: Select all
<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>


and paste include part jest before this part.
User avatar
Platinum Boarder

GK User
Sat Dec 15, 2012 9:18 pm
Am still finding it difficult to place a module position there? I have located layouts/blocks/logo.php and pasted <?php if($this->modules(‘topadvert’)) : ?>
<div>
<jdoc:include type=”modules” name=”topadvert” style=”<?php echo $this->gk_style['topadvert']; ?>” />
</div>
<?php endif; ?>


But still can't get it, am not sure what the include part code is, help?
User avatar
Junior Boarder

GK User
Mon Dec 17, 2012 10:34 am
Look at my previous response, please find this line:

Code: Select all
<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>


and paste code before this part.
User avatar
Platinum Boarder

GK User
Mon Dec 17, 2012 12:04 pm
After pasting the code, I got this front end error. Parse error: syntax error, unexpected T_ENDIF in /home/gubaru/public_html/test/templates/gk_twn2/layouts/blocks/logo.php on line 55

The front won't load at all?
User avatar
Junior Boarder

GK User
Mon Dec 17, 2012 12:26 pm
See attached file for code line.
User avatar
Junior Boarder

teitbite
Wed Dec 19, 2012 1:46 am
Hi

I was asked to join in other thread of @shintaku.

I've added this code into the /layouts/blocks/logo.php

Code: Select all
   <div id="topadvert"><jdoc:include type="modules" name="topadvert" style="<?php echo $this->module_styles['topadvert']; ?>" /></div>


All modules placed in this module position are visible now. I've named this module position layer "topadvert" so You can now position it wherever You want with css.
User avatar
Moderator

GK User
Wed Dec 19, 2012 10:10 am
If you still have problem with parsing error please revert your changes and let me know via PM.
User avatar
Platinum Boarder

teitbite
Fri Dec 21, 2012 1:29 am
Hi

You've ased in PM how to move it to the top right corner. Here is the code:

Code: Select all
#topadvert {
width: 200px;
float: right;
}


than You can play with width value to set the right size for it and also use a margin rule to move it to the exact place You want it.
User avatar
Moderator

GK User
Mon Dec 31, 2012 8:32 am
Thanks, that fixed it.
User avatar
Junior Boarder

GK User
Fri Jan 18, 2013 11:22 pm
hello, I can not top positions set to display as the original template.

http://www.ecuadorturevista.com/
User avatar
Fresh Boarder

teitbite
Sat Jan 19, 2013 3:51 am
Hi

I think it is a matter of configuration. Please install a quickstart in a different location and mimic all settings from module. Take a close look at module class suffixes. I think it will be crucial in Your case.
User avatar
Moderator


cron