alexander146
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups - WordPress Popup] Popup close when user click the backgroundI found out
thanksForum: Plugins
In reply to: [Popups - WordPress Popup] Popup close when user click the backgroundHi,
I bought the premium version. Can you tell me what should I do?
Can you help me please?
ThanksForum: Plugins
In reply to: [WP Photo Album Plus] Text within progression barThank you very much!
Forum: Plugins
In reply to: [WP Photo Album Plus] Text within progression barIt doesn’t work. I translated it, but it doesn’t work. The text I’ve translated is the one within the file “wp-photo-album-plus/wppa-import.php”. Are you sure is the same that appears when user upload a new picture? Or maybe is related to another file?
ThanksForum: Plugins
In reply to: [WP Photo Album Plus] Text within progression barCan you tell me where is the italian language file?
I tried to do so but in the “languages” folder i can’t find it.Thanks
Forum: Plugins
In reply to: [WP Photo Album Plus] Text within progression barI want to change the text, I don’t want to translate it
Thanksp.s. my language is italian
Forum: Plugins
In reply to: [WP Photo Album Plus] Redirect BugPerfect
thank you!Forum: Plugins
In reply to: [WP Photo Album Plus] Different Watermark according to the albumGreat, awesome.
thank you!Forum: Plugins
In reply to: [WP Photo Album Plus] Redirect BugGreat, thanks.
About the alertboxes maybe would be perfect if admin can choose which one show.
ThanksForum: Plugins
In reply to: [WP Photo Album Plus] Different Watermark according to the albumSure, please update this topic
ThanksForum: Plugins
In reply to: [WP Photo Album Plus] Different Watermark according to the albumWell, to be honest I refers NOT to textual watermarks, but to visual watermarks. So I would like to be able to choose a different picture watermark for each album.
I tried to customize the albums, but the only things I’m able to set are name, description, category and so on, but not watermark (I mean visual watermark, i.e. picture).
Thanks youForum: Plugins
In reply to: [WP Photo Album Plus] Blogit – link to the original albumOk thanks,
now I get itForum: Plugins
In reply to: [WP Photo Album Plus] Blogit – link to the original albumHi,
yes what I would like to do is to link the photo itsself to a page that shows the album. How can I do it?Do I have to add some short code in the blogit shortcode?(Table II-H18)
ThanksForum: Plugins
In reply to: [WP Photo Album Plus] Mobile camera video and photo optionsHi,
I was able to edit it. Now is possible to skip this useless step. I changed the file “wppa-boxes-html.php” ; I changed these lines:2375 $accept = '.jpg,.gif,.png'; 2439 $result .= '<script>jQuery(\'#wppa-user-upload-' . $yalb . '-' . $mocc . '\').attr(\'capture\',\'capture\')</script>'; }
to these:
2375 //$accept = '.jpg,.gif,.png'; 2376 $accept='image/*'; 2440 $result .= '<script>jQuery(\'#wppa-user-upload-' . $yalb . '-' . $mocc . '\').attr(\'capture\',\'camera\')</script>'; }
Can you please implement this feature in the new version?
P.s. If you want I can send you the whole edited file.
Thanks- This reply was modified 4 years ago by alexander146.
Forum: Plugins
In reply to: [WP Photo Album Plus] Redirect after UploadGreat! Thank you!