Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20816
    Nancy
    Participant

    When activated, WordPress Google Calendar (http://code.google.com/p/wpng-calendar/), causes the slider to fail. It doesn’t cycle through images and also starts too far down in the post area. Any ideas of where I should look in the plugin? I need a plugin that displays our google calendar in a widget and it’s what we used on our old site.

    My set site is http://www.ipcrew.com/SHSTest/

    One unrelated question. When links are in the menu, is there any way to specify that they open in a new window?

    #20837
    Sakin
    Keymaster

    @Nancy: This plugin is not a good plugin as they have enqueue their own jquery.js instead they need to add the core WordPress jquery. They are not following WordPress guideline for development. Try to search for better plugin.

    Maybe you can try removing the following code from wpng-calendar.php file. For more you need to hire customizer as this is not theme issues.
    wp_enqueue_script('jquery-js', get_bloginfo('wpurl') . '/wp-content/plugins/wpng-calendar/js/jquery.js', null, '6124');

    For link in Menu to open in new window. You need to build custom menu from “Appearance => Menus” then you need to assign that menu the location from “Appearance => Menus => Menu Locations”

    Screenshots in Pinterest:
    For custom menu: http://www.pinterest.com/pin/548594798330820987/
    For link in new window: http://www.pinterest.com/pin/548594798330834738/

    #21003
    Nancy
    Participant

    Thank you! Totally missed the screen option.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pugin causes slider to not work’ is closed to new replies.