code012
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: nginx reverse proxy – everything works except /files/ pathFor 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
In reply to: I need dropdown list with certain category and offsetNo, still no luck.
If you find anything, please let me know!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!
I stretched gif to 99% width and height.
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
In reply to: get_posts – divide into several columns?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
In reply to: get_posts – divide into several columns?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
In reply to: get_posts – divide into several columns?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
In reply to: get_posts – divide into several columns?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
In reply to: get_posts – divide into several columns?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
In reply to: [Unfiltered MU] [Plugin: Unfiltered MU] Compatibility with 3Exact same issue. Unfiltered MU was very useful. I really hope the authors come up with a fix for WordPress 3.0..
Forum: Plugins
In reply to: [Plugin: BP-FBConnect] not logging out?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
In reply to: Summarize Plugin like this one?Anyone? No one?
Forum: Fixing WordPress
In reply to: Cannot publish LONG pages! – (Word Count Limit)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
In reply to: Is there a word count limit to your posts?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.