footer disappeared

Permalink 2 users found helpful
Hi, I can no longer see the complete footer onhttp://salemchapelfurniture.co.uk/...
I have checked the footer file and the code is there but it no longer displays on the site properly, any help appreicated, I only have basic knowledge

Thanks

Mark

 
Adreco replied on at Permalink Reply
Adreco
Hi Mark,

I can see text that is in the footer area when I click over it to highlight it. It appears as though the text is the same color as the background and is blending in.
Did you make any text or background color changes?




Adrian
Arvixe Web Hosting / concrete5 Community Liaison |
Looking for quality concrete5 Web Hosting? Look no further than Arvixe Web Hosting!
http://www.arvixe.com/concrete5_hosting...
rawhyde replied on at Permalink Reply
Hi Adrian

I did not make any color changes which is baffling me, the footer should
be laid out and displayed like the footer below, only the links are
showing, not sure how to recover the original color, I also have the
same problem in the body text, if I add a new block I have to manually
add the color as the site is not picking up the default font 51b048 from
the theme. This problem has only just transferred itself to the footer
and I do not know why.

I have basic knowledge and I am not confident about editing the css etc,
so I am in a bit of trouble as I have no idea what to do.

Thanks for your reply which is appreciated

Mark





On 06/06/2013 23:51, concrete5 Community wrote:
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Open your themes folder & navigate to typography.css
the go to line no 4. It looks like
body {
    background-color: #2D2E2E;
    height: auto;
}


Append the below code on it
color: #51B048;


So finally it will looks like
body {
    background-color: #2D2E2E;
    height: auto;
    color: #51B048;
}


Rony
rawhyde replied on at Permalink Reply
Hi

Thanks for your help, not sure how to navigate to the themes
folder/typography, in cpanel now looking for it, sorry for being a bit dumb!

Cheers

Mark

On 07/06/2013 06:26, concrete5 Community wrote:
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Go to Root of your Cpanel (might be public_html folder), then concrete->themes->greek_yogurt.
then copy the entire folder & paste it into roots theme folder. then edit the header.php file from roots theme folder.

Rony
rawhyde replied on at Permalink Reply
rony, thanks very much for your help, I am afraid this is maybe a bit
beyond my ability and I am concerned that I might mess everything up,
many thanks again for your kind assistance

On 07/06/2013 07:51, concrete5 Community wrote:
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
if you want you can send me your cpanel details, I'll make this small change. Though it is up to you.

Rony
rawhyde replied on at Permalink Reply
hi Rony, just sent you a pm, many thanks, I am hoping that once the font
is sorted that the alignment will return, footer left copyright xxxxx
footer right created by xxxxxxxx we'll see, very kind offer much appreciated

thanks

mark

On 07/06/2013 08:01, concrete5 Community wrote:
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Its done. Check it.

Rony
rawhyde replied on at Permalink Reply
Many thanks much appreciated just need to resolve the alignment issue now
thanks again mark
On 7 Jun 2013 08:28, "concrete5 Community" <discussions@concretecms.com>
wrote: