Author Topic: Mystic Jade  (Read 4295 times)

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5655
  • Civilian Support
    • Files4Design
Re: Mystic Jade
« Reply #10 on: Jan 29, 2012, 21:42:17 »
agent47, did you try this on SMF 2.0x? It probably wont make much difference in this case but I did notice that the sample site in the link was SMF 1.1.15.

 ;)
I no longer work here. Please stop sending me messages asking for premium theme support. That is what the Support Boards are for. Thank You!

Offline agent47

  • Support Team
  • Hero Member
  • *
  • Posts: 819
  • At your service?
    • Superhero Alliance
Re: Mystic Jade
« Reply #11 on: Jan 29, 2012, 23:34:35 »
agent47, did you try this on SMF 2.0x? It probably wont make much difference in this case but I did notice that the sample site in the link was SMF 1.1.15.

 ;)
Well mate, I just tried it out on my test server which is running SMF 2.0.2 and it seems be displaying okay except for a few glitches...
Here, take a look. Text seems to be pushed slightly towards the right for some reason.

Wedge is the way to go

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5655
  • Civilian Support
    • Files4Design
Re: Mystic Jade
« Reply #12 on: Jan 30, 2012, 09:40:55 »
I see that. But, the question is, is Silvio using 1.1.x or 2.0?  ;)
I no longer work here. Please stop sending me messages asking for premium theme support. That is what the Support Boards are for. Thank You!

Online swoodie

  • Full Member
  • ***
  • Posts: 193
  • Mad Hatter
Re: Mystic Jade
« Reply #13 on: Jan 31, 2012, 22:15:38 »
agent47, did you try this on SMF 2.0x? It probably wont make much difference in this case but I did notice that the sample site in the link was SMF 1.1.15.

 ;)
Well mate, I just tried it out on my test server which is running SMF 2.0.2 and it seems be displaying okay except for a few glitches...
Here, take a look. Text seems to be pushed slightly towards the right for some reason.


not bad agent

looks good on ur  newbalance theme

Offline Silvio22

  • Jr. Member
  • **
  • Posts: 13
    • Email
Re: Mystic Jade
« Reply #14 on: Feb 01, 2012, 08:03:40 »
I see that. But, the question is, is Silvio using 1.1.x or 2.0?  ;)
I using 2.0.2.

everything is upside down.. See: http://www.zaslike.com/files/0e37390n6wyczjim60g.png  and background is black..

Normal is: http://www.zaslike.com/files/ldm1w6lft0wal0ulh7zr.png

Offline Silvio22

  • Jr. Member
  • **
  • Posts: 13
    • Email
Re: Mystic Jade
« Reply #15 on: Feb 05, 2012, 15:53:29 »
*refresh*

Offline Bikken

  • Administrator
  • Hero Member
  • *
  • Posts: 4030
  • I doubt that!
    • DzinerStudio
Re: Mystic Jade
« Reply #16 on: Feb 06, 2012, 02:31:08 »
@ Silvio22 - it's not doing that by default so you probably did something wrong. Got a link to your site to see for myself?
DzinerStudio Demos
http://demo.dzinerstudio.com

Get your own theme copy!
Browse Downloads | Become a Club Member

Offline Silvio22

  • Jr. Member
  • **
  • Posts: 13
    • Email
Re: Mystic Jade
« Reply #17 on: Feb 07, 2012, 05:23:13 »
This is on localhost. :/

to give index.template.php and you see?

Offline Bikken

  • Administrator
  • Hero Member
  • *
  • Posts: 4030
  • I doubt that!
    • DzinerStudio
Re: Mystic Jade
« Reply #18 on: Feb 08, 2012, 02:00:01 »
No, i suggest installing a fresh copy of the theme again and start all over. Then try adding the edit below:

Find:

Code: [Select]
<div id="wrapper">
<div id="topbar">';

Replace with:

Code: [Select]
<div id="wrapper">
<div class="text-tab">
<b>IP Servera:</b> 193.192.59.151:7777 &#8226; <a href="http://www.anylinkthatyouwish.com" target="_blank"><b>YOUR FORUM NAME</b></a> &#8226; <a href="http://www.facebook.com/pages/linktoyourfbpage" target="_blank"><b>Your FB Page Name</b></a>
</div>
<div id="topbar">';

Somewhere in index.css:

Code: [Select]
.text-tab {
background: #1a1a1a url(../images/bar-bg.png) repeat-x;
line-height: 20px;
text-align: right;
padding: 0 10px;
}
DzinerStudio Demos
http://demo.dzinerstudio.com

Get your own theme copy!
Browse Downloads | Become a Club Member

Offline Silvio22

  • Jr. Member
  • **
  • Posts: 13
    • Email
Re: Mystic Jade
« Reply #19 on: Feb 08, 2012, 17:00:20 »
Thanks. :)