Internal Link selector not working
I am trying to create a link from our main website to our admissions website. I find the exact page on the other site that I want to link to and submit the changes. I can see that it is linked in the edit menu but when I preview it or ever publish it the link doesn't go where I told it to go. Rather it just reloads the page like there's no link at all. What could be causing this issue?
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tim on Aug 21, 2013 @ 02:21 PM
Hi Matthew,
A couple of questions for you to see if we can help you narrow this down:
Thanks
2 Posted by matthew.wren on Aug 21, 2013 @ 06:41 PM
I have attached 2 screenshots and the frame source. The way this particular page works is that it is a Page that inserted into another page like a block. We call it a widget and it only seems to cause issues when we link it to the admissions subdomain/site. This doesn't happen with link on the same site.
Support Staff 3 Posted by Tim on Aug 26, 2013 @ 01:49 PM
OK, it looks like you may have forgotten to attach the Format that is transforming this content. Can you attach that here? My guess is that it may be using the
<path>
element when it should really be using the<link>
element to output the links.4 Posted by matthew.wren on Aug 26, 2013 @ 07:40 PM
Oh my apologies. Is this the correct format? It's the format for the widget.
5 Posted by matthew.wren on Sep 04, 2013 @ 12:48 PM
Is there an update? Is there anything else I'm missing?
6 Posted by Ryan Griffith on Sep 04, 2013 @ 02:09 PM
Thank you for providing your XSLT Format, Matthew.
As Tim indicated, it looks like you are using asset path as opposed to using the link. The main difference between the two is you need to use link if you are referencing assets that are in another Site, or using the Format within another Site. This will have the
site://
prefix that will tell Cascade Server the asset you are linking to is within a specific Site and not the same Site.Specifically, you will want to update lines similar to the following:
To:
Note: you would still want to use the path value when checking if a chooser has a chosen asset (ie looking to see if the value is
/
).Please let me know if you have any questions.
Thanks!
7 Posted by matthew.wren on Sep 09, 2013 @ 05:27 PM
That seems to be the problem! Thank you very much!
Support Staff 8 Posted by Tim on Sep 11, 2013 @ 07:51 PM
Glad we could help! Take care, Matthew.
Tim closed this discussion on Sep 11, 2013 @ 07:51 PM.