Forum Replies Created
- AuthorPosts
andre
ParticipantThank you, but it overlaps on the right side then. 🙂
(see site)andre
Participant…wp-content/themes/iconic-one-pro/content.php, line 20 and 22: Change “h1” to “h2”. (or change to span maybe?)
andre
Participantumerjutt00, 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.andre
ParticipantCool. Thanks for the summary of the requirements. Stuff works now. 😉 Love you!
andre
ParticipantI wonder if there is already a fix for this. I didn’t even know it can show the authors bio… :/
andre
ParticipantOkay, 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
andre
ParticipantNevermind, I am reverting my changes, upgrading to 1.3 and make my changes again. 🙂
- AuthorPosts