Gray Style

Started by The Domain Shop, November 06, 2011, 08:59:23 AM

Previous topic - Next topic

klra

Ok, I used the above index.php and it stopped throwing the errors.


The Domain Shop

Quote from: klra on June 13, 2014, 11:10:04 AM
Ok, I used the above index.php and it stopped throwing the errors.

Great! I've updated the theme on the mod site now anyhow  :)

klra

Very cool-

Also, for those that might want to use this theme, I had to do the manual edits for the Users Online Today Modification- worked like a charm!

Kimmie

x
Quote from: klra on June 13, 2014, 05:28:43 PM
Very cool-

Also, for those that might want to use this theme, I had to do the manual edits for the Users Online Today Modification- worked like a charm!


Any time you put on a new theme you will have to make edits for that mod, as well as several others.

Steve

I don't know if this thread is still being monitored but if so ... this is my absolute favorite skin with the exception of the rss feed buttons. I'd like to remove them. How do I do that?
DO NOT pm me for support!

The Domain Shop

Glad you like it :-)

BoardIndex.template.php

Find
$board['name'], '</a>
&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>


Replace with
$board['name'], '</a>

MessageIndex.template.php

$board['name'], '</a>
&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>


Replace with
$board['name'], '</a>

Make sure to backup before making the changes ;-)

Steve

Thanks!

What a difference an ' makes ... I accidentally deleted the last one on the end in those two lines of code and got a massive parser error ... good thing I heeded your last piece of advice.

One more thing if you don't mind ... at the very top left where the date is, can that rss button be removed too?
DO NOT pm me for support!

The Domain Shop

Yep, have a look in the index.template.php for the social section, sorry I can't give the exact changes, I'm not at my pc.

Steve

Okay, got it. Thanks again! :D
DO NOT pm me for support!

The Domain Shop


joseph1977

1.) I have an issue with the logo location with IE,Safari and Opera. I edited the css in my theme to get it centered but the logo is more to the left than i wanted. It only with these 3 browsers. I have no issues with Firefox and Chrome.

2.) The other issue with the background on a mobile browser like an IPhone. When I tested my site on my IPhone's browser the background doesn't float with the index like the desktop browsers. I did replace the background in css.

my website is hxxp:www.harleyfreedomforum.mzzhost.com/forums/index.php [nonactive]

Any ides on the fix?

The Domain Shop

Quote from: joseph1977 on September 25, 2014, 02:31:22 PM
1.) I have an issue with the logo location with IE,Safari and Opera. I edited the css in my theme to get it centered but the logo is more to the left than i wanted. It only with these 3 browsers. I have no issues with Firefox and Chrome.

2.) The other issue with the background on a mobile browser like an IPhone. When I tested my site on my IPhone's browser the background doesn't float with the index like the desktop browsers. I did replace the background in css.

my website is http://www.harleyfreedomforum.mzzhost.com/forums/index.php

Any ides on the fix?

Yep there's no width set on the header in css so n the index.css

find
#header {
  background:none;
  height:300px;
  overflow:hidden;
}


replace with
#header {
  background:none;
  height:300px;
  overflow:hidden;
  width:100%;
}


That should work  :)

joseph1977

Any idea  on the IPhone issue?

The Domain Shop

I'm not sure because i haven't got an iPhone so i would only be guessing and to be honest it was never created with mobile in mind.
Try making the background repeat itself by changing the "no-repeat" to repeat-x or repeat-y on the background css.

If you include a screen shot so i can see what's happening i might be able to help you better.

If you need more support drop by my forum were ill be happy to help you resolve this.

Steve

Any idea what's causing the white dot to the left of 'Oval Office' in the attached image?

It shows in both Firefox and Chrome and has been there for ages but I kept forgetting to come ask about it.  :-[
DO NOT pm me for support!

The Domain Shop

Quote from: Steve on April 15, 2015, 06:20:25 PM
Any idea what's causing the white dot to the left of 'Oval Office' in the attached image?

It shows in both Firefox and Chrome and has been there for ages but I kept forgetting to come ask about it.  :-[

EDIT: It looks like i missed a bit of the colour just at the edge, i'm not too sure though. Send me your sites url to have a look please?

Steve

Sending via PM. Do you need an account?
DO NOT pm me for support!

The Domain Shop

Quote from: Steve on April 16, 2015, 04:30:03 PM
Sending via PM. Do you need an account?

Yes please  :)

The Domain Shop

It looks like it's caused by the shoutbox, would it be possible for you to disable and see if it goes away?

Steve

Disabling the shoutbox does indeed make it go away. I can live with it and thanks for looking and finding out what the problem was for me. :)
DO NOT pm me for support!

Advertisement: