Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7379
    sabine92
    Participant

    Hello

    I have a big problème with the module. If it’s ok with Mosaic, for photobox i have a mosaic too !
    With all the other module i have this message pb with ini.php
    Can you help me ?
    My blog is http://www.dejourenjour.fr/
    Thank you

    Warning: Illegal string offset ‘web’ in /homepages/35/d631517979/htdocs/dejourenjour/wp-content/grand-media/module/cube/init.php on line 44
    Notice: Uninitialized string offset: 0 in /homepages/35/d631517979/htdocs/dejourenjour/wp-content/grand-media/module/cube/init.php on line 44
    Warning: array_values() expects parameter 1 to be array, string given in /homepages/35/d631517979/htdocs/dejourenjour/wp-content/grand-media/module/cube/init.php on line 44
    Warning: Illegal string offset ‘thumb’ in /homepages/35/d631517979/htdocs/dejourenjour/wp-content/grand-media/module/cube/init.php on line 45
    Notice: Uninitialized string offset: 0 in /homepages/35/d631517979/htdocs/dejourenjour/wp-content/grand-media/module/cube/init.php on line 45
    Warning: array_values() expects parameter 1 to be array, string given in /homepages/35/d631517979/htdocs/dejourenjour/wp-content/grand-media/module/cube/init.php on line 45

    #7380
    Rattus
    Keymaster

    Sorry, I can’t understand which module is broken? Mosaic, PhotoBox or 3D Cube?
    Errors are from Cube module, but you talking about PhotoBox or Mosaic.

    First of all go to admin Gmedia Modules page -> be sure you have installed latest versions of modules.
    If you still receive errors, then try select images in Gmedia Library and click “Update Metadata” in the Action menu.

    I can’t see any problem with gallery here: http://www.dejourenjour.fr/portfolio/new-york-en-decembre-2016/

    #7381
    sabine92
    Participant

    Thank ! Update metadata works

    #7382
    sabine92
    Participant

    But…
    It was working this morning and now nothing ! I dont understand i didn’t change anything ! for example sphere : http://www.dejourenjour.fr/portfolio/new-york-au-hasard/.
    But work with photoblog : http://www.dejourenjour.fr/portfolio/new-york-en-septembre-2016/

    The same template…
    Can you explain me ?
    Thank you

    #7383
    Rattus
    Keymaster

    Problem is in theme’s CSS. If you add any text before shortcode, then you’ll see the gallery works fine.
    There are two ways to fix this problem:
    1) You can edit “/wp-content/themes/letsblog/css/screen.css” file at line #1833 and comment or delete ‘float:left;‘ for post header like in code below:

    .post_header
    {
    	width: 100%;
    	/* float: left; */
    	margin-bottom: 20px;
    	text-align: center;
    }

    OR
    2) You can go to edit gallery and add code below to Advanced Settings -> Custom CSS field:

    .gmedia_gallery { 
            clear: both;
    }
    #7384
    sabine92
    Participant

    Thank it’s work by the second choice not the firth

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum