cancel [+] on-click in slideshow format

leeloo / 2014-03-08 15:29:24   

can u pleas help me cancel the [+] on-click in slideshow format so that the information will display always.

i imagine it has to do with plugin.jxs_slideshow.php but java is still beyond me.

thanks

lilu

if ($this->rs['media_title'] != '') $d .= "[+]" . $this->rs['media_caption'] . "\n";
arsondpi / 2014-03-08 18:44:26   

Not sure but I guess, you're after this one: indexhibit.org/forum/thread/19774/

leeloo / 2014-03-16 12:08:51   

Thanks, tried this
indexhibit.org/forum/thread/19774/
but it doesn't seem to be working out,
I am using the white theme, not the black, do i have to change it somewhere else but line 94 at plugin.jxs_ndxzbox.php?
this is
yaronattar.com/indexhibit/index.php/painting/2011/
Thanks
Lilu

arsondpi / 2014-03-16 15:10:26   

Hello!
Check line 132-133 -
Make

            if ($this->rs['media_title'] != '') $d .= "<div id='dialog-box-text'><a href='#' onclick=\"$('#dialog-toggle').toggle();\" style='display: block;'>[+]</a><div id='dialog-toggle'>" . $this->rs['media_caption'] . "\n";
            $d .= "</div></div>\n";

into:

            if ($this->rs['media_title'] != '') $d .= "<div id='dialog-box-text'>" . $this->rs['media_caption'] . "\n";
            $d .= "</div>\n";

(in other words edit the stuff in bold)
Post back if it works
:-)

leeloo / 2014-03-16 15:35:40   

Works Great! thanks a lot:)

This thread has been closed, thank you.