ronangelo

Participant

Forum Replies Created

  • In reply to: Graphic into 'graphene_before_content-main'

    #30970

    place this in your text widget in the ‘graphene_before_content-main’

    <img src="http://your-image.jpg" />

    replace your-image.jpg with the image’s url from your media library.

    In reply to: Add vertical separator between menu elements

    #30868

    Haven’t you tried the code on the first page. I attached an image to show how it looks

    In reply to: Three items on homepage panes

    #30487

    I edited the my code above to make the panes a little bigger and more centered

    In reply to: Three items on homepage panes

    #30486
    Quote:
    @Syahir,

    Yes I did but it made the panes go vertical rather than horizontal.

    Daniel

    also add this

    .homepage_pane {
    margin: 20px 0 15px !important;
    width: 33% !important;
    text-align: center;
    }

    …edited

    In reply to: Making my WordPress Category Links DoFollow

    #30852

    I’m glad I could help 🙂

    In reply to: Add vertical separator between menu elements

    #30864
    Quote:
    Thanks but it doesn’t work at all!

    Did you try it and worked for you?

    It doesn’t for me!

    I noticed that values less than 1px are not considered!

    oops I didn’t realize that.. I was following your example but yeah anything lower than 1px that’s not 0, will display 1px.

    like what Mr. Odle said, try to find a different approach if the solution you have, doesn’t work.

    the code I posted above does this:

    2Sp8w.jpg

    In reply to: Add vertical separator between menu elements

    #30861

    Try this…

    #header-menu li {
    margin: 0 !important;
    }

    #header-menu li a {
    border-right: 0.5px solid #999;
    margin: 6px 0;
    }

    In reply to: Making my WordPress Category Links DoFollow

    #30850

    Your plugin IS the one causing this. Change the settings.

    see this: platinum seo pack

    In reply to: Making my WordPress Category Links DoFollow

    #30849

    I see that they are nofollow..

    Are you using the standard Link widget(blogroll)?

    maybe this is caused by your Platinum SEO plugin.. maybe there’s a setting there that makes the links nofollow

    since you only have 3 links there, you can try adding them in a Text widget and see if the rel=nofollow disappears.

    I also noticed that the links have the nofollow attribute only when on the homepage.

    In reply to: Making my WordPress Category Links DoFollow

    #30847

    I think what Syahir is saying is only the links in the comments section are “NoFollow” and everything else is “DoFollow” by default. So there’s no need to explicitly state them as DoFollow.

Viewing 10 posts - 131 through 140 (of 221 total)