Forum Replies Created
- AuthorPosts
RattusKeymasterYou can set custom order in the album with drag and drop items.
Or you can go to Gmedia Library -> select items in order you want they to appear -> click Action dropdown and select Batch Edit -> set filename to custom like:
somename_{index:1}
where {index:1} is index of selected file in order you select (set start number after colon)Then you can set order by filename in gallery. If you do not set order in gallery, then order of chosen term will be used.
RattusKeymasterEdit Music gallery -> go to Advanced tab -> paste code below to Custom CSS:
.gm-music-player { text-align: left; } .gm-music-player img { padding: 0 !important; }Then you can save module preset as default, so next time when you create gallery this code will already be there.
RattusKeymasterThat’s CSS conflict with theme or other plugin. I need live url to fix that.
RattusKeymasterYour theme is not compatible with jQuery version in latest WordPress version.
Edit “/wp-content/themes/IlariaLVioleta/script.js” and find & replace:
jQuery('ul.art-hmenu a[href=#]')
to
jQuery('ul.art-hmenu a[href="#"]')
RattusKeymaster@albione: Your theme is not compatible with jQuery version in latest WordPress version.
Edit “/wp-content/themes/IlariaLVioleta/script.js” and find & replace:
jQuery('ul.art-hmenu a[href=#]')
to
jQuery('ul.art-hmenu a[href="#"]')
RattusKeymasterSet gallery status to Public or Private (if you want only logged in users can see it). Also be sure that albums/gmedia items inside gallery also be published.
RattusKeymasterAre you sure there is gmedia shortcode on the page?
RattusKeymasterOk, I need to know version of Firefox and your OS.
RattusKeymasterI’ve checked your pages in Firefox and Safari. All works fine.
RattusKeymaster1. When you create gallery you should fill Query Args. field (Click “Build Query” button for help). If not do that, then gallery will show whole library.
2. You can insert album (tag or category) in post without creating gallery. Edit Post -> click Gmedia button -> Gmedia Collections -> choose album -> choose module/preset -> insert.
RattusKeymaster
RattusKeymasterBe sure that images are in ‘/wp-content/grand-media/images/’ folder.
If you moved your website to another hosting (or folder), then be sure you copied ‘/wp-content/grand-media/’ folder.
RattusKeymasterWhat do you mean “Erase”? Images are not visible on Frontend or on Backend too? Is there any files in ‘/wp-content/grand-media/images/’ folder?
Did you click uninstall plugin before installing new version? Uninstalling plugin can also delete files if such option enabled in settings.
Also if you delete ‘/wp-content/grand-media/’ folder or replaced it by accident then the only way to return files is backup.
RattusKeymasterTeamViewer is not the option, cause I have a lot of extensions installed in my browsers, which I use for debugging.
The problem could be in plugins conflict. Try temporary disable other plugins one by one to exclude the conflict.- AuthorPosts
