• Resolved dolomitenfix

    (@dolomitenfix)


    Hi there,
    I just wonder if it is possible to link a popup button to an anchor link on another page of the site.

    KR Eva

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @dolomitenfix,

    I hope you are doing well today!

    Yes, it is absolutely possible to link a popup button to an anchor link on another page of your site. This is typically done using HTML anchor tags and the particular URL.

    Here is a general guide on how you would do it:

    1. Identify the URL of the page where the anchor link is located. For example, if the page is http://www.yoursite.com/example-page, then this would be the URL to use.
    2. Find the specific anchor on the page that you want the popup button to link to. Anchors are usually specified in HTML with a “#” followed by the anchor name. For example, if your anchor’s name is “anchor1”, it would look like this in HTML: id="anchor1".
    3. When you create your popup button on Hustle, for the button’s URL or link, use the combination of both the webpage URL and the specific anchor’s HTML id. It would look something like this: http://www.yoursite.com/example-page#anchor1.

    This means that when someone clicks on your popup button, they’ll be directed to http://www.yoursite.com/example-page and will automatically scroll down to where “anchor1” is on the page.

    Remember to replace the domain, page, and anchor id names with your specific names.

    You can find more information on https://wpmudev.com/docs/wpmu-dev-plugins/hustle/#content-cta

    Kind regards,
    Zafer

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @dolomitenfix,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Regards
    Nithin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Button link to anchor’ is closed to new replies.