Title: anticimex's Replies | WordPress.org

---

# anticimex

  [  ](https://wordpress.org/support/users/anticimex/)

 *   [Profile](https://wordpress.org/support/users/anticimex/)
 *   [Topics Started](https://wordpress.org/support/users/anticimex/topics/)
 *   [Replies Created](https://wordpress.org/support/users/anticimex/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/anticimex/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/anticimex/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/anticimex/engagements/)
 *   [Favorites](https://wordpress.org/support/users/anticimex/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Youtube Video Posts Plugin] Descriptions not showing up](https://wordpress.org/support/topic/descriptions-not-showing-up/)
 *  [anticimex](https://wordpress.org/support/users/anticimex/)
 * (@anticimex)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/descriptions-not-showing-up/#post-3428775)
 * Yeah I noticed the same thing, what I did was to just use YouTube’s API instead
   to load the descriptions dynamically for each video. Requires some coding, though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Youtube Video Posts Plugin] white screen appears while reset seetings](https://wordpress.org/support/topic/white-screen-appears-while-reset-seetings/)
 *  [anticimex](https://wordpress.org/support/users/anticimex/)
 * (@anticimex)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/white-screen-appears-while-reset-seetings/#post-3339163)
 * Exact thing is happening to me too. When you press Import Videos, it refreshes
   the page and says “Total videos imported: 0” and isn’t importing anything.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Youtube Video Posts Plugin] Total Videos Imported: 0](https://wordpress.org/support/topic/total-videos-imported-0/)
 *  [anticimex](https://wordpress.org/support/users/anticimex/)
 * (@anticimex)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/total-videos-imported-0/#post-3474011)
 * I have the same problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Scripts are not loading](https://wordpress.org/support/topic/scripts-are-not-loading/)
 *  Thread Starter [anticimex](https://wordpress.org/support/users/anticimex/)
 * (@anticimex)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/scripts-are-not-loading/#post-3132779)
 * Please, anyone? I really need help with this as it’s the only thing stopping 
   me from continuing with me theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show entire post when paginated](https://wordpress.org/support/topic/show-entire-post-when-paginated/)
 *  [anticimex](https://wordpress.org/support/users/anticimex/)
 * (@anticimex)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/show-entire-post-when-paginated/#post-3132118)
 * Could you be a bit more specific?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Three divs in a row](https://wordpress.org/support/topic/three-divs-in-a-row/)
 *  [anticimex](https://wordpress.org/support/users/anticimex/)
 * (@anticimex)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/three-divs-in-a-row/#post-3132116)
 * Try adding float:left; to each respective box.
    What this does is that it floats
   the div to the left so that other content appears next to it. If you do this 
   to the three boxes, they will hopefully appear next to each other.
 * Here’s an example:
 *     ```
       #content {
       width: 600px;
       }
       #leftbox {
       width: 200px;
       float: left;
       }
       #middlebox {
       width: 200px;
       float: left;
       }
       #rightbox {
       width: 200px;
       float: left;
       }
       ```
   
 * I did not exactly understand which part of the code you pasted you needed help
   with, but I hope this helped you out.

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