shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No images in subdomain installOk, the problem lies in the fact you are running both sites off the one database. The newest is not working because it does not have the correct siteurl/home locations.
What are you trying to accomplish here exactly? A safe look at how 2.3 works before making the jump?
Forum: Fixing WordPress
In reply to: “Trouble Signing In” Error for blogger importI seems there are problems with the importer.
You could try here:
http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/
3rd option
Forum: Fixing WordPress
In reply to: No images in subdomain installCan you provide the url so we can check it for you?
Forum: Fixing WordPress
In reply to: FRONT PAGEAhh, do you have an index.html page in your root by any chance? If so, either rename or remove it.
Forum: Fixing WordPress
In reply to: Lost WordPressEmail me and I will have a quick look.
shadow12 gmail
Forum: Fixing WordPress
In reply to: How can I change this text?Have you checked in page.php?
Forum: Fixing WordPress
In reply to: FRONT PAGEOdd. Perhaps remove that as the front page for the moment and try setting one of the others instead.
Forum: Fixing WordPress
In reply to: wp_post2cat doesn’t existHave a read through the sticky at the top of the forum – it may help you.
Forum: Fixing WordPress
In reply to: Why does my font change after the first paragraph?Sorry. I am not a coder. Perhaps get in touch with the plugin author and see if they have a fix. At least you know what the problem is now.
Forum: Fixing WordPress
In reply to: Specific PrintYou have subcategories in place already? And you want them to show in your list? Is this all you need or is there something more and I am missing it?
Forum: Fixing WordPress
In reply to: Why does my font change after the first paragraph?I added an open <p> tag here:
$content='<div class="KonaBody">'<p>.$content.'</div>';Not sure if that will work or completely break things, but give it a try?
It may also need to be in
'<p>'so if the first one doesn’t work, try the second option.Forum: Fixing WordPress
In reply to: v2.3 upgrade but “New Version Available” still appearsEverything is updated and working as 2.3? Have you tried Ctrl F5 to refresh your cache?
Forum: Fixing WordPress
In reply to: Why does my font change after the first paragraph?Having never used the Kontera plugin, I am not sure how it is set up exactly.
Take a look in PLUGINS – PLUGIN EDITOR – and open the Kontera plugin code.
Maybe paste it here so we can have a look at what it is doing: [copy the url when you have pasted so we can see it too]
Forum: Fixing WordPress
In reply to: Why does my font change after the first paragraph?If you are not putting this div in yourself, then the plugin is forcing the first paragraph to remove the opening
<p>and replace it with this:<div class="KonaBody">Try turning off your plugin for a moment and write a test post. Check the results.
If this is the problem, you may be able to go in and edit your plugin to change this formatting.
Forum: Installing WordPress
In reply to: Sideblog breaks pagesMy experiences with the Sideblog plugin and WP 2.3 have been unsucessful to this point. Perhaps get in touch with the plugin author and ask if an update is coming?