Pagelines功能滑块

时间:2011-02-22 17:12:38

标签: jquery wordpress pagelines pagelines-platformpro

我正在使用Pagelines Platform Pro附带的jQuery滑块,我的问题是:

有没有办法让导航栏中的功能名称链接到页面,仍然可以作为幻灯片的导航栏?

现在我已经拥有它,pageEventmouseover,因此当您将鼠标悬停在相应功能名称上的featurenav栏上时,它会转到该幻灯片。现在,我只需要在幻灯片导航栏中单击名称时再转到该页面。

以下是测试网站的链接:sysorexhosting.com

1 个答案:

答案 0 :(得分:1)

所以问题是什么。您在href中有<a>#标记。只需用你的网址替换它

<a href="#" class=""> International Development</a>

将其更改为

<a href="?page_id=19" class=""> International Development</a>