Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • sgo Friend
    #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=159

    You’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 Moderator
    #353938

    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

    galaxist Friend
    #354436

    I have the same problem – just with Anion.
    And your code didnt help me …
    Any further idea?!

    Saguaros Moderator
    #354486

    please try once more, you remove all parameters adding in the url of javascript links to resolve this issue,

    lavian Friend
    #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 187

    Può aiutarmi?
    Grazie

    lavian Friend
    #354808

    Ho 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!
    Grazie

    galaxist Friend
    #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?

    lavian Friend
    #354914

    Funziona!!
    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?
    Grazie

    lavian Friend
    #355008

    Nessuno 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
    Lavian

    lavian Friend
    #355103

    Effetto 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

Viewing 10 posts - 1 through 10 (of 10 total)

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