• Resolved helenoneill

    (@helenoneill)


    Hello,

    Is there a way to combine a page jump and the opening of a dropdown in one click?

    I have a paragraph of text with page jump links to the Collapse-o-matic dropdowns further down the page. They take me there which is great, but I would love it to work so the dropdown opens as I arrive at it.

    I did see ‘scroll-to-trigger’ code, but i’m not sure if that’s really what i want.

    Thanks,
    Helen

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author twinpictures

    (@twinpictures)

    This can be done using the expand’s id as a url anchor like so:
    https://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/#kraftwerk

    it opens the page, scrolls to the trigger and opens the trigger in the expanded state. to use this you will need to assign a unique ID for each expand:

    [expand title="Pocket Calculator" id="kraftwerk"]Target Content[/expand]
    
    Thread Starter helenoneill

    (@helenoneill)

    Hi,

    Thanks for you reply. I have been able to apply this on my site and its now opening on a page jump. one thing is however is that it’s not jumping low enough down the page and its hiding behind the header. I overcame this before when using the anchor tag by using the additional CSS:

    .anchor{
      display: block;
      height: 135px; /*same height as header*/
      margin-top: -135px; /*same height as header*/
      visibility: hidden;
    }

    How can I include the above code with:

    [expand title="Pocket Calculator" id="kraftwerk"]Target Content[/expand]

    Appreciate the help so far,
    Thanks,
    Helen

    Thread Starter helenoneill

    (@helenoneill)

    Any response to this?

    Thanks

    Plugin Author twinpictures

    (@twinpictures)

    An offset is requried, due to sticky elements that live at the header.
    It is unfortunately not a feature offered in the free version, but we have added it to Collapse-Pro-Matic. The pro version also comes with a very high level of personal support, so you can be sure it will resolve this issue.

    Thread Starter helenoneill

    (@helenoneill)

    Hi, I do have the pro version. I could not find how to access your support anywhere, only information and testimonials about the support you provide. I ended up submitting my query in your testimonials section as that was the only place i could find to contact you.

    cheers

    Plugin Author twinpictures

    (@twinpictures)

    We responded to you via email.
    Please let us know if you have not received the purchase receipt that includes the licence key and support info.

    We’ll mark this issue as resolved, and deal with you directly.
    Sorry for any confusion.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘dropdown to open on arrival from page jump/scroll’ is closed to new replies.