Posted: Sun 7. Jan 2007, 20:54
OK THANKS
where do I get the changes ?
where do I get the changes ?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
$phpwcms["templates"] = TEMPLATE_PATH;
Code: Select all
$block["htmlhead"] .="<link href=\"".$phpwcms['templates']."/inc_app/lightbox/css/lightbox.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
Code: Select all
$block["htmlhead"] .="<link href=\"".$phpwcms['templates']."inc_app/lightbox/css/lightbox.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
I think you talk about the default black transparent background:aditional question: is it possible to change the color from the background effect?
Code: Select all
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
Code: Select all
background-color: #000;
Code: Select all
background-color: #F00;
1. No, 'the effect with the black screen' is not possible with the slideshow!culda_a wrote:Hi breitsch, I like the idea of the slideshow how you made it... I have only one question : is it possible to keep the effect with the black screen when you press on the picture, and to have always visible 2 arrows with next and preview down by the close buton?
only possible with my script-hack!jupiterj wrote:how do you integrated the option: "Caption only in Popup?"
I use the lightbox and I want to display the captions (Bildunterzeile) only in the popup and not on the normal page.
ok but is it possible to be the arrows always visible>?2. if you prefer arrows, that wouldn't be a problem
Code: Select all
Parse error: parse error in /var/www/vhosts/xxx/subdomains/immo/httpdocs/template/inc_script/frontend_render/lightbox.php(70) : regexp code on line 1
Fatal error: Failed evaluating code: makelightbox('ZjY2MWUxMDBiMTA3ZTFjOGRjZjIzNDQwN2ZjMmM1ODYuanBnP3dpZHRoPSI1MzgiIGhlaWdodD0iMzMxIg%3D%3D','<img src=\"content/images/1fae90c67a8909c26c59387a46e01031.jpg\" width=\"450\" height=\"277\" border=\"0\" class=\"imagelistimg\" alt=\"kasetten.jpg\" />','<a href="image_zoom.php?show=ZjY2MWUxMDBiMTA3ZTFjOGRjZjIzNDQwN2ZjMmM1ODYuanBnP3dpZHRoPSI1MzgiIGhlaWdodD0iMzMxIg%3D%3D" onclick="checkClickZoom();clickZoom('image_zoom.php?show=ZjY2MWUxMDBiMTA3ZTFjOGRjZjIzNDQwN2ZjMmM1ODYuanBnP3dpZHRoPSI1MzgiIGhlaWdodD0iMzMxIg%3D%3D','previewpic','width=538,height=331');return false;"><img src="content/images/1fae90c67a8909c26c59387a46e01031.jpg" width="450" height="277" border="0" class="imagelistimg" alt="kasetten.jpg" /></a>','gallery_0') in /var/www/vhosts/xxx/subdomains/immo/httpdocs/template/inc_script/frontend_render/lightbox.php on line 70
Code: Select all
Parse error: parse error, unexpected T_STRING in C:\Programme\Xampp\xampp\htdocs\public\musikemper\phpwcms\phpwcms_template\inc_script\frontend_render\lightbox.php(70) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: makelightbox('MzM5MGI4ODMwNmVmMTEyNGZkY2QxNWE1OTU0ODgxNDEuanBnP3dpZHRoPSIzMTMiIGhlaWdodD0iNDAwIg%3D%3D','<img src=\"content/images/fca9703577cba8b464bab89b9269570d.jpg\" width=\"117\" height=\"150\" border=\"0\" class=\"imagelistimg\" alt=\"000072_072dpi_(Medium).jpg\" />','<a href="image_zoom.php?show=MzM5MGI4ODMwNmVmMTEyNGZkY2QxNWE1OTU0ODgxNDEuanBnP3dpZHRoPSIzMTMiIGhlaWdodD0iNDAwIg%3D%3D" onclick="checkClickZoom();clickZoom('image_zoom.php?show=MzM5MGI4ODMwNmVmMTEyNGZkY2QxNWE1OTU0ODgxNDEuanBnP3dpZHRoPSIzMTMiIGhlaWdodD0iNDAwIg%3D%3D','previewpic','width=313,height=400');return false;"><img src="content/images/fca9703577cba8b464bab89b9269570d.jpg" width="117" height="150" border="0" class="imagelistimg" alt="000072_072dpi_(Medium).jpg" /></a>','gal in C:\Programme\Xampp\xampp\htdocs\public\musikemper\phpwcms\phpwcms_template\inc_script\frontend_render\lightbox.php on line 70
currently the arrows-version is active on my example-site:culda_a wrote:ok but is it possible to be the arrows always visible>?