Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+11 votes
6.4k views
in Themes by

Infinity Theme is a free & open source theme which is compatible with Q2A 1.6 & 1.7.

Features:

  • responsive(using Bootstrap framework by Twitter)
  • advanced options to change layout, styling, typography and other customization
  • advanced category list to allow adding categories when asking questions or editing one
  • Drag & Drop image uploader and post thumbnail
  • Infinite Scroll
  • Question list layouts: Masonry Grid, Grid List, Standard list
  • and much more ...

Theme is completely open source, you can check out it's github page and fork the project.

Theme's Demo - Download Theme - More information

more info:

This theme is created by Towhid from QA-Themes.com.  We create Free & Open Source Question2Answer themes and plugins and offer professional design & development services.

Check out our Free Themes & Plugins.

by
Thank you, clean work.
by
Really good work. Thx. I like your themes..
by
Thank you. it's appreciated.
by
If you are looking for how to add alt text for your images then check my comment here: http://www.question2answer.org/qa/57817/add-next-and-previews-question-links-infinity-theme?show=57992#c57992
by
Im using Ultimate SEO plugin but even that did not help to make a facebook post with image.
So i had to manually add the og:image.

Here is what I did and its working for me: /qa-theme/Infinity-Theme/qa-layer-base.php, around line 50 to 60 find:  $this->output('<meta name="viewport" content="width=device-width, initial-scale=1.0">');

In the same function just below the line mentioned add: $postid = @$this->content['q_view']['raw']['postid'];
            if(isset($postid)){
            require_once QA_INCLUDE_DIR.'qa-db-metas.php';
            $image = qa_db_postmeta_get($postid, 'et_featured_image');
            if( (!(empty($image)))&& (substr(qa_get_state(),0,4)!='edit') )
            $this->output('<meta property="og:image" src="'.qa_opt('it_featured_url_abs')  .'featured/'. $image.'" />');
            }

1 Answer

0 votes
by
The thumbnail image quality is very low. Is there anyway we could improve it?
...