-
AuthorPosts
-
August 27, 2010 at 4:03 am #153855
Hi All:
I’ve been using JCE’s MediaBox popup tool for years with many templates and it’s always worked great. Unfortunately something in the JA Anion template makes in operate awfully. I know that different javascripts will conflict and such, but I’ve never seen a template mess with JCE’s plugin before now so that’s what’s got me quite curious as to why it’s not working.
The plugin should allow me to create a rather simple / common lightbox / popup for content images.
Here is a URL to a content page where the plugin should be working:
http://d2818880.u404.s-gohost.net/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=159You’ll notice that when you click the thumbnail and scroll to the bottom of the page, the image does load, but as you can see, all the way at the bottom. Obviously not acceptable. If you enable any of Joomla’s default stock template’s you’ll see the correct result: a nice, sexy looking popup to larger version of the thumbnail.
I’ve enabled Development mode in T3, as well as disabled all of the javascript-file merging in the template’s configuration but the problem’s still not resolved.
any advice on resolving this would be great. Thanks for your help guys.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 28, 2010 at 5:03 am #353938this is a bug of the framework in the checking of the existing file, our developers are fixing this. i would like to give you a quick fix for this, now you open the file: pluginssystemjcemediabox.php
[PHP]
$document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css?v=’.$version);
[/PHP]replace:
[PHP]
$document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css’);
[/PHP]ps: pls backup the file before modifying
1 user says Thank You to Saguaros for this useful post
galaxist Friendgalaxist
- Join date:
- May 2010
- Posts:
- 26
- Downloads:
- 62
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
September 2, 2010 at 3:46 pm #354436I have the same problem – just with Anion.
And your code didnt help me …
Any further idea?!Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 7, 2010 at 8:46 am #354804<em>@tienhc 191943 wrote:</em><blockquote>this is a bug of the framework in the checking of the existing file, our developers are fixing this. i would like to give you a quick fix for this, now you open the file: pluginssystemjcemediabox.php
[PHP]
$document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css?v=’.$version);
[/PHP]replace:
[PHP]
$document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css’);
[/PHP]ps: pls backup the file before modifying</blockquote>
Io ho lo stesso problema con Template JA Droid, e, dopo aver sostituito la stringa mi appare questo errore:
Parse error: parse error, expecting `T_VARIABLE’ or `’$” in H:xampphtdocstrullipluginssystemjcemediabox.php on line 187Può aiutarmi?
GrazieSeptember 7, 2010 at 9:08 am #354808Ho sistemato l’errore su riportato, c’era una porzione di codice che non avevo cancellato.
Ma comunque non funziona.
Quando si fa clic sulla miniatura per vederla bisogna scorrere fino alla parte inferiore della pagina, l’immagine viene caricata in fondo con un risultato poco accettabile.
Aspetto un aiuto!
Graziegalaxist Friendgalaxist
- Join date:
- May 2010
- Posts:
- 26
- Downloads:
- 62
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
September 7, 2010 at 1:16 pm #354825<em>@tienhc 192640 wrote:</em><blockquote>please try once more, you remove all parameters adding in the url of javascript links to resolve this issue,</blockquote>
What does this exactly mean?
Which url of javascript?Do I have to change the code on every position where:
$document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css?v=’.$version);
stands?
1 user says Thank You to galaxist for this useful post
September 8, 2010 at 10:00 am #354914Funziona!!
Bisogna cambiare, come dice Tienhc, nel file jcemediabox.php che si trova nel percorso pluginssystemjcemediabox.php – il seguente codice $document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css?v=’.$version); con il seguente
$document->addStyleSheet(JURI::base(true).’/plugins/system/jcemediabox/css/jcemediabox.css’); riga 290,293,298,304(per il template JA Droid).
Effetto Lightbox? Non funziona, infatti cambiando il codice nel file come su descritto, la foto si apre in una nuova finestra, ma senza effetto.
Per Tiench: bisogna modificare qualcos’altro?
GrazieSeptember 9, 2010 at 4:45 am #355008Nessuno ha la soluzione a questo problema?
Il Problema è che il lavoro per cui ho utilizzato questo template, ha svariati link con effetto lightbox, ma non funzionano.
Prego, aiutatemi.
Grazie
LavianSeptember 10, 2010 at 8:41 am #355103Effetto Lightbox? Non funziona, infatti cambiando il codice nel file come su descritto, la foto si apre in una nuova finestra, ma senza effetto.
Bisogna modificare qualcos’altro?
Grazie -
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by lavian 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum