MadsK
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to see visual display of a postIt could be a problem with your host. Maybe you can try to create a account here https://www.zymic.com/free-web-hosting/ to get free webhosting and make a demo site there. That would be the easiest way to check if it is the host.
Forum: Fixing WordPress
In reply to: Will WP-Cache Solve Memory Problem with Server?How big is your mysql database?
Also i would recommend another host. You can get 10GB of space (With unl. traffic) at one.com (I use it for all my own sites and clients sites) and it costs 2.60 EU (3.6USD) a month. Its really cheap and it offers 24/7 english support. 99.9 uptime.
Forum: Fixing WordPress
In reply to: How to still get the menu displayed in child pagesI’m glad i could help ??
Forum: Fixing WordPress
In reply to: Unable to see visual display of a postSujit have you tried the reinstall?
Scmeiki – It really sounds like you have a corrupt install. You could try to reinstall manually!
Forum: Fixing WordPress
In reply to: Replace HTML/PHP code with FLASHGenerally the use of flash is no longer as good as it once where. Javascript is much more lightweight and appreciated by readers.
A flash logo is ofcourse not the most heavyweight thing, but it can still be enough to render a page slower than without.
acknowledged74 -> you can define it not to repeat just by adding a simple line to the form ?? Also you have to make sure the path is written correctly for it not to disappear on certain pages ??
Forum: Fixing WordPress
In reply to: How to display different sidebars on each page ?First of all you have to have a seperate template for each page, which changes the sidebar.
Also you can’t do <?php get_sidebar(2); ?> as this only works when you use a dynamic sidebar with numbers.
So your second line should work. Each sidebar has to be called by using the name you’ve given it.
<?php get_sidebar(‘sidebar_demolition’); ?>
You can’t use <?php get_sidebar(‘demolition’); ?> as you have called it sidebar_demolition – so use the one above ??
Forum: Fixing WordPress
In reply to: How to still get the menu displayed in child pagesI haven’t tried this my self you might also be able to use
wp_list_pages(“child_of=$post->post_parent&title_li=”)
Again i haven’t tried this argument, but i’ve read it should work ?? Then you don’t have to create new templates but just one! ??
Forum: Fixing WordPress
In reply to: How to still get the menu displayed in child pagesYou have to create a page template for the child pages which uses
wp_list_pages(“child_of=xx&title_li=”);
Change xx with the ID of the page which has the children pages.
This does require you to create a new template for each children page which is not under the same parent.
Forum: Fixing WordPress
In reply to: Unable to see visual display of a postHave you tried to reinstall WP? (From the Dashboard go to Tools and the upgrade – from there you can do a reinstall)
Forum: Fixing WordPress
In reply to: my RSS feed is gone after upgrading to version 2.7Have you added any posts after you’ve upgraded to 2.7?
Which version of WP did you upgrad from?
And have you changed your structure of permalinks?
Forum: Fixing WordPress
In reply to: Failed to oepn stream, failed opening errorHave you looked in your ftp folder if the http.php is located at that place it is said in the error?
Forum: Fixing WordPress
In reply to: Replace HTML/PHP code with FLASHYou need to install a plugin first. Get it here
https://kimili.com/plugins/kml_flashembed/wpThen add [kml_flashembed movie=”/path/to/your/movie.swf” height=”60″ width=”468″ /]
Try and read this ??
Forum: Fixing WordPress
In reply to: Image Upload ProblemHave you read/tried this? ??
Forum: Fixing WordPress
In reply to: Unable to see visual display of a postHave you tried a different browser?