Ambassador

Started by Crip, April 03, 2011, 01:27:38 PM

Previous topic - Next topic

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

johnpaul2k2

please any way to change the colo from dark to some else ??

Crip

Sorry , no  can do..
------------------------
Quote from: johnpaul2k2 on March 07, 2013, 10:02:19 AM
please any way to change the colo from dark to some else ??
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

efas

Quote from: Crip on March 10, 2012, 11:06:54 AM
vet_ca,
what browser were you using to Capture your Shot??

css/index.css Find & Replace
html {
   background: #757575;
}





css/index.css Find & Replace
/* Set a fontsize that will look the same in all browsers. */
body {
background: #000;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
margin-top: 15px;
padding-top: 15px;
background-image: -o-linear-gradient(center top,rgb(0,0,0) 0%,rgb(117,117,117) 100%);
background-image: -o-linear-gradient(rgb(0,0,0),rgb(117,117,117));
background-image:-o-linear-gradient(left top, left bottom, color-stop(0, rgb(0,0,0), color-stop(1, rgb(117,117,117))));
background-image:-webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  black),  color-stop(1,  #757575));
background-image:-moz-linear-gradient(center top,  black 0%,  #757575 100%);
background: -o-linear-gradient(left top, left bottom, rgb(0,0,0), rgb(117,117,117));
background-image: -o-linear-gradient(top,rgb(0,0,0),rgb(117,117,117));
background-image: linear-gradient(top,rgb(0,0,0),rgb(117,117,117));
margin: 0;
padding:0;
min-height: 100%;
min-width: 780px;
width: 100%;
max-width: 2300px;
height: 100%;
}


Hi , firstly thanks for a great theme,

and like vet_ca, my query is regarding the text colour, having looked at the above code and changed some of the colours and reloaded i to the server, it does not appear to change the text colour ?
am i looking at the right bit of code to do this or should i be looking elswhere?
any help much appreciated

new to all this so im not sure of what to look for,

Crip

can i see your: ?
www.likt-to-sit-theme.com
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

efas

Quote from: Crip on May 16, 2013, 10:59:51 AM
can i see your: ?
www.likt-to-sit-theme.com

err ? not sure what it is you want to see?
and the link gives a server not found on my browser .

Crip

#46
I just wanted to see your site + theme www.Link.com +

the code above is only a background-gradient..
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

solewind

Hello,
I love this theme so much. Right now I'm using the Aqua one, but surely would change to this in the upcoming time. Thank you for your sharing.

Burke ♞ Knight

Crip,

This theme is just great. :)

I only have one issue, and not sure if it is from the theme or if a mod did it.
The menu does not drop down.
Even if I install Menu Editor, it wont work.
Any ideas?

http://www.strpg.cc.nf/

The development site for my newly updated Star Trek RPG Site. Before I go "live" with it, I need to get it finished. :)

I cleared my browser cache and they do show now, but only partially. They get cut off a little below the menu line.

Crip

the centered menu maybe the cause ..... not sure ?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Burke ♞ Knight

Nope. Tried it in both browsers after uninstalling, and same result.

Crip

usually i find the menu doesn't drop most times , because above it is an > (overflow: hidden) which will stop a Drop_down .......look for (overflow: hidden) above the menu..? find it comment it out..more less trouble shoot?

so i'd say therein lies the drop problem? .. or a .mod?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Burke ♞ Knight

Was unable to find it in there. Here is the index.template.php from start of body to right at the start of the main content:


<body>';
}
function template_body_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
   <div id="border-wrap">
   <div id="border-body">
     <div id="header"><div class="frame">
       <div id="top_section">
   <h1 class="forumtitle">
    <center><a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a></center>
   </h1>';
// the upshrink image, right-floated
echo '
   <img id="upshrink" src="', $settings['images_url'], '/upshrink.png" alt="*" title="', $txt['upshrink_description'], '" style="display: none;" />';
echo '
  <div id="upper_section" class="middletext"', empty($options['collapse_header']) ? '' : ' style="display: none;"', '>
   <div class="user">';
