SimplePortal

Support => Install and Upgrade => Topic started by: shadowandlight on July 10, 2014, 03:33:43 PM

Title: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: shadowandlight on July 10, 2014, 03:33:43 PM
Here is what the front page looks like

http://i.imgur.com/fK05uJh.png

The white only appears in simple portal, the theme renders correctly everywhere else.

I've tried a few "darker" themes and they all have the same issue

any ideas?
Title: Re: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: AngelinaBelle on July 25, 2014, 02:52:08 PM
Clearly, there is an Incompatability here.  Can you provide a link to a URL using this theme WITHOut  the problem showing up, and one to a forum with simpleportal and this theme problem?

It will take looking at the html and css to find the source of the problem.
Title: Re: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: oNLy1 on July 26, 2014, 03:30:45 AM
looks like an a:link problem in CSS
would need to see site to see code, as AngelinaBelle suggests
Title: Re: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: [SiNaN] on July 26, 2014, 12:52:50 PM
That's the Prince of Darkness theme you have there. I have just tested it and there doesn't seem to be any incompatibilities between the that particular theme and SimplePortal.

I haven't seen any reports suggesting issues with any other dark theme as well.

It clearly is related to a custom code you have there. As was said above, it's pretty difficult to identify without seeing the code.

Feel free to send me a personal message with the URL to your site so I can have a look at it for you.
Title: Re: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: shadowandlight on August 07, 2014, 08:06:30 PM
Apologies for my late response

the URL is www.eveservers.info

I am not sure what "custom" code I added to SMF, other then these mods

http://i.imgur.com/vk8ccKy.png

Using the theme DarkModern results in the following

http://i.imgur.com/hg1Wydp.png

However the theme looks fine else where?

http://i.imgur.com/W2RgFf9.png
Title: Re: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: oNLy1 on August 12, 2014, 05:42:29 PM
Simple Portal is fine, the Forum is fine ...just the home page (portal) shows the issues

As expected it is CSS

Code: [Select]
  a:link,a:visited {
   color: Navy;
   [b]background-color: White;[/b]
   text-decoration: none;
   target-new: none;
  }
  a:hover {
   color: #0000FF;
   background-color: #FFFFC0;
   text-decoration: underline;
   target-new: tab;

where that is coming from? I dunno
you are aware your pulling styles from another server?
Title: Re: Trying to get a dark theme to work with Simple Portal (zero coding experience)
Post by: [SiNaN] on October 11, 2014, 04:59:12 AM
shadowandlight, do you require further assistance with this issue?
SimplePortal 2.3.8 © 2008-2024, SimplePortal