TypografiaFree WordPress Theme

Typografia is a WordPress theme with 5 elegant skins and Live twitter Update inside “About Me” Panel.
  • Fantabulous Typographic Theme
  • 5 unique skins
  • “About me” Block
  • Live Twitter Feed
  • Dropdown Menu
  • Valid XHTML/CSS3
  • No hidden, paid or sponsored links in the theme.
  • WordPress 3.0 Menu
  • One Click Install. No plugin required.
  • Easy to use theme options.
  • Gravatar Support.

Compatibility:

  • Internet Explorer 7+
  • Firefox 3+
  • Safari 5
  • Opera 9+
  • Netscape 6+

Q. The Twitter feed on the sidebar is not loading anymore. How do I fix this?

A: Open up sidebar.php from Appearance> Editor and replace this line:

<script type=”text/javascript” src=”http://twitter.com/statuses/user_timeline/<?php echo $typ_twitter; ?>.json?callback=twitterCallback2&amp;count=1″>
with this:

<script type=”text/javascript” src=”https://api.twitter.com/1/statuses/user_timeline/<?php echo $typ_twitter; ?>.json?count=1&include_rts=1&callback=?”>

The theme is released under GNU General Public License, version 2.


    • Go to Appearance>editor and click on the Page.php from right and copy the codes from the editor and paste it in http://pastebin.com/

      and send me the pastebin link.


  • Here it is
    http://pastebin.com/kzEAMwYb

    Cheers


  • You’re THE man Towfiqu!! Respect!
    Thanks a million for your help, I’m super happy.


  • digital Shop Center


  • Hi . This is a very nice theme. I am wondering please how to scale down a post to only a few (10 or 20) lines so that it says “READ MORE….” instead of displaying the ENTIRE text for each post.

    Is there something you can suggest to help?
    I would be most grateful.

    BIG thanks


    • Go to Appearance > Editor and click on the Main Index Template from right.
      Then Find:

              
      

      and replace it with:

      		
      		
      		
              
      		
      

      Finally click on the “Update File” button to save the change.


  • I love simple themes and loved the Typografia! awesome!


  • hello,
    in “about me”, i need help for delete this symbol in my text –> \
    thanks a lot


  • Hello, I am having issues with floating images in WordPress 3.1. It seems all text is sitting below the image. I’ve begun tweaking your CSS to see if I can figure out a solution. It looks to be something with the #posts floats. Any ideas?


    • Looks like the “clear:both;” in the line “#posts .post p, #posts .type-page p{ clear:both;}” was the culprit. Have removed it and so far everything is working.


  • Hello Towfiqi,

    First of all, thanks for the free theme. I’m a beginner when it comes to the wordpress platform.

    Is there anyway to remove the { } that are in the sidebar? I’ve tried looking into the code but was unable to find them.


    • *Towfiq I -> sorry for the misspell.


    • go to Appearance> Editor and selecr functions.php from right, now find this line:

      	if (function_exists('register_sidebar') )
      	register_sidebar(array(
      	'name' => 'Sidebar',
      	'before_title' => '

      {', 'after_title' => '}

      ' ));

      And replace it with:

      	if (function_exists('register_sidebar') )
      	register_sidebar(array(
      	'name' => 'Sidebar',
      	'before_title' => '

      ', 'after_title' => '

      ' ));

  • Thanks for the quick answer on this.

    Much appreciated.

Leave a Reply to Mavone Cancel reply

Your email address will not be published. Required fields are marked *

+ Insert website address to ensure quick efficient support
+ To post your code, wrap your code with this <pre lang="LANGUAGE" line="1"></pre>