// If the user is logged in, display stuff like their name, new messages, etc.
if ($context['user']['is_logged'])
{
  if (!empty($context['user']['avatar']))
   echo '
    <p class="avatar">', $context['user']['avatar']['image'], '</p>';
  echo '
    <ul class="reset">
     <li class="greeting">', $txt['hello_member_ndt'], ' <span>', $context['user']['name'], '</span>', $context['subaccount_dropdown'], '</li>
     <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
     <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>';
  // Is the forum in maintenance mode?
  if ($context['in_maintenance'] && $context['user']['is_admin'])
   echo '
     <li class="notice">', $txt['maintain_mode_on'], '</li>';
  // Are there any members waiting for approval?
  if (!empty($context['unapproved_members']))
   echo '
     <li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';
  if (!empty($context['open_mod_reports']) && $context['show_open_reports'])
   echo '
     <li><a href="', $scripturl, '?action=moderate;area=reports">', sprintf($txt['mod_reports_waiting'], $context['open_mod_reports']), '</a></li>';
  echo '
     <li>', $context['current_time'], '</li>
    </ul>';
}
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
elseif (!empty($context['show_login_bar']))
{
  echo '
    <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
    <form id="guest_form" action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" ', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
     <div class="info">', $txt['login_or_register'], '</div>
     <input type="text" name="user" size="10" class="input_text" />
     <input type="password" name="passwrd" size="10" class="input_password" />
     <select name="cookielength">
      <option value="60">', $txt['one_hour'], '</option>
      <option value="1440">', $txt['one_day'], '</option>
      <option value="10080">', $txt['one_week'], '</option>
      <option value="43200">', $txt['one_month'], '</option>
      <option value="-1" selected="selected">', $txt['forever'], '</option>
     </select>
     <input type="submit" value="', $txt['login'], '" class="button_submit" /><br />
     <div class="info">', $txt['quick_login_dec'], '</div>';
  if (!empty($modSettings['enableOpenID']))
   echo '
     <br /><input type="text" name="openid_identifier" id="openid_url" size="25" class="input_text openid_login" />';
  echo '
     <input type="hidden" name="hash_passwrd" value="" />
    </form>';
}
echo '
   </div>
   <div class="news normaltext">
    <form id="search_form" action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
     <input type="text" name="search" value="" class="input_text" />&nbsp;
     <input type="submit" name="submit" value="', $txt['search'], '" class="button_submit" />
     <input type="hidden" name="advanced" value="0" />';
// Search within current topic?
if (!empty($context['current_topic']))
  echo '
     <input type="hidden" name="topic" value="', $context['current_topic'], '" />';
// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
  echo '
     <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';
echo '</form>';
// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
  echo '
    <h2>', $txt['news'], ': </h2>
    <p>', $context['random_news_line'], '</p>';
echo '
   </div>
  </div>
  <br class="clear" />';
// Define the upper_section toggle in JavaScript.
echo '
  <script type="text/javascript"><!-- // --><![CDATA[
   var oMainHeaderToggle = new smc_Toggle({
    bToggleEnabled: true,
    bCurrentlyCollapsed: ', empty($options['collapse_header']) ? 'false' : 'true', ',
    aSwappableContainers: [
     \'upper_section\'
    ],
    aSwapImages: [
     {
      sId: \'upshrink\',
      srcExpanded: smf_images_url + \'/upshrink.png\',
      altExpanded: ', JavaScriptEscape($txt['upshrink_description']), ',
      srcCollapsed: smf_images_url + \'/upshrink2.png\',
      altCollapsed: ', JavaScriptEscape($txt['upshrink_description']), '
     }
    ],
    oThemeOptions: {
     bUseThemeSettings: ', $context['user']['is_guest'] ? 'false' : 'true', ',
     sOptionName: \'collapse_header\',
     sSessionVar: ', JavaScriptEscape($context['session_var']), ',
     sSessionId: ', JavaScriptEscape($context['session_id']), '
    },
    oCookieOptions: {
     bUseCookie: ', $context['user']['is_guest'] ? 'true' : 'false', ',
     sCookieName: \'upshrink\'
    }
   });
  // ]]></script>';
// Show the menu here, according to the menu sub template.
template_menu();
  if (!empty($modSettings['ib_text']) && !empty($modSettings['ib_enable']))
{
echo'<br /><br /><div class="redondeado">
<p align="center"> ',$modSettings['ib_text'],'
</p>
</div> ';
}
echo '
  <br class="clear" />
</div></div>';
// The main content should go here.

Crip

Lol ..sorry ,  it's usually in the css/index.css.

FireBug can find it most times :P
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Burke ♞ Knight

I tried that, and same result.
So I returned that back to normal.

Crip

Bro'  .. i just really do not know whats up.. your guess is as good as mine..
I would say a mod is the cause?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Burke ♞ Knight

Hmmm...
Well, thanks for trying, my friend.
Keep up the great jobs on the themes. :)

mattnos23

Hi, Thanks for the theme. It looks great.

We noticed that in the top menu drop down, the background of the menu goes transparent on the 10th entry (I know, long menu) Wonder if you could suggest a fix?

Thanks for your great work!

m

Crip

this should be Default and work as is .


.dropmenu li li.additional_items
{
background-color: #000;
}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

mrsray

LOVE IT ... black and gold, sweet   8)  ... is there a way thought to get the Simple Menu Icons to be enabled on it?

Advertisement: