Viewing 5 replies - 1 through 5 (of 5 total)
  • Below the box that shows the gallery shortcode there’s a button “Create Gallery Page”. This creates an actual page for you with a physical URL ??

    Oh btw, I took the liberty to reply to your question although I’m not with the FooGallery development team ??

    Thread Starter haimsr

    (@haimsr)

    Thank you Robin for responding! I took your advice and yes it did create a spearate page with a separate url but I want the gallery to show up in the foobox lightbox on the page with the link.
    Any thoughts on this?

    Plugin Author bradvin

    (@bradvin)

    You can do that, but it cannot be done with FooGallery. You will have to create some custom HTML like below:

    <div class="foobox">
      <a href="image1.jpg">Open gallery</a>
      <div style="display:none">
        <a href="image2.jpg"></a>
        <a href="image3.jpg"></a>
      </div>
    </div>

    Let me know if that works for you

    • This reply was modified 7 years, 9 months ago by bradvin.
    Thread Starter haimsr

    (@haimsr)

    HI Bradvin,
    Thank for the tip. That is exactly what I needed and it works great!

    Maybe you can help me with a related problem Im having.

    Im using a plugin called WD Google Maps and am trying to place a link in the description area. It works but if I add the foobox code to the link it strips every thing out and presents on front end as a regular link to the media file.

    Ive been in touch with WD devs but havnt got answer yet and Im anxious to get this working.

    Any thought as to what may be going on?

    Plugin Author bradvin

    (@bradvin)

    I am not sure how WD Google Maps renders to the front-end. They might strip out HTML from the descriptions, as that can sometimes cause problems, but I am only guessing as I have never used the plugin before. You might need to inject a link using javascript, but that would complicate the FooBox binding

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Foo GAllery Link form text link’ is closed to new replies.