Hi ,
I would like to display only the public albums, but not the private ones, would you help me out with this.
thanks,
]]>In compatible with Gravity Forms form editor. To fix this problem change the following lines so that admin javascript is loaded only on picasaview page:
public function adminHeader() {
if($_GET['page'] == 'picasaview.php') {
wp_enqueue_script('picasaview-admin', plugins_url('picasaview-admin.js', __FILE__), array('scriptaculous'), '1.0');
}
}
Also changed loadScripts so that only loaded on front end:
public function loadScripts() {
if($this->options['quickpaging'] && !is_admin()) {
wp_enqueue_script('picasaview', plugins_url('picasaview.js', __FILE__), array('jquery'), '1.1.5');
}
}
]]>
Hello,
thank you for this cool plugin.
Would it be possible to exclude albums from getting displayed?
i.e. I want to display all my picasa albums, but not the “scrapbook” and “profile pictures” albums which get created automatically by google plus. ??
]]>Hello!
thank you for this perfect album, is it possible to make 2 column for the albums in the frontpage https://www.maschinenland.at/
regards
Peter
I’ve been using the plugin for a while, and absolutely love it. But something seems to have broken.
I have 4 albums on my site, all of which were fine. Now, two work every time, one works intermittently, and the other won’t display at all.
Plugin hasn’t changed, nor has my site… perhaps Google have fudged something up?
]]>says album does not exist for this user. I checked the settings meticulously at least 6 separate times to be sure and I still received the message.
]]>