ronangelo

Participant

Forum Replies Created

  • In reply to: How to increase the footer width?

    #31817
    Quote:
    Thanks Ronangelo,

    But sorry, I don’t see an option for the footer color!

    When I uncheck the “Use Creative Commons, …” I lost the customized identifier of my website!

    Would it be possible to customize what we want while keeping the Common Creative ..?

    Regards,

    I don’t understand what you mean.. what exactly did you lost?

    Unchecking the checkbox only removes the copyright text and image so that you can manually

    add the image back with the code I posted above.

    can you post the site’s url here…

    In reply to: How to increase the footer width?

    #31815
    Quote:
    OK, so is there a way to customize the footer color?

    If you’re using graphene 1.8, there’s already an option for that. Graphene Option -> Colours -> Footer

    Quote:
    And how to remove the text: “Except where otherwise noted, content on this site is licensed under a Creative Commons License”?

    I’d like to keep only the 3 symbols and remove the text to win some place.

    Would this be possible?

    Thanks

    uncheck the “Use Creative Commons…”

    add this in the “Copyright text (html allowed)” :

    <div class="cc-logo"></div>

    In reply to: Colums

    #31759
    Quote:

    I haven’t had the opportunity to talk much with you… but I’ve certainly seen your contributions here in the forum. I just wanted to personally say THANK YOU!! You give excellent advice, and you are obviously very familiar with the theme and code. Thanks!

    Gee thanks. I’m not that familiar with the theme & codes, I just come here to learn.

    In reply to: Colums

    #31755
    Quote:
    Thank you Josh. That should do it! 🙂 One question off topic…. I have bullet points when i move my graphene twitter to my top bar. How and where do i get rid of those? Well Im strying to get leave title option blank to show no title but then my tweets move to the top of the top bar.

    what and where do i enter code to move the text down. See here http://test.herdhistory.com

    Custom CSS

    #tweet-wrap-graphene-twitter-2 > li {
    list-style: none outside none;
    }

    put this in the title &nbsp;

    In reply to: Adsense skyscraper not showing in sidebar

    #31716

    It’s not displaying in the homepage.

    It may be due to this: #Google_ad_limit_per_page

    try to temporarily disable adsense on the graphene options, if the skyscraper appears,

    then the maximum no. of ad units may have been reached.

    In reply to: Cannot get 2nd sidebar to display

    #31761

    You’re right, there’s just not enough room. 520 + 220 + 220 = 960 but you have to have allocations for margins.

    setting the whole container width to 1020px solves the sidebar problem but you need to update the header image.

    or

    you can just decrease the width of the sidebars.

    In reply to: Problem adding Adsense

    #31745

    are you sure you added adsense code? it looks like you replaced it with analytics code instead.

    In reply to: Upgrading to 1.8 made all headings go into light font

    #31707

    The change on the headings font is intentional. You can always set them to bold every time you publish a post or make the change ‘fixed’ by using css code.

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
    font-weight: bold;
    }

    In reply to: cabt upload pictures

    #31695

    Doesn’t sound like a graphene issue.

    this may be due to your web hosting.

Viewing 10 posts - 91 through 100 (of 221 total)