Bookmark link to another page

Hi there,

Is it possible to make a bookmark link to another page?
Example: http://www.mywebsite.com/events#bookmark
It is not working in Pulse under Chrome
Any solution? Thanks!

Arie

Hi @ArieJan Arie - sure!

We run #anchors on our Pulse made marketing site:

(for example)

So it should work.

Did you set the anchor (#bookmark) on the "events" page?

Let us know / post a link here and somebody might be able to chime in and help :slight_smile:

Oke that’s working but example:
http://mywebsite.com/events_page#event

  1. It’s the link to the page “events_page”
  2. Bookmark to “#event

is not working

Thanks for your replay

Arie

A link to your real website would help :slight_smile:

1 Like
Try this.
Open the page ..
https://demo.pulsecms.com/admin/

Adjust these pages by example.

<!--blocks/sb_nav-->
<li><a href="<?php echo $path; ?>/about#team">About</a></li>

<!--pages/about-->
<p><a href="#team">Mi Team</a></p>
{{template:single}}


<!--blocks/about/team-->
<!-- Insert Bio Column -->
<div class="third internal center" id="team">

Open the page ..
https://demo.pulsecms.com/about
= New page address (Crome, Mozilla,Edge = OK)
https://demo.pulsecms.com/about#team
1 Like

This topic was automatically closed after 7 hours. New replies are no longer allowed.