Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Check the code that you entered into that widget – it’s missing a closing quotation mark in it’s attribute. Pay more attention to the code that you entered.
Currently you have this:
<div style="text-align: center;">
<a href="http://smoker2vaper.com/guest-bloggers-comp/>
<img src="http://img59.imageshack.us/img59/1835/aprilcomp.png" alt="Win a Vision Spinner and Charger. Simply post a guest blog post. Click for details.">
</a>
</div>
<center><a href="http://smoker2vaper.com/guest-bloggers-comp/"><img src="http://img59.imageshack.us/img59/1835/aprilcomp.png" alt="some_text"> </center>It should be like this:
<div style="text-align: center;">
<a href="http://smoker2vaper.com/guest-bloggers-comp/">
<img src="http://img59.imageshack.us/img59/1835/aprilcomp.png" alt="Win a Vision Spinner and Charger. Simply post a guest blog post. Click for details.">
</a>
</div>Admin
In reply to: Is it possible to change the colour of the post date display icon?
April 6, 2013 at 12:24 am #37403The only way you can change the colour of that icon is by changing the icon itself.
Admin
There is, but it’s not straightforward. Might be easier to just make a backup of current theme, update, then see of anything is markedly different.
Admin
Copy over the CSS file in theme’s /js/codemirror/ folder.
Admin
Hi Udi,
I’ve edited the theme’s admin stylesheet in your site. Can you try again and let me know if the issue is resolved?
Admin
See if any fits your needs here:
Admin
Moved to Support. Please post in the correct section next time.
The secondary menu is not designed to contained that many top-level menus. Group them into a more manageable number.
Quote:Unfortunately it is said, that all our customizations will be gone. Is there a possibility to see the changes BEFORE I update so that I can redo it after the update?The only customisations that will be lost is the edits you made to the theme’s files. If you haven’t been editing the theme files, it should be safe to update.
Admin
Latest update version 1.2.1 is now available and contains this fix.
Admin
This is the relevant CSS from the theme’s stylesheet for the slide panel colours:
#jPanelMenu-menu {
background: #333;
color: #ddd;
}
#jPanelMenu-menu .widget-title {
color: #999;
}
.side-panel-toggle {
background: url(images/sprite-master.png) 10px -472px no-repeat #333;
}
.side-panel-toggle p {
color: #C1C1C1;
}
.side-panel-wrapper li {
color: #fff;
border-bottom: 1px solid #444;
}
.side-panel-wrapper li a {
color: #fff;
}Change as you see fit.
Admin
Moved to Support. Please post in the correct section next time. Also, your topic title should reflect your post, and I’ve changed this for you. Please read the forum rules.
The size of the header image is the same as the width of the container. You can modify the container width in Graphene Options > Display > Column Width Options.
