Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Me too.
    With animation, nothing happens. Remove, and it works fine.

    Same problem, 3.1.4,
    Choose my template in the Single Post Template drop-down on the new post editor page (or indeed the edit previous posts editor page) and when ever you press “publish” or “update” the dropdown box goes back to default, and no template is set.

    I also got it to work by calling

    <script type="text/javascript" src="/js/jquery.galleriffic.js"></script>
    <script type="text/javascript" src="/js/jquery.history.js"></script>
    <script type="text/javascript" src="/js/jquery.opacityrollover.js"></script>

    AFTER
    <?php wp_head(); ?>

    Thanks!

    I am in Japan. This problem is not a browser problem.
    This is a wordpress problem.

    update
    I tried commenting out the

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    in the wp-config file as suggested by user “whooami”on this thread
    https://www.ads-software.com/support/topic/wordpress-284-disaster?replies=5
    and now the posts inside the loop display properly. However a plugin in the sidebar for switching between languages which had hitherto displayed a “日本語” label correctly now displays ???.
    The posts were more important and I might be able to work around the sidebar issue but this is all so messy.
    I, like user “kmlawson” on the above thread don’t know why the character set definition in the config file should break instead of enable 2-byte text.

    Graeme, do you read/write Japanese?
    This is an incredibly impractical solution. Writing kanji is not like adding the very occasional ü character into several pages of text – it’s the whole several pages.
    Suggesting the solution to WordPress’s Japanese ??? bug is for them to type out the code for every single character is the same as asking an English-writing user to write out every page of their website by typing a six digit code per letter.
    It must have taken you a long time to write out all the codes for 2000 odd kanji into a spreadsheet, unfortunately for the majority of people with this problem I think it will be totally useless.

    somebody please contribute if you know how to write in Japanese in a standard English wordpress installation without it turning to ??? when you press publish.

    Hello,

    I have one guidance/fix request that should be uncomplicated…

    The folder I use for uploaded content is not wp-content/uploads, its somewhere else, above public_html so that permissions can be 777.
    Wordpress itself knows this because I adjusted its settings, but userphoto is trying to upload to the default wp-content/uploads folder, with the result that it does not have permission.

    How can I get userphoto to upload to my specified upload folder?

    Many thanks,
    Louise

    Fixed my problem~~

    Silly mistake perhaps, but couldn’t find the answer on the web.
    Hadn’t included
    <?php wp_head(); ?>
    in the header of my super-stripped down theme so it wasn’t calling the js necessary to run awp.

    Also if you select prototype js library in awp it conflicts with lightbox. Choose another library and that also was fixed straight away.

    Cheers~~

    Hello, could you please list the ‘required divs’ you mention in .1
    I think that might be the crucial missing factor in my uber minimal theme usage, and the reason the ajax isn’t effecting.

    Thanks very much ??

Viewing 8 replies - 1 through 8 (of 8 total)