Title: Column troubles and post
Last modified: August 22, 2016

---

# Column troubles and post

 *  Resolved [Karolina Vyskocilova](https://wordpress.org/support/users/vyskoczilova/)
 * (@vyskoczilova)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/column-troubles-and-post/)
 * Hi,
    I would love to use your awsome freefolio for my client, but I’ve got some
   troubles (to note, theme is custom build on bootstrap 3.0)
 * 1) if I set columns on 3, they are not in one row – [see here](http://url.kybernaut.cz/b)
   
   code: `[portfolio columns=3]`
 * 2) when I click on some refernce – the thumbnail image is there twice, why so?
   
   [see here](http://url.kybernaut.cz/c) which page/post template is used for displaying?
 * Thanks a lot
    Karolina
 * [https://wordpress.org/plugins/freefolio/](https://wordpress.org/plugins/freefolio/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chris Wallace](https://wordpress.org/support/users/chriswallace/)
 * (@chriswallace)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/column-troubles-and-post/#post-5899265)
 * Hi Karolina,
 * The first issue has been fixed. Please update the plugin to the latest version
   to see the update.
 * As for the second issue, the plugin automatically adds the featured image to 
   the content. If you would like to disable this feature, you can add the following
   code to your theme to do so:
 *     ```
       function my_theme_remove_freefolio_image() {
           remove_filter( 'the_content', array( 'Freefolio', 'prepend_featured_image' ) );
       }
       add_action( 'init', 'my_theme_remove_freefolio_image' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Column troubles and post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/freefolio_647075.svg)
 * [Freefolio](https://wordpress.org/plugins/freefolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/freefolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/freefolio/)
 * [Active Topics](https://wordpress.org/support/plugin/freefolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/freefolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/freefolio/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chris Wallace](https://wordpress.org/support/users/chriswallace/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/column-troubles-and-post/#post-5899265)
 * Status: resolved