elsewhere
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2i know what you mean and the problem is already fixed! Thxxxxx!
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2i finally find the wp-config.php, and posted as you asked:
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2i just want to go back to the last version….
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2i have mistakingly delete wrdp9 when trying to restore back to the older version. so the wp-config.php file now is empty :< i try to import backup.sql back to wrdp9, is it the way to recover the wp-config.php?
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2i don’t quite understand. pls give more details of how i can fix the problem.
Forum: Installing WordPress
In reply to: WYSI-WordPress 2.0 not showinghihi samboll:
what i mean nothing is posting is back to simple html editing. Screencap of posting page:
https://static.flickr.com/40/121925264_6bfde0825c_o.jpg
hope u can help… i have followed all the instructions in readme file to install, and even tried removing and upload again. I read from plugin software that it may not support blog with subdirectories, is it true???
Forum: Installing WordPress
In reply to: Falbum and IE Sidebar Helpoh, one more thing, for the above fix, you may not need to take all the steps, it all depends on how the stylesheet, sidebar, index and footer templates of your theme are written…
but the above exapmle should be able to show the logic behind!
Forum: Installing WordPress
In reply to: Falbum and IE Sidebar Helphaha, i finally fix the problem! hurrah!
the problem lies with the sidebar of theme. My theme call the sidebar in the footer template, but for falbum, if you look in their “falbum_wp.php” file, they call for both sidebar and footer, which duplicate if your footer.php in your theme already include getting the sidebar… well, anyway, the fix is:
(1) delete the “get_sidebar();” in the “falbum_wp.php”
(2) also in “falbum_wp.php”, remove the <div>, i.e.:
change “<div id=”content” class=”narrowcolumn”>
<?php fa_show_photos($_GET[‘album’], $_GET[‘photo’], $_GET[‘page’], $_GET[‘tags’], $_GET[‘show’]); ?>
</div>”
to
<id=”content” class=”narrowcolumn”>
<?php fa_show_photos($_GET[‘album’], $_GET[‘photo’], $_GET[‘page’], $_GET[‘tags’], $_GET[‘show’]); ?>
(3) open “falbum.css”, set the width under “.falbum {” to be within the width of your content template of your theme
(4) go to option and set the max width of photo display to be less than the content width of your theme.
(5) finally, remember to clear the cache!this work for my site: https://go-elsewhere.com (click the photo under gallery to enter falbum)
Forum: Installing WordPress
In reply to: Falbum and IE Sidebar Helpmed103
i have tried adjusting the width too, but it doesn’t work… i think it should be relating to the sidebar or index template.if you write your own theme, you should know how to fix it… if u also using other’s theme, i see no reason why can’t u shift… u can customize everything to make it your “brand” again! or just use the very basic wordpress or kubrick theme, there’s no problem with falbum, and u can start from there to customize to your “brand”!
Forum: Installing WordPress
In reply to: Falbum and IE Sidebar Helpi have the same problem with one of my blog but not the others, i think the problem is with the theme you use. the “falling dreams” theme is not compatible to falbum (i suspect it’s because they have the sidebar include in footer template rather than the main index one), the other blog i use “Neat” theme, even the content and sidebar width is narrower than “falling dreams”, there’s no problem with the sidebar..
maybe the quickest way to fix the problem is to shift themes?
you can see my falbum:
sidebar failure: https://go-elsewhere.com/travel/wp-content/plugins/falbum/falbum-wp.php
good sidebar: https://kalamansi.go-elsewhere.com/wp-content/plugins/falbum/falbum-wp.php