Title: code012's Replies | WordPress.org

---

# code012

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [nginx reverse proxy – everything works except /files/ path](https://wordpress.org/support/topic/nginx-reverse-proxy-everything-works-except-files-path/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/nginx-reverse-proxy-everything-works-except-files-path/#post-2373731)
 * For temporary fix, for this particular blog I had to change the nginx conf file
   where:
 * location ~* ^.+\.(htm|html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|bz2|pdf|odt|txt
   |tar|bmp|rtf|js|swf|avi|mp4|mp3|ogg|flv)$
 * to
 * location ~* ^.+\.(htm|html|js)$
 * just to disable caching static (images in this case) files for now.
 * I’m pretty new to nginx so I don’t know what rewrite rules I have to use in order
   to make it work.
 * Any suggestions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need dropdown list with certain category and offset](https://wordpress.org/support/topic/i-need-dropdown-list-with-certain-category-and-offset/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/i-need-dropdown-list-with-certain-category-and-offset/#post-1755855)
 * No, still no luck.
    If you find anything, please let me know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] [Plugin: AddToAny: Share/Bookmark/Email Button] z-index](https://wordpress.org/support/topic/plugin-addtoany-sharebookmarkemail-button-z-index/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-addtoany-sharebookmarkemail-button-z-index/#post-1740541)
 * Aha! It worked! Thank you.
    Is there a reason why menu is indexed high but buttons
   are not? It would be cool if button index was high as default.
 * Thank you again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] [Plugin: AddToAny: Share/Bookmark/Email Button] z-index](https://wordpress.org/support/topic/plugin-addtoany-sharebookmarkemail-button-z-index/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-addtoany-sharebookmarkemail-button-z-index/#post-1740535)
 * [Here’s the example.](http://crosspopping.com/diary-of-a-mommy-bird-and-her-chick-ep-1/)
 * I stretched gif to 99% width and height.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] [Plugin: AddToAny: Share/Bookmark/Email Button] z-index](https://wordpress.org/support/topic/plugin-addtoany-sharebookmarkemail-button-z-index/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-addtoany-sharebookmarkemail-button-z-index/#post-1740497)
 * I mean the drop-down menu.
    What I did was to put an invisible gif file for temporary
   protection of my image contents, but that file covers the AddToAny as well, causing
   the problem. I’ve used the following for styling the gif file.
 * style=”z-index:1;position:absolute;”
 * If the plugin is z-indexed to the extreme, I’m really puzzled.
    Is there way 
   for me to change the z-index for AddToAny drop-down menu and AddToAny buttons?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_posts – divide into several columns?](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/#post-1741071)
 * OMG I can’t believe how simple the answer was. I could’ve just use offset parameter.
   
   Sorry for all the troubles guys. I’m very new at coding. 😛
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_posts – divide into several columns?](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/#post-1741066)
 * adeptris, I have a question.
    Instead of **same name as the page**, is there 
   way I simply do it with category ID?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_posts – divide into several columns?](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/#post-1740982)
 * Holy crap, adeptris! Thank you for the very in-depth explanation.
    I was looking
   for something simple out of get_posts with extra strings. For example:
 * get_posts(‘numberposts=100&somethingfrompost1to99&&category=1’)
 * I’m not too good with codes, so I don’t fully understand your suggestion but 
   it definitely looks like a solution. Thank you again for your input! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_posts – divide into several columns?](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/#post-1740865)
 * It’s not the theme problem or issue. The theme works well as intended.
    I’m just
   trying to make custom page templates for each category, listing every posts in
   the past in one page. I can actually do this by get_posts but it just lists top
   to bottom. I was wondering if I can divide the listed items into columns or separate
   sections..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_posts – divide into several columns?](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/get_posts-divide-into-several-columns/#post-1740862)
 * Yes I’ve tried it but it’s not something I’m looking for. My page templates needs
   extensive customizations for each category. Thank you for the suggestions though.
 * Any other suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unfiltered MU] [Plugin: Unfiltered MU] Compatibility with 3](https://wordpress.org/support/topic/plugin-unfiltered-mu-compatibility-with-3/)
 *  [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-unfiltered-mu-compatibility-with-3/#post-1549917)
 * Exact same issue. Unfiltered MU was very useful. I really hope the authors come
   up with a fix for WordPress 3.0..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: BP-FBConnect] not logging out?](https://wordpress.org/support/topic/plugin-bp-fbconnect-not-logging-out/)
 *  [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-bp-fbconnect-not-logging-out/#post-1306983)
 * Dailytalker – I have the exact same problem.
 * The only thing I did differently was to install BuddyPress with subdomain. As
   subdomain.main.com for my central BuddyPress community. But I don’t think this
   should change anything. I’m using WPMU 2.9.1.1 with plugin 1.2.
 * What’s worse is that in my case it loops the login process. The browser loops
   into logging in.
 * Maybe it’s the cookie management or theme incompatibility issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Summarize Plugin like this one?](https://wordpress.org/support/topic/summarize-plugin-like-this-one/)
 *  Thread Starter [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/summarize-plugin-like-this-one/#post-1200927)
 * Anyone? No one?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot publish LONG pages! – (Word Count Limit)](https://wordpress.org/support/topic/cannot-publish-long-pages-word-count-limit/)
 *  [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/cannot-publish-long-pages-word-count-limit/#post-1079386)
 * Same problem.
    I think it’s not the server overload problem, but rather a coding
   bug. I run my WordPress on VPS server.
 * Anyone found the solution?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is there a word count limit to your posts?](https://wordpress.org/support/topic/is-there-a-word-count-limit-to-your-posts/)
 *  [code012](https://wordpress.org/support/users/code012/)
 * (@code012)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/is-there-a-word-count-limit-to-your-posts/#post-888034)
 * Anyone found the solution to this problem?
    I’ve tried everything; I even upgraded
   my webhosting to VPS and see if it was the server overload. But it didn’t solve
   it either. (Well I needed a server upgrade anyways)
 * I think this could be a DB and/or the WordPress bug.

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