• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Aurora

Status
Not open for further replies.
I updated the main page (1st page) of this thread to include the theme structure (using the demo links - which may not point to the correct theme colors 100% but later I will fix this). Those of you who are not sure which theme is a child theme of which and would like to avoid reading install instructions etc. please refer to what you see there or the image stewart1champ attached (page 13 of this thread). Thanks.
 
Akiron,

Can you tell me what is the correct way to update the theme from 1.1.0 to 1.1.1? If I replace the entire directory like I did for 1.0 to 1.1, I will lose all settings and all minor template edits right?
 
Will do. Can you tell me the exact files to update? Or do I have to replace the entire folder and replace the smaller changes I have done so far in settings and template edits. Or is there a correct way to upgrade? When I went from 1.0 to 1.1, I just replaced the folder, deleted the old theme and re-imported the xml file.

In 1.1.0.1 and 1.1.0.0 there are plenty of template changes which I think would require install of the theme the way you have been doing it ... however you can try the following:

Create a new theme with whatever name you wish. After that you can click on IMPORT theme and select to overwrite the theme you created. This way you will have both versions and can transfer the updates you made manually.
 
I have find a little problem (i think), when i click on "What's new ?", the blue button and moderation square are all, look screen:

So, the moderation is impossible, only to go a new post unread.
 

Attachments

  • aurorapb.webp
    aurorapb.webp
    58.9 KB · Views: 11
Not sure what the problem is here, but if you goto http://www.x360achievements.com and look at the node icons, the unread icons are shifted to the left too far out of view, but the read icons are fine. Not sure why this has happened? it's happened since installing newest version of this style. Also, the nodes are now as sprites, so my custom icons in the A-Z of games are the default icons, how can the default icons be changed? (I've changed the icons in style node_read and node_unread)
 
I have find a little problem (i think), when i click on "What's new ?", the blue button and moderation square are all, look screen:

So, the moderation is impossible, only to go a new post unread.


This happens for me as well. If I click the very top edge of the box, pretty much on the top border line, it selects as it should. Selecting anywhere else in the check box just jumps to the new post rather than selecting the thread.
 
I have find a little problem (i think), when i click on "What's new ?", the blue button and moderation square are all, look screen:

So, the moderation is impossible, only to go a new post unread.

Good find ... will fix it in next release ... I have few goodies coming up in 1.1.0.2
 
Any ideas on why the images won't show on the second level?

Right click with Chrome on the element ... you will see this:

HTML:
<li class="node category level_1 node_59" id="boston-college-eagles.59">
<div class="nodeInfo categoryNodeInfo categoryStrip">
<div class="categoryText">
<h3 class="nodeTitle"><a href="categories/boston-college-eagles.59/">Boston College Eagles</a></h3>
</div>
</div>
<ol class="nodeList">
<li class="node forum level_2  node_60">
<div class="nodeInfo forumNodeInfo primaryContent ">
<span class="nodeIcon" title=""></span>
<div class="nodeText">
<h3 class="nodeTitle"><a href="forums/team-chat.60/" data-description="#nodeDescription-60">Team Chat</a></h3>
<div class="nodeStats pairsInline">
<dl>
<dt>Discussions:</dt> <dd>0</dd>
<dt>Messages:</dt> <dd>0</dd>
</dl>
</div>
</div>
<div class="nodeLastPost secondaryContent">
<span class="noMessages muted">(Contains no messages)</span>
</div>
<div class="nodeControls">
<a href="forums/team-chat.60/index.rss" class="tinyIcon feedIcon" title="RSS">RSS</a>
</div>
</div>
</li>
</ol>
<span class="tlc"></span>
<span class="trc"></span>
<span class="blc"></span>
<span class="brc"></span>
</li>


The Css you need is something among this line:

Code:
fieldset .nodeList.sectionMain .node.category.level_1.node_59 .categoryText {
background: url('@imagePath/xenforo/headers/yourimage.png') no-repeat right;
}

Hope this helps.
 
The Css you need is something among this line:

Code:
fieldset .nodeList.sectionMain .node.category.level_1.node_59 .categoryText {
background: url('@imagePath/xenforo/headers/yourimage.png') no-repeat right;
}

Hope this helps.


That is what I have. As you can see, the images listed before that one show up, however, the Boston College one won't.
j5T3Yb.png


It still won't show. Wasn't sure if there was any other reason.
 
That is what I have. As you can see, the images listed before that one show up, however, the Boston College one won't.
j5T3Yb.png


It still won't show. Wasn't sure if there was any other reason.

Look @ the console window ... it seems that the images you want to change are not found. Its not a CSS issue.
 
I'm not following.....

YaC5pG.png


l5jGtY.png

Sorry ... I am doing too many things at the same time and am starting to not make much sense ... remove the fieldset from the css begining ... Should be something like this:

Code:
.nodeList.sectionMain .node.category.level_1.node_59 .categoryText {
background: url('styles/aurora/xenforo/gradients/bostoncollege.png') no-repeat right !important;
}
 
Sorry ... I am doing too many things at the same time and am starting to not make much sense ... remove the fieldset from the css begining ... Should be something like this:

Code:
.nodeList.sectionMain .node.category.level_1.node_59 .categoryText {
background: url('styles/aurora/xenforo/gradients/bostoncollege.png') no-repeat right !important;
}

Thank you so much. Perfect.
252jN8.png
 
Hey great style, I love it, thanks!
I'm using the grey style and I would like to know where I can change the Alert thingy to be red.
Could you tell me where I find the color? I already changed "Alert Balloon" color but this didn't changed anything.
Thanks.
 
Status
Not open for further replies.
Back
Top Bottom