Add banner after logo

GK User
Thu May 09, 2013 3:47 pm
Hi !

My logo is on left webiste, so in right space I want to publish some banners.

I know ... @ the forum was more people with that problem, but everytime when I tryed to make a new module position for banner, but doesn't show up

I do all stuff what is on the Documentation " Add a new module position " but I have no solutions.

The website is: http://goo.gl/j1EgM

Can somebody help me?
User avatar
Senior Boarder

GK User
Thu May 09, 2013 3:50 pm
Yes.
Create an admin user and password for me, PM them with site address and link to this post.
Please attach also ftp data so I can check what You have made already.
User avatar
Moderator

GK User
Thu May 09, 2013 4:18 pm
My answare is blocked in Outbox ... I don't know why dosn't send ...

Pls try with myurl.ro/cpanel and try with my login data.
User avatar
Senior Boarder

GK User
Thu May 09, 2013 11:01 pm
Without access to ftp I cannot help. Please try if ftp connection works to You and then write me back.

From the files inside a template I doesnt see any changes made to them. Have You tried to edit them according to documentation?
User avatar
Moderator

GK User
Fri May 10, 2013 9:44 am
It seems that I'm not abble to connect to Your ftp server from where I am.
Please download 3 files from ftp:
/templates/gk_twn2/templateDetails.xml
/templates/gk_twn2/lib/framework/gk.const.php
/templates/gk_twn2/layouts/default.php
/templates/gk_twn2/css/override.css

Pack them together into 1 zip and attach to this forum thread.
User avatar
Moderator

GK User
Fri May 10, 2013 10:02 am
Sorry, probably the server is the problem for your ftp access.

I uploaded in file.zip the 4 files.

10x
User avatar
Senior Boarder

GK User
Fri May 10, 2013 10:19 am
Small update...

We are almost there. Please upload the files back to their place.
You have made 2 mistakes in default.php:
Code: Select all
<?php if($this->modules(‘mytop’)) : ?>

should be:
Code: Select all
<?php if($this->modules('mytop')) : ?>


and:
Code: Select all
<jdoc:include type=”modules” name=”mytop” style=”<?php echo $this->module_styles['mytop']; ?>” />

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


(the diffrence between ‘ and ' in 1 line, ” and " in 2 line)

After uploading, please write back to my PM also, Ill login into admin and will check if everything works fine now.
User avatar
Moderator

GK User
Fri May 10, 2013 10:38 am
Final correction...
Add at the end of override.css:
Code: Select all
#gkPage div.custombanner {position: absolute; top: 10px; left: 300px;}

Play with top and left values so banner is where You would like it to be.
User avatar
Moderator

GK User
Fri May 10, 2013 10:41 am
PS. I have ben abble to log into admin.
The only change i have made is in advanced options of Your test module - i have added "banner" Module Class Suffix, so it is unique on entire page.
User avatar
Moderator

GK User
Fri May 10, 2013 10:49 am
Ok man, thats good.

Thanks a lot, it's exactly what I want.

Have a nice day!
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.