Forum Replies Created
- AuthorPosts
RattusKeymaster1. It’s possible to customize player via CSS. Unfortunately we do not do customizations for modules.
2. Gmedia gallery support random order each time you refresh the page. Set order random in the Query Builder.
RattusKeymasterThe problem could be in some of the cache/minify plugin installed on your website. Try disable minify of JS and CSS, because it can broke the code of the galleries.
RattusKeymasterYou should go to Modules page and install premium modules.
If you don’t see any premium modules on the “Add New” tab, then go to download them here at the very bottom of the page: https://codeasily.com/portfolio/gmedia-gallery-modules/ and install via “Install Module ZIP” button.
RattusKeymasterYour theme overwrite styles for the gallery.
Go to edit gallery and add code below to the Custom CSS field (on Advanced Settings tab):
.swiper-small-images img.gmpmp_photo { margin: auto !important; }
RattusKeymasterI’ll add this option next week.
RattusKeymasterAdd this code to Custom CSS field of the Desire gallery:
.gmpts_photo_header .gmpts_name_wrap .gmpts_title_author .gmpts_title { text-transform: none; }Also you can change color of background with code below:
.gmpts_photo_show.gmpts_focus { background-color: #000000; }Change #000000 to some different hex color, but use dark colors, because white text will not be visible on light colors.
RattusKeymasterPaste code below to “Custom CSS” field to completely hide those sections:
.gmPhantomPro_actions_region, .gmPhantomPro_details_region { display: none; }
RattusKeymasterJust disable unneeded sections or completely hide the info sidebar in the gallery settings.
November 28, 2017 at 20:30 in reply to: Latest Chrome version compatibility problems with Gmedia ? #10314
RattusKeymasterRead more about how to enable Flash Player in different browsers: https://helpx.adobe.com/flash-player.html
But if your visitors didn’t do the same they are not be able to see flash modules. If you look at the Demo page ( https://codeasily.com/portfolio/gmedia-gallery-modules/ ) you’ll not see demos for flash modules, becouse flash are not supported by all major browsers. I leave these modules as a bonus for those who still want to use them or already using.November 28, 2017 at 19:19 in reply to: Latest Chrome version compatibility problems with Gmedia ? #10312
RattusKeymasterAdobe Flash technology is dead. All browsers disabled it by default. Adobe company stopped support flash player.
Gmedia Gallery has a lot of HTML5 and JS modules. Use them instead of flash based modules.WordPress also deleted all plugins from repository which required Adobe Flash Player.
RattusKeymasterPhotoBox module has pinch to zoom feature and you can also zoom image with the mousewheel on the desktop.
RattusKeymasterTry this Custom CSS code for Phantom module:
.mfp-content figcaption { position: absolute; width: 100%; bottom: 40px; padding: 0 20px; background: rgba(0,0,0,0.5); } .mfp-content figcaption .mfp-bottom-bar { margin-top: 0; position: static; }Or you can try Phantom Pro module.
RattusKeymaster@Jet0o: Seems like the gallery works fine at the page you posted above. Also what do you mean “set a FULLSCREEN PAGE without padding/margin”? You mean the thumbnails of the gallery takes full window width? Then you should create such template for your theme or use GmediaCloud page (you can find link to the GmediaCloud page on the admin pages of every Album and Gallery).
If you want thumbnails take full width of your page content, then decrease width for the thumbnails: maximum 378px for two columns; 252px for 3 columns.
RattusKeymasterPhantom Pro has fixed size of thumbnails. Try FlipGrid or Mosaic modules where you can set quantity of columns and their are stretched from one side of content to other side.
November 22, 2017 at 23:28 in reply to: Mosaic Module – Error Message in Preview section & Gallery not Always Rendering #10279
RattusKeymasterFatal Error is not related to the Gmedia plugin. There could be some conflict with Divi theme.
Mosaic doesn’t have lazyload feature. Phantom Pro and FlipGrid have per page option and “Load More” feature.- AuthorPosts
