new position in template
- GK User
- Tue Aug 21, 2012 12:57 pm
hi
i want to add a new module position in template near login position
how can i do?
i want to add a new module position in template near login position
how can i do?
-
- Junior Boarder
- GK User
- Tue Aug 21, 2012 1:32 pm
Hi,
Please check this userguide http://www.gavick.com/documentation/joo ... -position/
Consult this topic as well https://www.gavick.com/forums/131/is-it ... 16605.html
Cheers,
Please check this userguide http://www.gavick.com/documentation/joo ... -position/
Consult this topic as well https://www.gavick.com/forums/131/is-it ... 16605.html
Cheers,
-
- Platinum Boarder
- GK User
- Tue Aug 21, 2012 1:44 pm
Don Lee wrote:Hi,
Please check this userguide http://www.gavick.com/documentation/joo ... -position/
Consult this topic as well https://www.gavick.com/forums/131/is-it ... 16605.html
Cheers,
i just read the first guide, but i use joomla 1.5 and i cannot try gk.const.php
-
- Junior Boarder
- GK User
- Wed Aug 22, 2012 9:05 am
i don't undestant this guide. anyone that help me?
-
- Junior Boarder
- GK User
- Wed Aug 22, 2012 4:40 pm
Please send me a PM to provide with backend and FTP access then I will try for you.
Cheers,
Cheers,
-
- Platinum Boarder
- GK User
- Thu Aug 23, 2012 9:43 am
sotty i'm working in local
but if you write me the file i have to change, i'll send it
thanks
but if you write me the file i have to change, i'll send it
thanks
-
- Junior Boarder
- GK User
- Thu Aug 23, 2012 9:40 pm
So I can't because I need to test also, once you put it online just let me know then I will help right away.
Cheers,
Cheers,
-
- Platinum Boarder
- GK User
- Tue Sep 18, 2012 9:31 pm
Don Lee wrote:So I can't because I need to test also, once you put it online just let me know then I will help right away.
Cheers,
hi don
i sent in pm FTP access
thanks
-
- Junior Boarder
- teitbite
- Sun Sep 23, 2012 9:42 am
Hi
Please send this ftp anf joomla panel access to my mail. I'll help You with that.
Please send this ftp anf joomla panel access to my mail. I'll help You with that.
-
- Moderator
- GK User
- Sun Sep 23, 2012 10:20 am
teitbite wrote:Hi
Please send this ftp anf joomla panel access to my mail. I'll help You with that.
thanks, i sent it
-
- Junior Boarder
- teitbite
- Mon Sep 24, 2012 12:26 pm
Hi
I can see You've done it already. This is a good code:
Now please just publish Your module in this new "mytop" position and show me Your site than so I'll fix the css style to make it display in a right place.
I can see You've done it already. This is a good code:
- Code: Select all
<?php if( $this->modules('mytop') ): ?>
<div id="mytop">
<jdoc:include type="modules" name="mytop" />
</div>
<?php endif; ?>
Now please just publish Your module in this new "mytop" position and show me Your site than so I'll fix the css style to make it display in a right place.
-
- Moderator
- GK User
- Mon Sep 24, 2012 1:18 pm
teitbite wrote:Hi
I can see You've done it already. This is a good code:
- Code: Select all
<?php if( $this->modules('mytop') ): ?>
<div id="mytop">
<jdoc:include type="modules" name="mytop" />
</div>
<?php endif; ?>
Now please just publish Your module in this new "mytop" position and show me Your site than so I'll fix the css style to make it display in a right place.
i published it
-
- Junior Boarder
- GK User
- Mon Sep 24, 2012 1:32 pm
teitbite wrote:Hi
I can see You've done it already. This is a good code:
- Code: Select all
<?php if( $this->modules('mytop') ): ?>
<div id="mytop">
<jdoc:include type="modules" name="mytop" />
</div>
<?php endif; ?>
Now please just publish Your module in this new "mytop" position and show me Your site than so I'll fix the css style to make it display in a right place.
now the logo position is wrong and i cannot see the module
www.vivalowcost.com
-
- Junior Boarder
- teitbite
- Mon Sep 24, 2012 1:40 pm
Hi
What position did You published this moduel in ? I cannot log into joomla panel. Access You've send me is not working.
Greets
What position did You published this moduel in ? I cannot log into joomla panel. Access You've send me is not working.
Greets
-
- Moderator
- GK User
- Mon Sep 24, 2012 1:46 pm
teitbite wrote:Hi
What position did You published this moduel in ? I cannot log into joomla panel. Access You've send me is not working.
Greets
i published module in position "mytop"
thanks to help me
-
- Junior Boarder
- teitbite
- Mon Sep 24, 2012 2:21 pm
Hi
Ok. It was the wrong function name used. Now it's ok. To make it display in desired place place add this code at the end of template.css file:
this numbers may not be accurate, so You will need to play with them for a while to set in a right place.
Ok. It was the wrong function name used. Now it's ok. To make it display in desired place place add this code at the end of template.css file:
- Code: Select all
#mytop {
position: absolute;
width: 250px;
right: 100px;
top: 50px;
}
this numbers may not be accurate, so You will need to play with them for a while to set in a right place.
-
- Moderator
- GK User
- Mon Sep 24, 2012 9:00 pm
teitbite wrote:Hi
Ok. It was the wrong function name used. Now it's ok. To make it display in desired place place add this code at the end of template.css file:
- Code: Select all
#mytop {
position: absolute;
width: 250px;
right: 100px;
top: 50px;
}
this numbers may not be accurate, so You will need to play with them for a while to set in a right place.
works, thanks
-
- Junior Boarder
- teitbite
- Tue Sep 25, 2012 7:36 am
Hi
Position works, but I do not see this css I've asked You to copy to template.css file. Without it site may looks broken on some browsers.
Position works, but I do not see this css I've asked You to copy to template.css file. Without it site may looks broken on some browsers.
-
- Moderator
- GK User
- Fri Sep 28, 2012 6:11 pm
teitbite wrote:Hi
Position works, but I do not see this css I've asked You to copy to template.css file. Without it site may looks broken on some browsers.
yes, i copy it
#mytop {
position: absolute;
width: 250px;
right: 150px;
top: 40px;
}
-
- Junior Boarder
- teitbite
- Sun Sep 30, 2012 12:47 pm
Hi
Ok. Now I can see this code working
Ok. Now I can see this code working
-
- Moderator
20 posts
• Page 1 of 1