Forum Replies Created
- AuthorPosts
RattusKeymasterPreset – is only the settings for module, but not how many or which items to show.
In the shortcode you’ve already point to show album with id=193 and it shows all items from the library.You can add additional parameter to the shortcode which will extend the query:
[gm album=193 module=photobox preset=290 query="limit=5"]
above shortcode is identical to:
[gmedia module=photobox preset=290 query="album__in=193&limit=5"]P.S.: visual editor convert
&symbol in query parameter to&and query not work, but I’ll fix it in next version.
RattusKeymasterThat is strange… can you give me access to your WP Dashboard, so I can test closer?
There is no problem on my side and limit works fine.
RattusKeymasterI’ve changed only Gmedia files. I’ll add this fix to next plugin update.
RattusKeymasterFixed, some other plugin or theme makes protected meta to be unprotected and shows it in the custom fields. I’ve fixed it and now Covers works.
RattusKeymasterThere is something wrong. Custom Fields with ‘_’ symbol before the name should be hidden.
I need temporary admin access to your WP Dashboard, so I’ll try to solve your problem.
RattusKeymasterCustom Cover field accept only Gmedia image ID (from Gmedia Library). After you enter the ID number to Custom Cover field you should click outside of the field (it will loose focus) to save modified data. “Last Edited:” info should be changed to current server’s time. Then you can reload page to see the result.
I’ll add easier way to set covers in the future. Also I’m working to use artwork from the audio metadata.
RattusKeymaster
RattusKeymasterGo to admin Gmedia Modules page and update Mosaic to v2.5.
Let me know if it will fix the problem.
RattusKeymasterWhen you create gallery in Gmedia plugin you can choose which module (skin) to use for the gallery. You’ve set Mosaic module for both your galleries, but you could also set different modules to them if you want and display on one page.
I can see the problem. I’ll fix it and let you know soon.
RattusKeymasterSure! You can put many different galleries on one page with different settings for each gallery and even galleries built with different modules.
RattusKeymasterProblem 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; }
RattusKeymasterSorry, 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/
RattusKeymasterThe problem is in CSS conflict. Some other plugin or theme overwrite gmedia module styles. I can’t help just looking on screenshots. For help in fixing some problem I need link to the page with the problem.
RattusKeymasterSave code below to Custom CSS field (PhotoTravlr module only):
.gmpmp_name_wrap { display: none !important; }
RattusKeymaster- AuthorPosts
