Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • NextGen changed their code a bit.

    I went through the nggfunctions.php provided with WP-greet and copied the well-marked edits out and pasted these in the appropriate places in the new nextgen nggfunctions.php.

    I’m not getting any wordpress errors, but my gallery isn’t displaying the cards. [gallery=ID url=https://your-domain.com/greet/] is not working for some reason.

    IE 6 spits the following error:

    Line: 347
    Char: 1
    Error: Object expected
    Code: 0
    URL: https://starwarschicks.com/greeting-cards

    If I remove the url=https://your-domain.com/greet/ it displays the gallery per nexgen standards.

    And yes – I changed https://your-domain.com/greet/ to my domain’s url.

    I don’t know how to add the ability to customize the title within the widget control, but I did figure out how to hard code a title into the plugin.

    Edit line 861 echo $before_widget . $before_title . $after_title;

    to echo $before_widget . $before_title . 'Translate This Blog' . $after_title;

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