MadsK
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get navigation workiing on top?Which theme is it your using?
Check to see in the CSS file that the top navbar is set to display inline!
Forum: Fixing WordPress
In reply to: Dropdown Posts ListI’ve edited the above code.
When you use postbypost it shows the title instead of date ??
Forum: Fixing WordPress
In reply to: Dropdown Posts ListTry this :
<select name=\”archive-dropdown\” onChange=’document.location.href=this.options[this.selectedIndex].value;’>
<option value=\”\”><?php echo attribute_escape(__(‘Select Post’)); ?></option>
<?php wp_get_archives(‘type=postbypost&format=option&show_post_count=0’); ?> </select>I hope this helps ??
Forum: Fixing WordPress
In reply to: Image Upload ProblemI’ve made a quick screencast for you. ??
Forum: Fixing WordPress
In reply to: merging subdomain with main blogWell i will do it for free for you. But i can’t garantee when i will have the time ?? I might be able to do it later today.
You can mail me all your information (acc. ftp, wordpress etc.) madsklitg @ gmail.com
Forum: Fixing WordPress
In reply to: Image Upload ProblemThe option is right beneath the Titel / Permalink
Just above the TinyMCE where it says Upload/Insert – the first image there will open up the upload page. From there you can use the tab Media Library to insert an image which is already uploaded ??
Forum: Fixing WordPress
In reply to: merging subdomain with main blogI’m sorry but i wouldn’t be able to explain it any better than the guide on the the page.
Maybe someone else can ??
Forum: Fixing WordPress
In reply to: Unable to see visual display of a postYes it does. This is the last solution you should use as it takes time, but its the easiest way at that point to see if it is host problem.
Forum: Fixing WordPress
In reply to: Image Upload ProblemTry this
wp-content/media
Thats what i have in mine and it works.
(I thought i had it in wp-content/upload/media but i remembered that was my nextgengallery)
Forum: Fixing WordPress
In reply to: How to display different sidebars on each page ?No problem ?? I hope you get it working.
Forum: Fixing WordPress
In reply to: Image Upload ProblemCould you try and change the folder for media? I had some media problems when i first startet off my blog with 2.7 – but moving my media to a new folder (called media) within uploads solved it. It might just help ??
Forum: Fixing WordPress
In reply to: merging subdomain with main blogSee if reading this will help ??
https://codex.www.ads-software.com/Moving_WordPress#Moving_WordPress_Within_Your_Site
Forum: Fixing WordPress
In reply to: Will WP-Cache Solve Memory Problem with Server?Well then it can’t be a MySQL memory issue.
Try to access your ftp server and see if you can get an MB reading off wp-content and wp-include folders.
Forum: Fixing WordPress
In reply to: Image Upload ProblemWell it sounds kinda strange.
Have you chmod’ed (777) the folder where the media is going to be saved?
Forum: Fixing WordPress
In reply to: How to display different sidebars on each page ?You cant call it like that. Sorry that was my mistake ??
You have to call it like this ??
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘sidebar_demolition’) ) : else : ?>
<?php endif; ?>