Background picture in template and gk tab issue

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Thu Apr 07, 2011 8:17 pm
the domain is rocklandcountyonline.com
the image path is http://www.rocklandcountyonline.com/images/log.jpg

I am not able to view the image i am attempting to set as background


In addition when attempting to remove the current to add video in the gktab i am getting a message continuously that it didnt add the video
User avatar
Senior Boarder

GK User
Sat Apr 09, 2011 6:44 pm
is there any update on this
User avatar
Senior Boarder

teitbite
Sun Apr 10, 2011 5:38 pm
Hi

Tell me something more about the backgraound, where do You want it ?
Code: Select all
body {
    background: url("http://www.rocklandcountyonline.com/images/log.jpg") repeat scroll 0 0 #EFEEEE;
}


this code workked but it's covered by other backgrounds.


What do You mean by adding video to tabs ? There is no such functionality, just a direct code to load a video.
User avatar
Moderator

GK User
Sun Apr 10, 2011 8:53 pm
<script language="JavaScript" type="text/javascript" src="http://vhss-d.oddcast.com/vhost_embed_functions_v2.php?acc=1927790&js=1"></script><script language="JavaScript" type="text/javascript">AC_VHost_Embed(1927790,300,400,'',1,1, 2133516, 0,1,0,'46ea559a5b57ec24a2d35647e2b6d498',9);</script>


is the code i attempted to add for the video
User avatar
Senior Boarder

GK User
Mon Apr 11, 2011 12:07 am
I don't recommend this image as body background.

About the video on tab, i'm afraid that will not work that way.
Even using xhtml custom tab type.
I recommend that you use media module or place the embed code provided by media source.
User avatar
Platinum Boarder

GK User
Mon Apr 11, 2011 11:54 am
When you say other backgrounds are covering it what do you mean by that? I still am not able to view any backgrounds i attempt to upload. Can i give you my login and you put a background up and point me to what im doing wrong.



Im i able to put something from youtube in a tab?
User avatar
Senior Boarder

teitbite
Tue Apr 12, 2011 7:00 pm
Hi

Like Saichinha said the best way to add the Youtube video is to use some module and set the module inside tabs.

For the background I'm treating the image You are trying to place as an example, because it's clear that this background should be used in height fixed sites and Yours is not like that.

Anyway the code I gave You is placint the background on the base layer (under everything). Please use Firebug to find out which other layers got backgrounds and are placed over the base one.
User avatar
Moderator

GK User
Wed Apr 13, 2011 1:55 pm
So you enter in code for the background? if so what was the code. I still see the same background. I am guessing the layers you refer to are covering it but my issue is even with firebug i am unaware to which backgrounds are covering which code.Is this all in the template css or the style css
User avatar
Senior Boarder

teitbite
Thu Apr 14, 2011 12:35 am
Hi

The code to place this image as backgorund is here:

Code: Select all
body {
    background: url("http://www.rocklandcountyonline.com/images/log.jpg") repeat scroll 0 0 #ffffff !important;
}


to uncover it use code:

Code: Select all
div#top {
    background: none repeat scroll 0 0 transparent !important;
}



Please place this code at the end of template_css.css
User avatar
Moderator


cron