Hi,
I've created a slider using the module and everything is great except that I can't seem to add a link to the content on the same page in the slider.
I've tried to add the link #content, but it gets altered to ?q=%(node id)content
You can see this at pss.my-zenith.co.uk/node/23
Is there anyway to have a link to the content for the current page without creating a separate slider for each page?
Thanks in advance
Tim
Hi,
First off, thanks for you concern in our product.
Regarding your question, please find and replace all the lines "if (strpos($link['value'], 'http') === FALSE)" (around 140th line) with " if (strpos($link['value'], 'http') === FALSE && strpos($link["value"], "#") !== 0)"
We currently have not supported this function yet; however, we will add this feature in the next version. It will come soon.
Regards,
Hi,
First off, thanks for you concern in our product.
Regarding your question, please find and replace all the lines "if (strpos($link['value'], 'http') === FALSE)" (around 140th line) with " if (strpos($link['value'], 'http') === FALSE && strpos($link["value"], "#") !== 0)"
We currently have not supported this function yet; however, we will add this feature in the next version. It will come soon.
Regards,