andre

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: "themonic-social-share" class is overlapping #1527

    andre
    Member

    Thank you, but it overlaps on the right side then. 🙂
    (see site)

    in reply to: How to avoid multiple h1 tags on pages… #1504

    andre
    Member

    …wp-content/themes/iconic-one-pro/content.php, line 20 and 22: Change “h1” to “h2”. (or change to span maybe?)

    in reply to: Iconic One Pro V1.3 Now Available #1501

    andre
    Member

    umerjutt00, I had the same problem. Yes, sure, if you changed the .php-files.
    I recommend using the “Compare” plugin of Notepad++ to point out your changes.
    CSS changes made in custom.css still work fine, just copy them over.

    in reply to: Author bio does not show below the post #1473

    andre
    Member

    Cool. Thanks for the summary of the requirements. Stuff works now. 😉 Love you!

    in reply to: Author bio does not show below the post #1471

    andre
    Member

    I wonder if there is already a fix for this. I didn’t even know it can show the authors bio… :/

    in reply to: IE8 fails to render site #1467

    andre
    Member

    Okay, works. By the way, a little recommendation:

    The G+ link under the article on the front page (not when you are on the articles site!) seems to always share http://www.domain.tld, not the article URL. I fixed this with by adding data-href on line 89 in content.php:
    <div class=”g-plusone” data-href=”<?php the_permalink(); ?>” data-size=”medium”></div>
    Furthermore the Facebook share-button is wider in German (“Like” vs. “Gefällt mir”). I changed “width:107” on line 79 in content.php to “width:117”. But I don’t know how it looks like in English now.

    A problem that still resists is the translation. Like – in example – “Comments” on the front page. I had to change line 26 in content.php to:
    <span>“><?php comments_number(__(‘0 Kommentare’,’themonic’),__(‘1 Kommentar’),__(‘% Kommentare’)); ?></span>
    Else it does not translate to German, though it is in the .po file. This also applies to “Edit”, “Read More”, “Reply” and some other strings. Strange, but not critical.

    Regards

    in reply to: IE8 fails to render site #1466

    andre
    Member

    Nevermind, I am reverting my changes, upgrading to 1.3 and make my changes again. 🙂

Viewing 7 posts - 1 through 7 (of 7 total)