That Guy From High Rolls
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Warning after the updateJacob,
The update to 5.3.1 did fix the loss of pictures on my website. Thank you so much for your work on this plugin.
Forum: Plugins
In reply to: [WP Photo Album Plus] Warning after the updateI had the same error and now none of my pictures show up. The thumbnail pages work fine but no pictures or slide shows are available now.
I will install the patch today. Thank you for the quick fix.
Your plug-in is a real asset to my site.
Forum: Plugins
In reply to: I need a simple slideshow that does NOTHING else.I finally got the hyperlinks in the images to disappear.
Line 211 (in Bluefish editor) of the superb-slideshow-gallery.js looks like this:
var layerHTML=(imgelement[1])? '<a href="'+imgelement[1]+'" target="'+imgelement[2]+'">\n' : '' //hyperlink slide?
Remove this:
<a href="'+imgelement[1]+'" target="'+imgelement[2]+'">
and the hyperlink disappears from the images.
That line ends up looking like this:
var layerHTML=(imgelement[1])? '\n' : '' //hyperlink slide?
Don’t know if this will cause problems with shows other than page post types of shows, because that is the only way I use this plugin.
Hope this helps…
Forum: Plugins
In reply to: I need a simple slideshow that does NOTHING else.Well I did get the slideshow to stop pausing on mouse over by commenting out this line in the superb-slideshow-gallery.js;
setting.$wrapperdiv.bind(‘mouseenter’, function(){setting.ismouseover=true}) //pause slideshow mouseover
Using Bluefish editor it is line 70 of the script. I’m still trying to get the hyperlinks to disappear, but having little luck.
Forum: Plugins
In reply to: I need a simple slideshow that does NOTHING else.You are correct. I hadn’t paid any attention to the link function after entering the #. And yet the mouse hover slide stop is a “feature” of the plugin per the web site.
I may look into the code myself and see if I can fix that for my site but I don’t mind the page reload. But it would be nice to have the features you want. Perhaps Clayton James suggestion of Image Sliders is the answer? I may look into those…
Glad I could help a small bit.
Forum: Plugins
In reply to: I need a simple slideshow that does NOTHING else.Using Superb Slideshow Gallery you can suppress the hyperlinks on each slide by entering the # (shift-3) symbol in the hyperlink field. If you don’t want pop-up comments, leave the description field blank. I do and it works great.
Forum: Plugins
In reply to: I need a simple slideshow that does NOTHING else.You might try the Superb Slideshow Gallery. I had the same requirements and have found it to work out well.
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo of the Day Page Link not workingI just upgraded to v4.0.9 and it is working as it should.
Thank you for the quick response and resolution.