News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

XPtsp.com

Started by dougiefresh, July 21, 2014, 03:48:22 PM

Previous topic - Next topic

dougiefresh







Same primary theme as the 2015 redesign of the XPtsp.com website!
This theme contains CSS3, and is not compatible with some older browsers




This work is licensed under a Creative Commons Attribution 3.0 Unported License

r4vje

How/where can i add the colours of the subforum? It is now in white and you can barely read it.

dougiefresh

I think I know what you're asking, but one question first:  Did you change the background?

CoryWM

We are having a problem where the new posts and no new posts legend colors are backwards.

Basically it has a blue arrow when their is a new post and red arrows when their isnt. Any help on getting that fixed?

Thanks.

ARG01

The easy way would be to just rename the icons and upload them, overwriting the originals.

Example: Rename the on.png to off.png and the off.png to on.png.  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

dougiefresh

Quote from: CoryWM on August 07, 2014, 10:14:54 PM
We are having a problem where the new posts and no new posts legend colors are backwards.

Basically it has a blue arrow when their is a new post and red arrows when their isnt. Any help on getting that fixed?

Thanks.
I apologize for the late reply, as I don't seem to be getting any emails about responses to this thread.  However, thank you for reporting this issue.  It has been fixed.

Steve

This is one of the most beautiful themes I've come across for SMF!

Having said that, it does have at least one problem. There is some white text on light blue background that's difficult to read. For example, in the theme options and preferences you'll see the attached image.
DO NOT pm me for support!

dougiefresh

Thank you!  Lemme see what I can do.

Steve

Cool beans because I freakin' love this theme. :D
DO NOT pm me for support!

dougiefresh

 :o  I wanna apologize because this bug report fell off my radar and I completely forgot about it!  :(

I've fixed this issue.  Lemme know if you find any other issues....  Thanks!

Steve

No worries. I figured you'd get to it eventually. Thanks! :D
DO NOT pm me for support!

MortalKombatKitten

I deleted the logo image from my control panel, but it's still there on the site. Is there anything I need to do more?

dougiefresh

Sometimes files are cached by the browser.  Press CTRL-F5 and see if that works....

Might wanna browse to the Themes/XP_Theme_v1/images/theme folder (or whatever folder under Themes it may be) and check to see if it exists there....

Also you wanna go into the index.template.php and search for "logo", then remove the following:
<div id="logo">
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? '<img src="'. $settings['images_url']. '/theme/logo.png" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />', '</a>
</div>

DO NOT remove the echo ' as that is needed for the rest of the statement!

Steve

The problem I noted has been fixed but there's another ...



The 'child boards' color is barely readable. Is that something you want to change in the skin or is it something I can easily change on my own? :)
DO NOT pm me for support!

dougiefresh

In css/index.css, change this:
.table_list tbody.content td.children
{
color: #ffffff;
font-size: 85%;
border: 1px solid #CCCCCC;
}

to this:
.table_list tbody.content td.children
{
color: #000;
font-size: 85%;
border: 1px solid #CCCCCC;
}

That should fix the visibility issue.  I'll upload the revised theme....

Steve

Perfect. Thanks again for your rapid response. :D
DO NOT pm me for support!

dougiefresh

#16
Okay, I had to research how to fix the wrapping of the text on the top menu, rendering the text unreadable for the next line.   Here are the changes in index.css in this theme's CSS folder.

Change this:
Code (Find) Select
#topnav li li {
width: 200px;
height: auto;

Code (Replace) Select
#topnav li li {
min-width: 200px;
white-space: nowrap;
height: auto;

then change this:
Code (Find) Select
#topnav li ul {
background: #202020;
position: absolute;
width: 200px;

Code (Replace) Select
#topnav li ul {
background: #202020;
position: absolute;
min-width: 200px;
white-space: nowrap;


Hope this helps someone!

EDIT: I also fixed an issue where the user generated a registration error, and the error text about the registration error is unreadable.  I copied the Register.template.php, opened it up and changed this:
Code (Find) Select
<div class="register_error">
Code (Replace) Select
<div class="register_error plainbox">

dougiefresh

I've uploaded version 1.4 of this theme to the Theme site.  I made the changes mentioned in the last post, as well as fixed a registration page issue where some error was generated by the user and the error text couldn't be read easily by the user.

Jeremy M.

Can i get the .PSD file for the logo to edit it?

dougiefresh

Quote from: StormChaser83 on March 22, 2015, 10:58:40 PM
Can i get the .PSD file for the logo to edit it?
Quote from: StormChaser83
Looks like this one

http://cooltext.com/Logo-Design-Cool-Metal

Advertisement: