ronangelo

Participant

Forum Replies Created

  • In reply to: Top Posts & Pages widget

    #34005

    That widget is part of Jetpack.

    In reply to: Can't delete menu items

    #33993

    So this past thread hasn’t been resolved https://forum.graphene-theme.com/graphene-support/removing-pages-from-my-wp-graphene-website

    have you tried the advice to temporarily turn off the plugins?

    if all else fails, you can just hide the items through css.

    #menu-item-970, #menu-item-671 {
    display: none;
    }

    In reply to: Header Widget

    #33915

    You can put this in the same text widget. before or after the codes for the form.

    <style>
    #text-4 {
    left: 500px;
    top: 300px;
    }
    </style>

    but it seems to me that the header could use a little rearranging. it doesn’t look very orderly.

    In reply to: Only 3 bugs on IE6, Why do not fix ?

    #33928

    In reply to: Header won't show when image is uploaded??

    #33924

    How did you upload it, where? Could be a plugin or a server issue.

    You can try to upload the header image via media library then select it on the customization page.

    In reply to: Only 3 bugs on IE6, Why do not fix ?

    #33926

    IE6 was created 11 years ago. Maybe it’s just not possible to force it to accomplish what only modern browsers are capable.

    https://forum.graphene-theme.com/graphene-support/internet-explorer-problem

    sub-menu works just fine in IE8

    Post your site’s url so people can take a look.

    Quote:
    But Most people still use IE

    Most?

    Graphene works just fine with IE8 and IE7 with a few design differences like the rounded corners

    most of the issues have various fixes if you’re persistent enough to make it work.

    as for IE6, http://www.ie6countdown.com/

    As with things in life, we can’t have everything we want in a theme, though Graphene comes close.

    If graphene doesn’t do what you want it to and you don’t want to work hard on it either

    then you can use other themes like twentyeleven or twentytwelve.

    In reply to: Header Widget

    #33912

    You can add a css property to the specific widget.

    Looks like you removed it. I can’t see a widget in the header

    You can use a combination of these properties

    float: right;

    or

    position: absolute;
    top: 1px; /* sample value */
    left: 1px; /* sample value */

    looks like you already achieved it by using an image

    if you want to do this via css, you can put this code as the background

    #content {
    background: rgba( 255, 255, 255, 0.5 );
    }

    In reply to: Header widget question

    #33905

    Do you mean the rss?

    you can use a text widget then add this code. You’ll have to style it for it to look the same.

    probably have to edit the image source if you don’t want to use that.

    <div id="rss">
    <a href="http://www.upalongfirst.com/feed">
    <img alt="" src="http://test.upalongfirst.com/wp-content/themes/premiumnews/images/ico-rss.gif">
    </a>
    <ul>
    <li class="hl"><a href="http://www.upalongfirst.com/feed">SUBSCRIBE TO THE RSS FEED</a></li>
    <li><a target="_blank" href="">SUBSCRIBE TO THE FEED VIA E-MAIL</a></li>
    </ul>
    </div>

    Since the menu only has 4 items you can manually add the top menu by adding the links in a text widget placed in a header action hook.

Viewing 10 posts - 11 through 20 (of 221 total)