Add an avi video in top position
- GK User
- Sun Feb 19, 2012 3:21 pm
Hello. Can I insert a video (avi or flv format) in top position? How I can do?
Thanks in advance!
ByeBye
Thanks in advance!
ByeBye
-
- Junior Boarder
- GK User
- Sun Feb 19, 2012 6:39 pm
Hi,
You may need to use some thirtparty extension like this one http://extensions.joomla.org/extensions ... allery/812
You may need to use some thirtparty extension like this one http://extensions.joomla.org/extensions ... allery/812
-
- Platinum Boarder
- GK User
- Sun Feb 19, 2012 11:12 pm
Thank you very much Don Lee. I solved my problem!
but....I have another problem...and I post here; I attached an image that show three modules (Top, Right Top and Right Bottom) that they're stick togheter.
It's possible to create a little space between them?
I tryed with firebug, but then I'm not able to apply in the css code.
Thank's in advance!
ByeBye
but....I have another problem...and I post here; I attached an image that show three modules (Top, Right Top and Right Bottom) that they're stick togheter.
It's possible to create a little space between them?
I tryed with firebug, but then I'm not able to apply in the css code.
Thank's in advance!
ByeBye
Modules.jpg
-
- Junior Boarder
- GK User
- Mon Feb 20, 2012 11:08 am
Can you give me the link to your site then I can try a bit with firebug to give you solution?
-
- Platinum Boarder
- GK User
- Mon Feb 20, 2012 1:51 pm
Hi Don Lee. Thank's for your patience!
The link is: www.masterdoor.it/Test
The link is: www.masterdoor.it/Test
Don Lee wrote:Can you give me the link to your site then I can try a bit with firebug to give you solution?
-
- Junior Boarder
- GK User
- Tue Feb 21, 2012 9:07 am
Use this code to add to CSS Override mode:
Let me know if it helps.
- Code: Select all
#gkContent{
width: 66% !important;
margin-right: 5px;
}
Let me know if it helps.
-
- Platinum Boarder
- GK User
- Tue Feb 21, 2012 2:22 pm
Thank you very much Don Lee. It's work fine!
It's possibile to resize the border below as like as "who's online" module?
Thank's!
It's possibile to resize the border below as like as "who's online" module?
Thank's!
Don Lee wrote:Use this code to add to CSS Override mode:
- Code: Select all
#gkContent{
width: 66% !important;
margin-right: 5px;
}
Let me know if it helps.
-
- Junior Boarder
- GK User
- Tue Feb 21, 2012 6:01 pm
Thank's to your advice I modified in override mode and I get what I want.
The last problem that I can't change is the margin left. I want that is aligned with module above as in the screenshot that I attach.
It's possible?
Thanks!
The last problem that I can't change is the margin left. I want that is aligned with module above as in the screenshot that I attach.
It's possible?
Thanks!
-
- Junior Boarder
- GK User
- Wed Feb 22, 2012 2:05 pm
Here you go add this css code:
- Code: Select all
.box div.content, .box_text div.content{
padding: 18px 18px 18px 0!important;
}
.jplayer-box > object{
margin-right: 18px;
}
-
- Platinum Boarder
- GK User
- Wed Feb 22, 2012 6:10 pm
You're the best!
Now the HomePage is perfect!
Thank you very much!
I must learn to use firebug! It's very useful for little resize and adjustments.
Bye Bye
Now the HomePage is perfect!
Thank you very much!
I must learn to use firebug! It's very useful for little resize and adjustments.
Bye Bye
Don Lee wrote:Here you go add this css code:
- Code: Select all
.box div.content, .box_text div.content{
padding: 18px 18px 18px 0!important;
}
.jplayer-box > object{
margin-right: 18px;
}
-
- Junior Boarder
- GK User
- Wed Feb 22, 2012 8:41 pm
Opps...there is a little problem. Now the home page is perfect, but I tryed to click here (http://tinyurl.com/74d6pfm) and the pagination is incorrect!
If I disable the override code that I changed the view come back correct.
It's possible to fix the problem?
Thanks!
If I disable the override code that I changed the view come back correct.
It's possible to fix the problem?
Thanks!
-
- Junior Boarder
- GK User
- Thu Feb 23, 2012 10:23 am
I only see a problem with breadcrumb bar, can you send me a PM to provide backend access then I can disable override mode myself to check the original display?
Thanks,
Thanks,
-
- Platinum Boarder
- GK User
- Thu Feb 23, 2012 7:41 pm
I send you a PM as you request!
Thanks!
ByeBye
Thanks!
ByeBye
-
- Junior Boarder
- GK User
- Fri Feb 24, 2012 1:28 pm
Hi,
I see that this code causing the issue:
If you remove margin-top line, it will be ok. Also, it's not the code I have given you before.
Cheers,
I see that this code causing the issue:
- Code: Select all
#gkContent{
width: 66% !important;
margin-right: 5px;
margin-top: -38px;
}
If you remove margin-top line, it will be ok. Also, it's not the code I have given you before.
Cheers,
-
- Platinum Boarder
- GK User
- Fri Feb 24, 2012 8:26 pm
Thank you very much Don Lee!
Sorry...the code "margin-top" was my test! A failure test!
I add it for align the media box in home page with Menù at the right.
I must learn firebug!
Thank's...
bye bye
Sorry...the code "margin-top" was my test! A failure test!
I add it for align the media box in home page with Menù at the right.
I must learn firebug!
Thank's...
bye bye
-
- Junior Boarder
- GK User
- Sat Feb 25, 2012 11:30 am
No problem at all, just feel free to let me know if you need any other helps.
Have a nice weekend!
Have a nice weekend!
-
- Platinum Boarder
- GK User
- Sun Feb 26, 2012 6:40 am
You have been very kind.
Thank you!
Have a nice weekend to you too!
Thank you!
Have a nice weekend to you too!
-
- Junior Boarder
17 posts
• Page 1 of 1