AWAKE: Multiblog -> Galleria & FancyImages doesn't work?

pending (18 posts) (4 voices)

  1. colorit
    Member

    Hi,

    has anybody experiences with a multiblog system and AWAKE?

    I have here a test page with Galleria, FancyImages, Tabs and normal "framed-left" images in it:

    http://tinyurl.com/32emzll

    Galleria & FancyImages does not work, although the images exists and the paths are right.

    This page belongs to a sub-blog within a Wordpress 3.0.1 multiblog system.

    The code for this page is:


    Galleria-Test:

    [galleria transition="fade" height="300" width="600" autoplay="false"]
    http://birgit-heinz.de/sandbox/files/2010/10/seventeens_XXV_fr1.jpg
    http://birgit-heinz.de/sandbox/files/2010/10/seventeens_XXII_fr2.jpg
    [/galleria]

    [divider]

    FancyImages-Test:

    [fancy_images height="200" width="188"]
    http://birgit-heinz.de/sandbox/files/2010/10/seventeens_XXV_fr1.jpg
    http://birgit-heinz.de/sandbox/files/2010/10/seventeens_XXII_fr2.jpg
    [/fancy_images]

    [divider]

    FrameLeft-Image Test:

    [frame_left alt="" title=""]http://birgit-heinz.de/sandbox/files/2010/10/ausstellung_100px.jpg[/frame_left]This is a test. This is a test.
    This is a test. This is a test.This is a test.This is a test.This is a test.This is a test.This is a test. This is a test. This is a test. This is a test. This is a test. This is a test.This is a test.This is a test.This is a test.
    This is a test. This is a test. This is a test.This is a test.

    [divider]

    jQuery Framed Tabs - Test:

    [framed_tabs tab1="Tab 1" tab2="Tab 2" tab3="Tab 3"]

    [tab]Tab content 1[/tab]
    [tab]http://birgit-heinz.de/sandbox/files/2010/10/ausstellung_100px.jpg[/frame_left]This is a test. This is a test.
    This is a test. This is a test.This is a test.This is a test.This is a test.This is a test.This is a test. This is a test. This is a test. This is a test. This is a test. This is a test.This is a test.This is a test.This is a test.
    This is a test. This is a test. This is a test.This is a test.[/tab]
    [tab]Tab content 3[/tab]
    [/framed_tabs]

    It shows no images at all, if these images are within a galleria or fancyimages shortcodes.

    Any idea?
    Thanks a lot.

    Chris

    Posted 1 year ago #
  2. Dorian
    Support

    Hello Chris,

    After accesing the links to one of the images, http://birgit-heinz.de/sandbox/wp-content/themes/awake/lib/scripts/thumb.php?src=http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg, this is what I'm getting (you should get the same in your browser):

    file not found sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg

    So what you have to do here would be to use the relative path for the images, such as:

    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg

    when declaring them for galleria / fancy images.

    Let me know if you managed to get it working this way!

    Best Regards,
    Dorian

    Posted 1 year ago #
  3. colorit
    Member

    I've tried this:
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg

    I can access this image in the browser, but the galleria still does not work, fancy images not, too:

    http://birgit-heinz.de/sandbox/galleria/

    Complete code of this page can be found here: http://pastie.org/1255734

    Posted 1 year ago #
  4. Dorian
    Support

    Chris,

    What I tried to say is:

    Instead of:

    [galleria transition="fade" height="300" width="600" autoplay="false"]
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/galleria]

    Use:

    [galleria transition="fade" height="300" width="600" autoplay="false"]
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/galleria]

    You should do the same for all images. This should do the trick.

    Cheers,
    Dorian

    Posted 1 year ago #
  5. colorit
    Member

    Hi Dorian,

    thanks a lot, but this still not works.

    My code is now:

    Galleria-Test:

    [galleria transition="fade" height="300" width="600" autoplay="false"]
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/galleria]

    [divider]

    FancyImages-Test:

    [fancy_images height="200" width="188"]
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/fancy_images]

    and this the result at the page:

    http://birgit-heinz.de/sandbox/galleria/

    ... not even the loading icons as before :-(

    Any idea?
    Thanks

    Posted 1 year ago #
  6. colorit
    Member

    Trying to analyze it with FIREBUG:

    this version with this code:

    <br />
    [galleria transition=&quot;fade&quot; height=&quot;300&quot; width=&quot;600&quot; autoplay=&quot;false&quot;]<br />
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg<br />
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg<br />
    [/galleria]<br />

    at this example page:
    http://birgit-heinz.de/sandbox/galleria/

    shows in FIREBUG no single image in source code.

    ----------------

    Using instead the code from above:

    <br />
    [galleria transition=&quot;fade&quot; height=&quot;300&quot; width=&quot;600&quot; autoplay=&quot;false&quot;]<br />
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg&lt;br />
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg&lt;br />
    [/galleria]<br />

    Example page here:
    http://birgit-heinz.de/sandbox/test/

    you can see with FIREBUG, that there is indeed in source code this images and its paths, but not shown in browser.

    Maybe there a problem with thumb.php and the paths, that are used within this script?

    Because FIREBUG shows the path so: see screenshot attached.

    A problem of the correct writing of the image paths within multiblogs?

    Attachments

    1. xxx.jpg (130.4 KB, 1 downloads) 1 year old
    Posted 1 year ago #
  7. Elliott
    Support

    When viewing your site colorit there was no galleria code in the source.. there was a script through that should not be there.

    For that page switch to the HTML editor and copy and paste this..

    [framed_tabs tab1="Tab 1" tab2="Tab 2" tab3="Tab 3"]
    
    [tab]
    
    [galleria transition=fade height=350 width=600 autoplay=false]
    
    http://localhost/awake/wp-content/uploads/2010/09/1.png
    http://localhost/awake/wp-content/uploads/2010/09/1.jpg
    
    [/galleria]
    
    [/tab]
    
    [tab]Tab content 2[/tab]
    
    [tab]Tab content 3[/tab]
    
    [/framed_tabs]

    Make sure to change the images out with images of your own and make sure that these images are hosted on your own server.

    Also, I noticed that your slider is not working.. this is most likely due to the resize script. Make sure that the following directories / files have 777 permissions.

    /wp-content/themes/awake/lib/scripts/
    /wp-content/themes/awake/lib/scripts/cache/
    /wp-content/themes/awake/lib/scripts/thumb.php

    Let us know of the results colorit.

    Posted 1 year ago #
  8. colorit
    Member

    You see nothing in source code because of that, was I wrote concerning Firebug:
    I wrote the image paths so:
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg

    -----------

    I have just took a look at it:
    I have set your mentioned directories already as 777 permissions!
    Images are for sure at my server: calling the path of the images = I can see them in browser.

    Now I changed the images paths to:


    Galleria-Test:

    [galleria transition="fade" height="300" width="600" autoplay="false"]
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg

    [/galleria]

    [divider]

    FancyImages-Test:

    [fancy_images height="200" width="188"]
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/fancy_images]

    [divider]

    FrameLeft-Image Test:

    [frame_left alt="" title=""]http://birgit-heinz.de/sandbox/files/2010/10/ausstellung_100px.jpg[/frame_left]This is a test. This is a test.
    This is a test. This is a test.This is a test.This is a test.This is a test.This is a test.This is a test. This is a test. This is a test. This is a test. This is a test. This is a test.This is a test.This is a test.This is a test.
    This is a test. This is a test. This is a test.This is a test.

    [divider]

    jQuery Framed Tabs - Test:

    [framed_tabs tab1="Tab 1" tab2="Tab 2" tab3="Tab 3"]

    [tab]http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/tab]
    [tab]xxxxx dfgfdgfdg fghghgf[/tab]
    [tab]Tab content 3[/tab]

    [/framed_tabs]

    Still only the loading icon ...

    Firebug now shows the images paths, but in AWAKE there is nothing to see:

    Posted 1 year ago #
  9. colorit
    Member

    Screenshot again:

    Attachments

    1. screen2.jpg (74.9 KB, 1 downloads) 1 year old
    Posted 1 year ago #
  10. colorit
    Member

    By the way: clicking at the loading icons shows the image in lightbox!

    Posted 1 year ago #
  11. colorit
    Member

    Concerning the "galleria" function seems to be an error within the script.
    Look at firebug - screenshot attached:

    there is twice the path of the image after

    thumb.php?

    Galleria code:


    [galleria transition="fade" height="300" width="600" autoplay="false"]
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg
    [/galleria]

    I marked it green!

    Attachments

    1. no1.jpg (91.1 KB, 1 downloads) 1 year old
    Posted 1 year ago #
  12. colorit
    Member

    Same with galleria thumbnails, there is in the script twice the image path

    ... thumb.php?src=http://birgit-heinz.de/sandbox/wp-content/blogs.dir/13/wp-content/blogs.dir/13/files/2010 ...

    That cannot work :-(

    I marked it yellow in the screenshot:

    Page:

    http://birgit-heinz.de/sandbox/galleria/

    Attachments

    1. no2.jpg (76.1 KB, 0 downloads) 1 year old
    Posted 1 year ago #
  13. Dorian
    Support

    colorit,

    The code I've supplied to you should do the work. Please make sure that you haven't type it as you did in here, and I mean:

    <br />
    [galleria transition=&quot;fade&quot; height=&quot;300&quot; width=&quot;600&quot; autoplay=&quot;false&quot;]<br />
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg<br />
    /wp-content/blogs.dir/13/files/2010/10/seventeens_XXV_fr1.jpg<br />
    [/galleria]<br />

    using &quot instead of " for example.

    Since it is not displaying at all means the shortcode is wrongly put in there, so I guess this could be the cause.

    Cheers,
    Dorian

    Posted 1 year ago #
  14. colorit
    Member

    Thanks, but I have typed it in fact right.

    This codes &quot has been changed here in forum, because I have edited my posting twice ;-)

    See the code here: http://pastie.org/1256412

    :-)

    Posted 1 year ago #
  15. colorit
    Member

    No idea?

    Posted 1 year ago #
  16. Elliott
    Support

    Go ahead and PM us WP login and FTP details so we can take a closer look colorit. I have a feeling the problem is with WPMU.

    Posted 1 year ago #
  17. sjforster
    Member

    Is there any update on this.. i am using WPMU and having the same problems..

    Thanks

    Posted 1 year ago #
  18. Elliott
    Support

    Hello sjforster,

    If possible then send us a link to your page. Also you will want to follow this troubleshooting guide for the resize script, making sure everything has the right permissions etc etc,

    http://www.elegantthemes.com/troubleshooting-timthumb.html

    If it still does not work then I recommend creating a backup and then trying this,

    http://mysitemyway.com/support/topic/awake-wpmu-issues-galleria-fancyimages-not-working?replies=11#post-7769

    A couple of customers have said that it worked for them.

    Posted 1 year ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme