2013-02-19 78 views
0

我在帶有Lightbox javascript效果的WordPress中使用NextGen Gallery插件。所以,我對於下一個和以前的形象活躍的div:如何在WordPress中添加對原始圖片的鏈接NextGen Lightbox

<div class="pp_hoverContainer"> 
<a class="pp_next" href="#">next</a> 
<a class="pp_previous" href="#">previous</a> 
</div> 

這個div的覆蓋我的形象的div,這就是爲什麼我不能通過單擊右鍵鼠標,因爲它是不pp_hoverContainer保存當前圖像。

我需要「保存圖像」或「打開原始圖像」功能。

這裏是正在使用的jquery.prettyPhoto.js代碼。請幫我在這裏插入一個按鈕「在新窗口中打開圖像」

/* ------------------------------------------------------------------------ 
     Class: prettyPhoto 
     Use: Lightbox clone for jQuery 
     Author: Stephane Caron (http://www.no-margin-for-errors.com) 
     Version: 3.1.5 
    ------------------------------------------------------------------------- */ 
... 

下載lquery.pretty.js「將圖像保存」或 - http://www.no-margin-for-errors.com/demos/prettyPhoto-jquery-lightbox-clone/prettyPhoto_uncompressed_3.1.5.zip

你可以看看我的畫廊 - http://2013.infoforum.ru/#!lightbox[ngg-images-2]/0/

這裏我無法通過點擊鼠標右鍵保存圖片: enter image description here

回答

0

試試這個插件Wp Jquery Lightbox。它有buildin下載選項,它會給你原始圖像的網址。

+0

但NextGen插件更漂亮。這就是爲什麼我花時間讓它做我想做的。 – almix 2013-03-31 08:32:28

+0

是的,我說使用組合NextGen + Wp Jquery Lightbox :) – Prateek 2013-03-31 14:46:56

+0

Prateek,你是否在某處實現了它們。請給出一個鏈接來看。 – almix 2013-04-03 07:44:14

相關問題