apad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: IE6 problem with templateOk guys it finally come to a solution. Flash has problem with z-index, no matter which level you put it, it will appear at the topmost layer.So I decide to pull-out Flashfader from the site and add it manually to my theme’s header.
For Accordian Menu, it conflict with current CSS. Modify the CSS to suit the design and now it WORKS!
Forum: Plugins
In reply to: ANT not scrolling in Illacrimo themesFinally I got the solution. This plugin has conflicted with Simple Spoiler.I just disable it and it WORKS!
Forum: Installing WordPress
In reply to: Turn off Update Notification?Hi malexandria, this is my solution for wp 2.5.1 to disable the nagging Update Notification.
Actually, it is not ‘disabled’ but rather be ‘hidden’. However, you need to hard-coding the files
wp-admin\includes\update.php
Find these on line 41,
echo "<div id='update-nag'>$msg</div>";
Add double slash // infront of the line so it will look like this:
// echo "<div id='update-nag'>$msg</div>";
Hopefully this work for you. Edit at your own risk!
Contra: You need to redo this if you update your WordPressNotes to whooami: He/she just being ignorance.
Forum: Themes and Templates
In reply to: Pagination for ‘Pages’ not ‘Posts’Thanks Ivovic, now i learn that use ‘post’ not ‘pages’ for posting.
Forum: Themes and Templates
In reply to: Pagination for ‘Pages’ not ‘Posts’Hmm,seem this time i need to write the links manually for each page. for Rok, please if you remember the plugin name,tell me!
Thanks guy..
Forum: Fixing WordPress
In reply to: Upgrade notificationsIt’s not stupid or great either, coz my website missing several “important” things such TinyMCE Kitchen Sink.
I use the WP Automatic Upgrade plugins to upgrade..Forum: Themes and Templates
In reply to: is this good enough for a release?Err,if wp-cache didn’t help, I do think that your HOSTING is the point. Ask them. I do think it’s okay. Or you may try this free tool to test your web loading speed. Pingdom
By the way,this is your result:
- Total loading time:7.2 seconds
- Total objects:54 (3080.6 KB)
- External objects:51 (3079.8 KB)
- (X)HTML:5 (75.5KB)
- RSS/XML:0
- CSS:3 (25.3KB)
- Scripts:10 (201.1KB)
- Images:36 (2778.7KB)
- Plugins Plugins:0
- Other:0
- Redirected:2
So,my advice is to scale down all your images to thumbnail for preview.
You might need to use gallery plugins, or resize your images before upload (800x600pixels for full resolution, 160x160pixels for preview).Forum: Themes and Templates
In reply to: Outsourcing theme redesign work, insight wanted??This situation happened to me once, and my best solution is to register a domain name, set it as a development yard.
Forum: Themes and Templates
In reply to: is this good enough for a release?I found out that your design is good, but this release is quite normal.Maybe you can play with header image, or footer area.
Nice.By the way, your site load a bit longer,so you may try some plugins to speed up your loading time. Cheers
Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!I got the same problem also but after careful explanation form the moderator, it is clear that we should put the code at the top of the file exactly like this:
<?php /* Template Name: Forum */ ?>
not like this:
<?php /* Template Name: Forum */ ?>
or this:
<?php /* Template Name: Forum */ ?>
Just make sure there are exactly 5 line of PHP nifty..
CheersForum: Installing WordPress
In reply to: downloading jlanguageYes,it happened to me too.Blank jlanguage zip. Just 73bytes.
Please anyone have latest info?Forum: Requests and Feedback
In reply to: My website is completely BLANK!Thanks everyone, I finally solved my problem.
Renaming the “plugins” folder to “other_plugins”, refresh the site, then rename it to “plugins” again, it fix the problem.Some plugins may not compatible with my site, but I still can’t figure it out.
Forum: Requests and Feedback
In reply to: My website is completely BLANK!No,that one is a plain html code I use to inform my visitor that something is going on with my blog.The original code use redirection from apadmedia.com to apadmedia.com/blog.
I have uninstall all plugin,but seem it still happened.
It is regarding my hosting server?