duckednl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: NextGEN Gallery, slideshow and 2.6I have the same issue, sometimes it loads a couple of images then gets stuk. Reloading the page works, but then error repeats itself.
If i click on the slideshow it also continues…
Hope it gets fixed!
See it in action @ http://www.ducked.nl
Forum: Plugins
In reply to: Nextgen Gallery Slideshow widgetI had the same problem & just fixed it. The Nextgen v0.99 uses a new syntaxis for the slideshow.
I fixed it by activating the nextgen slideshow sidebar widget, then viewing the page source.
<!-- Flash Header -->
<div class="slideshow" id="sbsl27_1"><p>The Flash Player and a browser with Javascript support are needed.</p></div>
<script type="text/javascript" defer="defer">
var sbsl27_1 = {
params : {
wmode : "opaque"},
flashvars : {
file : "http://www.ducked.nl/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=27",
shownavigation : "false",
overstretch : "fit",
rotatetime : "8",
transition : "flash",
lightcolor : "0xFFFFFF",
width : "358",
height : "158"},
attr : {},
start : function() {
swfobject.embedSWF("http://www.ducked.nl/wp-content/plugins/nextgen-gallery/imagerotator.swf", "sbsl27_1", "358", "158", "7.0.0", false, this.flashvars, this.params , this.attr );
}
}
sbsl27_1.start();
</script>I believe the sbsl27_1 is a variable which you can alter according to your site.
Try it out! Check out mine @ http://www.ducked.nl
Forum: Plugins
In reply to: [Plugin: Geo Mashup] How To Reset GeoMashup plugin settings?Hi stokast, haven’t seen your reply until now. I haven’t found out how to do this without diggin into the database…
Thank god for visual interfaces for adminning a database 🙂 Or else I would be lost as well hehe
Good luck!
Forum: Plugins
In reply to: [Plugin: Geo Mashup] How To Reset GeoMashup plugin settings?I reinstalled the plugin by deactivating it, deleting the plugin directory in wp-content and then reuploading it again (via ftp off course).
After activation it worked again!
See it in action @ http://www.ducked.nl/geomashup/
Forum: Plugins
In reply to: [Plugin: Geo Mashup] How To Reset GeoMashup plugin settings?I just found out how to reset the options.
- Login into you database manager, like PHPmyadmin or so
- Open wp_options
- Search for option_name: geo_mashup_options
- delete this row
Done!
It doesnt work yet, but we’re on the right path!