Hello,
as I am using the Mudslideshow plugin now for a while and I am very happy to have it, it would be wonderfull to have an update for google photos, where all the picasa images moved to.
For now, it works “somehow”, but there are some issues:
+ if an album is created in google photos, the plugin is not able to find it. This works, if I create a new album with the picasa-Tool.
+ the “picasa”-links in the view are directing to picasa and produce now an error 404
Thank you for help!
]]>Hi,
I have created multiple albums through picasa and they are workng fine. However some albums are picking photos which are not in my picasa account. Please help
]]>Hello!
I have a 50 in the album photo. How to configure the page was only one picture a 50-two-three, but when clicking on it opens a slider?
Now you can do just a slider, but 50 images on the page do not look good.
https://www.ads-software.com/plugins/mudslideshow/
и вдруг ты знаешь русский:
Привет!
у меня в альбоме 50 фото. как настроить, чтобы на странице не было 50 фото а только одна-две-три, а при клике по ней открывался слайдер?
сейчас можно сделать только слайдер, но 50 фото на странице не смотрятся хорошо..
The Flickr integration stopped working since Flickr changed the API protocol from HTTP to HTTPS. Solution: in the file sources/flickr.php replace all instances of “https://” with “https://”.
]]>Hi everyone and thanks you for your time.
This is my situation, we are a french company and for our corporate website we use Mudslideshow to show our flickR picture in our website galery.
It was simple, until now i just had to upload news pics in Flickr and update my galerie to also have the new pics on my website.
I had some new pics to had today, and when update Mudslideshow on my website an error message appear “erreur lors de la mise à jour” translated by “error during the update”.
I’m totally lost about the solution, and i’ve to say that Mudslideshow was a very practical pluggin and i would like to keep using it.
Thanks for your help !
my website : https://www.alliance-fermeture.net
]]>When I have upgrade to 0.12.14 the simple gallery doesn’t work. It shows the image one below the other but not the player with the controls to go through the images
]]>I use MudSlideShow on serveral websites and it works just fine. Today I created a new WP-installation and installed the MudSlideShow and prettyPhoto-plugin but it is not working.
The gallery shows up ok but when you click on an image it doesn’t opens in the prettyPhoto pop-up. I’m using the same theme and WordPress-version, so it’s really strange I think.
Who knows the answer to my problem?
]]>Hello,
Mudslide defaults to 512 pixels size then set to full size in Mudslide settings. This can’t be right?
]]>I can get the name of the galleries in none-viewer.php ?
Tanks
Hello,
I am using mudslide tags on my posts.
Here is example:
[mudslide:picasa,0,[email protected],5687247974563670369,141,450,center]
I am sure that in the past image was displayed with width = 450px but after clicking it was resized to original size, for example 1200×800.
Now it is resized only to 512px (closest width available in Picasa).
Is it possible to show original size?
]]>According to your given instruction , [mudslide:flickr|picasa,conf,user_name,album_id], where user_name and album_id are the data from the photo service.
But not clear for me.what is ‘conf’ and ‘album_id’
Give me a example. I just want to show my picasa album then what will be the code .
my picasa id is “queue.48”
and picasa album url is “https://picasaweb.google.com/115319946435225574032/DeptOfStatistics”
then what will be the album id
So, i’ve installed the plugin and it works fine when I’m wrighting the posts, but it only manages to show the pop-up image when logged in! For the visitors, it does not show the photos, but it fades the page like it’s trying to load the gallery. The website is https://www.maoscriativas.com.br, i’m using the plugin within every post, but only discovered the issue today.
I’m using the very latest version of WP and the following plugins, all at the latest versions (wich I have disabled in order to see if there was any incompatibility with the gallery system, but t’was just a waste of time):
Front-End Editor 2.1.1 – https://scribu.net/wordpress/front-end-editor
FV Simpler SEO 1.6.12.1 – https://foliovision.com/seo-tools/wordpress/plugins/fv-all-in-one-seo-pack
Google XML Sitemaps 3.2.5 – https://www.arnebrachhold.de/redir/sitemap-home/
Grunion Contact Form 2.2 – https://automattic.com/#
jQuery Lightbox For Native Galleries 3.3.3 – https://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/
SEO Rank Reporter 1.1 – https://www.kwista.com/
TinyMCE Advanced 3.4.2.1 – https://www.laptoptips.ca/projects/tinymce-advanced/
Vibe SEO Pack 1.2 – https://www.vibethemes.com/wordpress-plugins/vibe-seo-pack-wordpress-plugin/
WordPress Meta Keywords 1.2 – https://www.destio.de/tools/wp-meta-keywords/
WordPress SEO-Rank 1.0 – https://nexxuz.com/wordpress-seo-rank-plugin.html
WP-PageNavi 2.74 – https://www.ads-software.com/extend/plugins/wp-pagenavi/
]]>Hello
There is a bug in highslide.css file:
div.simpleHSslideimg {
position : absolute;
top: 5px;
left: 5px;
background : url(../img/highslide/background.png) no-repeat center center; <<<<<<<<<<<<<<<<<<<<<<<<<
}
The file referenced above (background.png) does not exist in the current MudSlideShow version (0.12.8.8).
Please get this fixed, as it is causing 404 errors to appear in my website log.
Regards
Vijay Padiyar
]]>Hi!
I set up to try your plugin but found a problem with the code generated for galleries in a page. For instance:
[mudslide:flickr,0,89687103@N00,72157615386874737]
I pinpointed the problem to a quote escaping problem on mudslideshow.php function muds_gallery. When assigning the variable $updatelink
bogus <br />
were being inserted in the javascript for the onclick
attribute of the generated a
tag.
The obvious solution was to convert said javascript into a one-liner and replace quotes with the corresponding entity "
. The result is somewhat less legible, but it works on my server:
$updatelink = "<div id='throbber-msspage$rand' class='throbber-off'><a style='cursor : pointer;' id='mss-update-$rand' onclick='var aux = document.getElementById("throbber-msspage$rand");aux.setAttribute("class", "throbber-on");aux.setAttribute("className", "throbber-on");muds_update( "gallery", {$aux['id']},"{$aux['type']}", "{$aux['user']}", "{$aux['gallery']}", $first, $last, $conf, $rand );'>".__('Update','mudslide')."</a></div>";
I have noticed other problems (i.e.: including descriptions in galleries seem to break them, skipping random images), but with this tiny fix I can use your plugin. Thank you for your effort!
]]>I Recently discovered that Mudslideshow Displays 2 Viewers on Over the Other with all Viewers except the Fancybox
here ist the Link tho an Example
https://wp.diasp.at/wp/?p=1377
click on one Picture the close it
Any Suggestions ?
]]>using this shortcode:
[mudslide:picasa,1,*[email protected]*,*AlbumName*]
I get this error:
Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/mudslideshow/sources/picasa.php on line 635
in add gallery appear this menssage – No entries found
]]>Hi!
At first, great plugin.
But at the moment I get following error when I add a Tag as gallery.
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp10469865_8W7F0YTAAE/thomas.fanninger.at/wp-content/plugins/mudslideshow/sources/picasa.php on line 635
And here the tag blog-p1wTE4-B.
I used this tag to create custom picture groups.
Regards Thomas
]]>When I try to access the mudslideshow option under tools it returns the error
The web service endpoint returned a "HTTP/1.1 404 Not Found" response
This error code also is displayed when selecting to add a gallery to any post.
Any ideas?
]]>galleries show in dropdown, but pictures won’t show in dropdown.
]]>Hi,sebaxtian,
I have translated your plugin to galician language. You can download it here.
Best regards.
Pablo César Galdo Regueiro [sig moderated as per the Forum Rules]
]]>I tried to test, the plugin creates a database table under the main blog upon network activation.
A warning show up about extra characters and stuff.
But the galleries work and the widgets dont.
Is Multi Site supported?
BTW Amazing plugin.
]]>I ended up having the [mudslide:…] shortcode as plain text in the excerpts (the excerpts are being generated automatically).
It’s not the case with other plugins, e.g. [youtube…] doesn’t appear in the excerpt, only [mudslide] does.
strip_shortcode() is responsible for removing those [] tags. The problem is, [mudslide] is not among the preg_replace pattern and therefore strip_shortcode will not remove it.
Here is a quick fix: edit mudslideshow.php
and paste this near line 100
add_shortcode('mudslide', 'shortcode_mudslide' );
function shortcode_mudslide($atts, $content = null) {}
btw, thanks for the great plugin, it works brilliantly
]]>After updating to the newest version all the galleries are now showing unclosed tag, the javascript is not working anymore.
I am using the fancy box, because I want to be able to see both titles and description. See this page for how it looks
]]>Hello!
Would use the “read more”?
For example:
The post appears in my home with 8 pictures by clicking the “read more ” or “see more” go to the post with full gallery.
That would be possible?
I use my wordpress as a photographic site, however, the home becomes too large due to the various galleries.
Thanks!
]]>Hi,
I use Picasa with this plugin. My problem is that I have tagged around 25 pics in an album but not all are displayed in the album. When I update from the page then some photos disappear and others reappear.
Please help.
thanks
I install this plugin. everything is fine.
But i cant add gallery by button. cuz there is no icon of this plugin in Richtext Editor like you do.
Plz help me fix.
Unable to load a Picasa gallery for the Mudslideshow plugin.
I selected to “Add Gallery”.
Source > Picasa
User > Picasa e-mail login
Gallery Options> “Select Gallery” OR “Most recent photos from emailaddress”
No other Gallery options available.
]]>Currently when we create page in WordPress with gallery…
[mudslide:picasa,0,username,5534955257967527025]
…we can see pictures from the oldest (on top) to the newest on bottom.
Would it be possible to add some new parameter to define if pictures will be ordered from the oldest or from the newest?
[mudslide:picasa,0,username,5534955257967527025,asc]
[mudslide:picasa,0,username,5534955257967527025,desc]
Excellent plugin on which i’m doing some tests before putting on real site.
Is there a way to activate an auto slideshow (using Fancybox or Litebox) instead of clicking on “Next” picture ?
That would be great …