display custom set of images

Bring Your Business to LifeSupportImage Storedisplay custom set of images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53175
    Xpark Media
    Keymaster

    @armandsdz,

    You are right, script that load on the gallery will not load on taxonomy page, this an Image Store behavior not a WordPress behavior, this to improve page performance.

    You can allow or add this script to your pages using the wp_enqueue_script function. You want to load _js/store.js,

    Be sure that you are creating a separate plugin so you don’t lose your changes on the next update.

    #53317
    armandsdz
    Participant

    Thanks!

    Yes, I added wp_enqueue_script and store.js functionality worked.
    But it was not the last thing to do…there were many “hacks” still to do…for example, define which price list to use for these images, some small details for “add to cart” functionality to work…took a lot of plugin code debugging.
    But I eventually got it working! 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.