TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: robot1993 on Nov 01, 11, 05:08:27 PM

Title: anecdota
Post by: robot1993 on Nov 01, 11, 05:08:27 PM
how do you change the logo of the anecdota theme?
Title: Re: anecdota
Post by: Crip on Nov 02, 11, 08:44:41 AM
Try the Search Function , it's been ask many times before & answered.
Title: Re: anecdota
Post by: robot1993 on Nov 02, 11, 02:52:44 PM
ok never mind i got a logo im using your fire brick one but i changed the logo and this happend  http://i42.tinypic.com/fum5tx.png how do i fix that?
Title: Re: anecdota
Post by: Crip on Nov 02, 11, 02:58:50 PM
css/index.css :

Look for #logo .. change image //Width & //Height to your image size
Title: Re: anecdota
Post by: robot1993 on Nov 02, 11, 03:08:35 PM
Quote from: Crip on Nov 02, 11, 02:58:50 PM
css/index.css :

Look for #logo .. change image //Width & //Height to your image size

thanks
Title: Re: anecdota
Post by: fatdaddy on Jun 19, 12, 09:02:45 AM
hi.
I have Anecdota as my new theme  :grinz:

I have added my own banner in place of logo by changing index.css.
I want to use rotate.php as I have with other themes but in the past I have done it by altering index.template I think ?

I put a folder ("banners") in the "images" folder with my banners and rotate.php inside the folder. I altered the logo .css to be
#logo a {
position: absolute;
top: 20px;
left: 20px;
display: block;
width: 512px!important;
height: 122px!important;
cursor: pointer;
background: url(../images/banners/rotate.php) no-repeat!important;


but nothing shows.
If i put background: url(../images/banners/image.png) then the image does show.

IS this because I cant use rotate.php inside css ?
or have I missed something......

thanks.

uklows.com/forum
you need to log in as a specific member to see anecdota at the moment. I can PM details if you need.
Title: Re: anecdota
Post by: Crip on Jun 19, 12, 09:09:19 AM
Hi.
I reckon we will need to see a link-to before we can help.....?
Title: Re: anecdota
Post by: fatdaddy on Jun 19, 12, 09:12:08 AM
 :2funny:

you posted as I edtied !

I will pm you
Title: Re: anecdota
Post by: Crip on Jun 19, 12, 09:20:26 AM
Thanks got it. ;)
Title: Re: anecdota
Post by: Crip on Jun 19, 12, 09:25:13 AM
Can you make me Admin there?
Title: Re: anecdota
Post by: Crip on Jun 19, 12, 09:34:10 AM
I've waited on you long EnFF.......>!
Title: Re: anecdota
Post by: fatdaddy on Jun 19, 12, 09:34:56 AM
yes.
I will pm my login for you to use
Title: Re: anecdota
Post by: Crip on Jun 19, 12, 09:55:34 AM
I really do not know much about rotate.php .. it should work best  via your (index.temp.php) .. it seems?
Title: Re: anecdota
Post by: fatdaddy on Jun 19, 12, 10:08:20 AM
OK
I'll have ago that way

thanks
:)
Title: Re: anecdota
Post by: Crip on Jun 19, 12, 10:09:49 AM
.....or ask @ SMF Support?
Title: Re: anecdota
Post by: fatdaddy on Jun 20, 12, 03:57:24 AM
got it  ^yes^

All the folder on the path need to be 755, Anecdota "images" was 777.
Works a treat now and my members LOVE the theme

thanks
Title: Re: anecdota
Post by: Crip on Jun 20, 12, 06:49:04 AM
I'm glad you have it sorted now!
Title: Re: anecdota
Post by: fatdaddy on Jul 16, 12, 02:25:34 PM
Hi again  :grinz:

http://www.isthatagnu.net/gallery/albums/userpics/10001/ss.png

see in the copyright area the txt has spilled out of the "frame". It would be nice to align the bits of txt to left and right but I cant find where to do that.
If not how can I stretch the frame please

thanks
Title: Re: anecdota
Post by: Maxx on Jul 16, 12, 03:53:44 PM
I do not have this theme installed any where at the moment, so Crip will need to have a look or I could if PM me a URL to your site.  But does this happen with the bottom block turned off?

regards,
Maxx
Title: Re: anecdota
Post by: fatdaddy on Jul 16, 12, 04:43:43 PM
thanks
http://uklows.com/forum/index.php

Its the same with the Ad blok off. Its since I put in the Simple Audio Embedder I think............
Title: Re: anecdota
Post by: TinMan on Jul 16, 12, 04:46:19 PM
you can edit the css maybe to give you a little more room in the footer if needed.
Title: Re: anecdota
Post by: Crip on Jul 16, 12, 04:50:57 PM
I will check it ASAP!
Title: Re: anecdota
Post by: TinMan on Jul 16, 12, 04:57:03 PM
I'm probably not the best with css etc. lol, but you can find:
#footer {
    background: #00426F url(../images/img/fot_back.gif) 0 100% repeat-x;
}
#foot-r {
    height: 79px;
    background: url(../images/img/fot_right.gif) 100% 100% no-repeat;
}
#foot-l {
    background: url(../images/img/fot_left.gif) 0 100% no-repeat;
}


and replace with:
#footer {
    background: #00426F url(../images/img/fot_back.gif) 0 100% repeat-x;
    background-size: 100% 115px;
}
#foot-r {

    background: url(../images/img/fot_right.gif) 100% 100% no-repeat;
    background-size: 17px 115px;

}
#foot-l {
    background: url(../images/img/fot_left.gif) 0 100% no-repeat;
    background-size: 17px 115px;
}

this should give you some more room in the footer... crip can probably give you a better fix than i can though.
Title: Re: anecdota
Post by: Maxx on Jul 16, 12, 05:09:02 PM
OK Please find this code:
and remove the padding:
#footerarea {
    color: #FFFFFF;
    padding: 2.5em; <!--  remove --->
    text-align: center;
}


regards,
maxx
Title: Re: anecdota
Post by: fatdaddy on Jul 16, 12, 05:13:47 PM
 :)
wonderfull. Thanks for being so prompt  ^yes^
Title: Re: anecdota
Post by: Maxx on Jul 16, 12, 05:16:14 PM
You are very welcome and thanks Tinman for the help there Bro!

regards,
Maxx
Title: Re: anecdota
Post by: fatdaddy on Jul 16, 12, 08:49:32 PM
nothing to do with the above, but.......................
since I started using Anecdota I have had virtually no errors and mods (2.0.2 mods) have all installed without erros and work from the off



and it looks fantastic  :smitten: