Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Banner

    #37302

    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

    The only way you can change the colour of that icon is by changing the icon itself.

    Admin

    In reply to: Update Graphene Theme / Menue gets black bar

    #37380

    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

    In reply to: [FIXED] Problem with the custom CSS field in 1.2.1

    #37143

    Copy over the CSS file in theme’s /js/codemirror/ folder.

    Admin

    In reply to: [FIXED] Problem with the custom CSS field in 1.2.1

    #37140

    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

    In reply to: Ebay listings in a front page widget

    #37401

    See if any fits your needs here:

    http://wordpress.org/extend/plugins/tags/ebay

    Admin

    In reply to: Update Graphene Theme / Menue gets black bar

    #37378

    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

    In reply to: Can't change the background clolor of "back to top"

    #37227

    Latest update version 1.2.1 is now available and contains this fix.

    Admin

    In reply to: Change color of slide-out panel and bar

    #37307

    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

    In reply to: Extend header image

    #37381

    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.

Viewing 10 posts - 2,111 through 2,120 (of 6,030 total)