Title: Only one column rendering
Last modified: September 1, 2016

---

# Only one column rendering

 *  Resolved [genelsi28](https://wordpress.org/support/users/genelsi28/)
 * (@genelsi28)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/)
 * Hi all. I’am using the Flymag theme on my site but it doesn’t render out two 
   columns of the articles on the main page. Any ideas on what might be causing 
   issues? This is on desktop and mobile browsers. What can i do in this situation?
   Thanks for answer.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [jojo29](https://wordpress.org/support/users/jojo29/)
 * (@jojo29)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/#post-7682921)
 * I have the same problem since this afternoon. It appeared suddenly.
 * site: [http://www.artsculture.fr](http://www.artsculture.fr)
 *  [claradom](https://wordpress.org/support/users/claradom/)
 * (@claradom)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/#post-7682972)
 * Me too. This is since the last update wordpress.
 *  [vtfear](https://wordpress.org/support/users/vtfear/)
 * (@vtfear)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/#post-7683084)
 * Same to me. The Oblique theme had the same problem but they fixed. Unfortunately
   this theme still having the problem.
 *  [kreshnikpalushi](https://wordpress.org/support/users/kreshnikpalushi/)
 * (@kreshnikpalushi)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/#post-7683107)
 * Hi
    In order to fix it you will need to be able to edit the functions.php file
   of the theme. This can be done with an FTP program or file editor if your hosting
   provider has one.
 * Look for the line 201 and comment line 201,203 in **functions.php** and change
   line 205 like this:
 *     ```
       wp_enqueue_script( 'flymag-masonry-init', get_template_directory_uri() . '/js/masonry-init.js', array('jquery', 'masonry'), true );
       ```
   
 * Now, I do not encourage others to modify this but this is something the theme
   author should be dealing with and possibly updated in a future release. Generally
   speaking you would be making any changes with a child theme so you don’t lose
   changes but because it is a rather trivial thing it’s a small pass. 😀
 * Let us know if that works!
    I did this fix based on this thread [https://wordpress.org/support/topic/lost-the-masonry-way-to-a-vertical-line](https://wordpress.org/support/topic/lost-the-masonry-way-to-a-vertical-line)
   [](https://wordpress.org/support/topic/lost-the-masonry-way-to-a-vertical-line)
 *  [vtfear](https://wordpress.org/support/users/vtfear/)
 * (@vtfear)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/#post-7683112)
 * Works great. Thanx!!!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Only one column rendering’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flymag/2.0.6/screenshot.png)
 * FlyMag
 * [Support Threads](https://wordpress.org/support/theme/flymag/)
 * [Active Topics](https://wordpress.org/support/theme/flymag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flymag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flymag/reviews/)

 * 5 replies
 * 5 participants
 * Last reply from: [vtfear](https://wordpress.org/support/users/vtfear/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/only-one-column-rendering-1/#post-7683112)
 * Status: resolved