Forum Replies Created

Viewing 10 replies - 301 through 310 (of 310 total)
  • Yes, same issue here. I’m using WP 3.6 and NextGEN 2.0.17.

    With nextGEN activated the media gallery isn’t showing images and the media-uploader doesn’t work. The classic uploader does work by the way. But it’s hard to insert images into posts without a functional media-gallery.

    Temporarily deactivating NextGEN does the trick and allows you to manage media as normal.

    I’ve rolled back to NextGEN 2.0.0, which gets rid of the issue altogether. Info on rolling back here: http://www.nextgen-gallery.com/how-to-rollback-a-version/.

    I’m using a bunch of other plugins, but currently no time to switch them all off and do more elaborate testing.

    I’m using a customised version of the TwentyEleven theme.

    Hope this helps…

    Thread Starter Dave

    (@dvaer)

    Yes, that makes sense Josh. Thank you. It’s been a one time thing that didn’t happen since. Should it happen again while I can have a look at it I’ll let you know.

    Thanks again,

    Dave

    Thread Starter Dave

    (@dvaer)

    Thanks for your reply Jason. I’ve routed the feed through feedburner and now it works perfectly. Great! Thanks for your help, much appreciated 🙂

    Thread Starter Dave

    (@dvaer)

    Thank you Celeste. Looking forward to the new analytics 🙂

    Thread Starter Dave

    (@dvaer)

    Hi C Reign,

    Thank you for explaining that, I better understand why you did this now and I guess it makes sense to some extent.

    So if I understand correctly, you introduced multisharing for the Twitter button in version 6 a few months ago. Then with version 7 you also introduced it for the Facebook button. And now you’ve disabled multisharing again for the Facebook button, but left it there for the Twitter button in both version 6 and 7.

    OK, fine. I’m still no big fan of the multisharing functionality, because I feel a button with tweet functionality like Digg Digg have would give a better user experience.

    I guess for a simpler user experience I can always activate the tweet button listed under the “additional buttons” header (I’m talking about version 6 now, not sure version 7 has this option). But to me one of the appealing things about your plugin is that it makes all the buttons look so consistent and good (even more so in version 7). And that will be lost a little with a standard tweet button underneath it.

    Anyway, thank you for taking the time to get back to me and explaining the changes. I hope you find this feedback useful 🙂

    Thread Starter Dave

    (@dvaer)

    Thank you Maeve, this script seems like something useful: https://github.com/sy4mil/Aqua-Resizer.

    Thread Starter Dave

    (@dvaer)

    I’ve just been through all the code, but didn’t come across any cropping functionality 9as far as I could see)… Would I need to add something for this?

    Thread Starter Dave

    (@dvaer)

    Thank you for your reply 🙂

    I’m going to throw a few more things into the mix:

    • My server is running PHP version 5.2. so I think I can exclude that (but please correct me if I’m wrong)
    • Yes, there may be a non-ascii character in the feed, but
    • When I deactivate Broken Link Checker the feed displays fine
    • The feed I’m displaying is from WordPress.com blog (not sure that’s relevant, but just a clue perhaps)

    I have the same problem on a different WordPress site (on the same server) with a very similar plugin setup. There I downgraded to WP version 3.3.1 and the problem went away without disabling any plugins.

    I’ve cross-posted my question to the Broken Link Checker support thread here http://ww.wp.xz.cn/support/topic/conflict-with-hungyfeed and will report back with any updates.

    Thanks again for your help and a great plugin!

    I had the same problem but just solved it. The pot file that comes with toolbox has some headers missing. But Poedit offered to fix them and this did the trick.

    Here are the steps I took:

    – Take the toolbox.pot file that is in the Toolbox theme language folder
    – Change the file extension from .pot to .po
    – Open the file with poedit
    – On opening the file poedit says “Required header plural forms is missing”. It also offers to fix it (click the button to the right of the error message) (Note I’m using version 1.5.4 of poedit)
    – You get a screen called “catalog properties” with 3 tabs. You want the “translation properties” tab and on there the bottom field called “plural forms” (this is the bit that’s missing and causing the error).
    – For Dutch you need to put in the following in this field: nplurals=2; plural=(n != 1)
    – For other languages you can find what to enter here: http://translate.sourceforge.net/wiki/l10n/pluralforms
    – Press OK to save your changes and that fixes the problem; you can now do your translation.

    Additional info:

    When you’re done translating click “save” to have poedit save your new .po file and create a .mo file

    Then change the names of these .po and .mo files to the naming convention for language files. For Dutch the files need to be renamed to “nl_NL.mo” and “nl_NL.po”. For other languages you can find the language codes here: http://www.gnu.org/software/gettext/manual/html_chapter/gettext_16.html#Language-Codes
    and the country codes here:
    http://www.gnu.org/software/gettext/manual/html_chapter/gettext_16.html#Country-Codes

    Now upload these 2 files into the Toolbox theme language folder.

    Finally, check that wp-config.php has a language entry in it. If not create it by adding this line somewhere:

    define ('WPLANG', 'nl_NL');

    That’s it!

    Hope that helps 🙂

    I had the same problem but just solved it. The pot file that comes with toolbox has some headers missing. But Poedit offered to fix them and this did the trick.

    Here are the steps I took:

    – Take the toolbox.pot file that is in the Toolbox theme language folder
    – Change the file extension from .pot to .po
    – Open the file with poedit
    – On opening the file poedit says “Required header plural forms is missing”. It also offers to fix it (click the button to the right of the error message) (Note I’m using version 1.5.4 of poedit)
    – You get a screen called “catalog properties” with 3 tabs. You want the “translation properties” tab and on there the bottom field called “plural forms” (this is the bit that’s missing and causing the error).
    – For Dutch you need to put in the following in this field: nplurals=2; plural=(n != 1)
    – For other languages you can find what to enter here: http://translate.sourceforge.net/wiki/l10n/pluralforms
    – Press OK to save your changes and that fixes the problem; you can now do your translation.

    Additional info:

    When you’re done translating click “save” to have poedit save your new .po file and create a .mo file

    Then change the names of these .po and .mo files to the naming convention for language files. For Dutch the files need to be renamed to “nl_NL.mo” and “nl_NL.po”. For other languages you can find the language codes here: http://www.gnu.org/software/gettext/manual/html_chapter/gettext_16.html#Language-Codes
    and the country codes here:
    http://www.gnu.org/software/gettext/manual/html_chapter/gettext_16.html#Country-Codes

    Now upload these 2 files into the Toolbox theme language folder.

    Finally, check that wp-config.php has a language entry in it. If not create it by adding this line somewhere:

    define ('WPLANG', 'nl_NL');

    That’s it!

    Hope that helps 🙂

Viewing 10 replies - 301 through 310 (of 310 total)