Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Kimber254

    (@kimber254)

    never mind, found how to per site. Now I need to out how to set it for default on the network. Thoughts

    Not without modifying the plugin directly. See easy_image_gallery_allowed_post_types() function. You could add a new line below:

    $defaults['post_types']['post'] = 'on';
    $defaults['post_types']['page'] = 'on';

    And add your post type. Untested but should work. If it works for you I’m happy to put a filter hook in this function so you can do this from outside the plugin. Let me know

    Thread Starter Kimber254

    (@kimber254)

    Hi,

    Sorry, I should have posted back. When someone signs up, I go into their site and check the gallery spot in the media settings area.

    Thanks

    Ok great

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gallery on product page pmudev Marketplace’ is closed to new replies.