News:

Keeping Crip's dream alive is our mission! :)

 

Recent Topics

Members
Stats
  • Total Posts: 10,783
  • Total Topics: 1,380
  • Online today: 36
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 35
Total: 35

Regarding the theme "Submission"

Started by Morty, Jun 13, 12, 05:53:35 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Morty

Greetings one and all.

Let me first start by thanking the author of these themes, it's come in great use.


What I wonder is if it is possible to change the area of where the current "Welcome <username>" area is in the top right corner.

ZarPrime

Sure, it can probably be moved but, in order to help you figure it out, we would need some additional information from you.

ZarPrime

Morty

Would you be so kind to elaborate?

If the case is site, version etc you will find the information below.

Thanks in advance!

Link to my site: http://www.nordicbeerpong.com
SMF version: 2.0.2
TP version: 1.107
Default Forum Language: English
Theme name and version: Submission

ZarPrime

OK, I looked at it.  So, do you want to ...


  • Move it?
  • Hide it?
  • or totally remove it?

BTW, when I was looking at your site, there was some javascript that automatically refreshed the FrontPage of your site as I was looking at the Welcome area trying to move it.  That might make it more difficult for me to figure out how to do that depending on what the refresh rate is.  Any idea what is causing the refresh?

Also, you might want to go ahead and join here as we are discussing whether guests should be allowed to post as you did.  This could be disallowed at some point tonight or tomorrow.

ZarPrime

Mortyy

Hiding it prefferably, as I am wishing for the logo area to stretch either all the way, or atleast a little bit further. The current logo is just a test of the size and the BG.


You must excuse the poor design it currently has it was installed yesterday. Big kudo's on the theme to the author's by the way!

I have now registrered, and awaiting confirmation from an Administrator/Moderator. I think I will stick around here for some time after this case aswell!

Morty

Thanks for approving my membership.


Right, well.. I do not know what causes the refresh. It might be an script from an earlier CMS system that was installed on the server called e107.

I'll have to take a further look at that, though.

ZarPrime

OK, Morty, sorry it took me a few minutes but I have gone ahead and approved you.  The reason it took me a few minutes is that our Forum Spam Mod went crazy there for a minute on your name so I checked you out on http://www.stopforumspam.com/search?q=Morty and didn't see your EMail or IP address there so you're good.

Anyway, back to your issue.  Here's what we can do to hide that whole welcome area.  Download the css file for this theme from the following location --> YourSite/Themes/Orange/css/index.css?fin20

Open it up and search for the following ...

Code (Find This) Select
#userarea {
    color: #FFFFFF;
    float: right;
    font-family: verdana,geneva,lucida,"lucida grande",arial,helvetica,sans-serif;
    font-size: 0.98em;
    padding: 2.5em 25px 0 0;
    text-align: right;
    width: 38em;
}


On the line where it says "float: right;", change "right" to either "left" or "none" (remove the quotes).  That will move that whole area over under the the logo, thus hiding it.  This assumes that you logo is going to be the same width as it is now.  Then just save the file and upload it back up to the same location, overwriting the original.

That oughta do it.

ZarPrime

ZarPrime

Ah, don't worry about the refresh.  It didn't happen to me when I got back into it.  If it doesn't bother you, it doesn't bother me. ;)

ZarPrime

ZarPrime

BTW, I didn't mention it earlier but instead of overwriting the index.css file after you edit it, from your FTP program you might want to first rename the original to index.css.bak and then upload the edited file.  That way, you will have a backup of the original file in the same location in case you easily want to revert to the original.  We like backups here. ;)

ZarPrime

Morty

Well, would you look at that. It is now all fixed! Thanks alot, Champ!

Nah, it is not disturbing me at the moment, but I'll create a subforum where people are able to leave messages for 'Improvement' I think!


Yes, I have figured as much after having to re-install the earlier CMS a couple of times.  :P


Thanks alot for your quick help, ZarPrime.