Discussion:
[TYPO3-english] jQuery Colorbox ver 1.5.5 corrupted a nice site
Peder Høy Kristensen
2013-06-01 09:44:45 UTC
Permalink
Hi,

I am building a new site with TYPO3 ver 6.1.1. Everything worked well, until I tried to install jQuery Colorbox. Unfortunately I chose the wrong version. There are two versions: ver 1.5.5. stable from March 11, 2013 and ver 0.0.1 alpha from August 21, 2011. Ver 0.0.1 works just fine on other sites. Now I tried to install the latest version, but it resulted in a blank screen in both frontend and backend - I can't even log on the backend. I deleted all files in typo3temp, but it did not get any better. jQuery Colorbox left nothing at all in typo3conf/ext.
How do I get my site back ? i.e. get it made visible.

PS: I tried to use jQuery Colorbox because the very nice pmkshadowbox does not work with TYPO3 ver 6.x

Venlig hilsen / Best Regards
Peder H?y Kristensen
A.O. van bruggen
2013-06-01 10:36:52 UTC
Permalink
Hello Peder,
I know the feeling.

Open the file LocalConfiguration.php the typo3conf folder. (make a copy to
be safe)
Find in EXT array part of jquery colorbox and remove all. (look carefully
for all)
Hope this works.

Kind regards,
Otto van Bruggen
Post by Peder Høy Kristensen
Hi,
I am building a new site with TYPO3 ver 6.1.1. Everything worked well,
until I tried to install jQuery Colorbox. Unfortunately I chose the wrong
version. There are two versions: ver 1.5.5. stable from March 11, 2013
and ver 0.0.1 alpha from August 21, 2011. Ver 0.0.1 works just fine on
other sites. Now I tried to install the latest version, but it resulted
in a blank screen in both frontend and backend - I can't even log on the
backend. I deleted all files in typo3temp, but it did not get any better.
jQuery Colorbox left nothing at all in typo3conf/ext.
How do I get my site back ? i.e. get it made visible.
PS: I tried to use jQuery Colorbox because the very nice pmkshadowbox
does not work with TYPO3 ver 6.x
Venlig hilsen / Best Regards
Peder H?y Kristensen
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Peder Høy Kristensen
2013-06-01 11:32:53 UTC
Permalink
Thanks, now it works again. I installed the "good" jQuery Colorbox (= jquerycolorbox) instead. Unfortunately it does not work proper either (as it does on other sites). I want it to show the pictures in a lightbox, but instead it clears the browser window and show the picture in the browserwindow? I must have missed something around the setup of this ext. De you by chance know what that might be?

Venlig hilsen / Best Regards
Peder H?y Kristensen
Post by A.O. van bruggen
Hello Peder,
I know the feeling.
Open the file LocalConfiguration.php the typo3conf folder. (make a copy to
be safe)
Find in EXT array part of jquery colorbox and remove all. (look carefully
for all)
Hope this works.
Kind regards,
Otto van Bruggen
Post by Peder Høy Kristensen
Hi,
I am building a new site with TYPO3 ver 6.1.1. Everything worked well,
until I tried to install jQuery Colorbox. Unfortunately I chose the wrong
version. There are two versions: ver 1.5.5. stable from March 11, 2013
and ver 0.0.1 alpha from August 21, 2011. Ver 0.0.1 works just fine on
other sites. Now I tried to install the latest version, but it resulted
in a blank screen in both frontend and backend - I can't even log on the
backend. I deleted all files in typo3temp, but it did not get any better.
jQuery Colorbox left nothing at all in typo3conf/ext.
How do I get my site back ? i.e. get it made visible.
PS: I tried to use jQuery Colorbox because the very nice pmkshadowbox
does not work with TYPO3 ver 6.x
Venlig hilsen / Best Regards
Peder H?y Kristensen
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Jigal van Hemert
2013-06-01 12:50:54 UTC
Permalink
Hi,
Post by Peder Høy Kristensen
I am building a new site with TYPO3 ver 6.1.1. Everything worked well, until I tried to install jQuery Colorbox.
You don't really need any extension to have images in a lightbox. There
are tons of JavaScript lightboxes available on the web and you can use
your favourite lightbox easily with TYPO3 CMS.

[1] describes the TypoScript options you can use to define the link
settings for the lightbox you like to use (usually class and/or rel
attribute).

[2] are two example setting for Fancybox and jQuery TopUp lightbox. You
can make a similar TS configuration for extensions in your installation
for which you want to use that lightbox too.

[1]
http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Imagelinkwrap/Index.html#linkparams
[2]
http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Imagelinkwrap/Index.html#imagelinkwrap-example-fancybox
--
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org
Peder Høy Kristensen
2013-06-01 13:32:57 UTC
Permalink
Well, I am just an average skilled (self-taught) TYPO3 user. I found an lightbox extension called Colorbox (t3colorbox), that works very well with TYPO3 ver. 6.1.1. I will use that one. It is the easy way for me.

Venlig hilsen / Best Regards
Peder H?y Kristensen
Hi,
Post by Peder Høy Kristensen
I am building a new site with TYPO3 ver 6.1.1. Everything worked well, until I tried to install jQuery Colorbox.
You don't really need any extension to have images in a lightbox. There are tons of JavaScript lightboxes available on the web and you can use your favourite lightbox easily with TYPO3 CMS.
[1] describes the TypoScript options you can use to define the link settings for the lightbox you like to use (usually class and/or rel attribute).
[2] are two example setting for Fancybox and jQuery TopUp lightbox. You can make a similar TS configuration for extensions in your installation for which you want to use that lightbox too.
[1] http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Imagelinkwrap/Index.html#linkparams
[2] http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Imagelinkwrap/Index.html#imagelinkwrap-example-fancybox
--
Jigal van Hemert
TYPO3 CMS Active Contributor
TYPO3 .... inspiring people to share!
Get involved: typo3.org
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Loading...