Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kossivi

    (@kossivi)

    Hi,

    When I activate the plugin, my galleryview thumbnails disappear.
    And the difference in the source code is :

    galleryview without fpp: OK
    id=”myGallery_72″ class=”galleryview”>
    <img src=”https://www.mysite.com/wp-content/gallery/folder01/image.jpg&#8221; alt=”image” class=”full”>

    galleryview with fpp: KO
    id=”myGallery_72″ class=”galleryview”>
    <img src=”https://www.mysite.com/wp-content/plugins/facebook-page-publish//wp-content/gallery/folder01/image.jpg” alt=”image” class=”full”>

    Can you help?

    Thanks

    Thread Starter kossivi

    (@kossivi)

    Hi,

    Resolved by replacing BASE_URL with get_home_url() in NGG GalleryView plugin sharedfunctions php file.

    Thanks

    Kossivi

    Plugin Author mtschirs

    (@mtschirs)

    Hi kossivi,

    Thank you for posting this. In the next version, Facebook Page Publish will use constants with “FPP_” prefix to prevent these naming problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Facebook Page Publish] conflit with galleryview’ is closed to new replies.