Forum Replies Created
- AuthorPosts
RattusKeymasterSeems like CSS conflict with some other plugin which loads (they shouldn’t) their CSS on Gmedia admin pages.
Try go to Gmedia Settings -> Other Settings -> Enable Gmedia admin panel Isolation Mode
RattusKeymasterThe message is self explanatory. The plugin couldn’t create folders on your server due to some restrictions.
I need FTP access to your server, so I could try to solve this problem.
RattusKeymaster
RattusKeymasterSeems like there is some fatal php error on your site where the sidebar should be. The page is not fully loaded.
The only page which have footer on your site is Homepage. All others are broken. You could see php error in error_log file on your server or you could enable WordPress Debug in wp-config.php file.
RattusKeymasterI need to see story with activated Gmedia.
RattusKeymasterPost the link to your gallery page, so I could look closer.
January 26, 2017 at 14:10 in reply to: Photo Box Module – click on image not working as it should work #8863
RattusKeymasterThere are few modules which could play videos from YouTube and Vimeo: Phantom, Phantom Pro, Mosaic, RealSlider, Album Stripes, Cubik. You just need save video url to the Link field of the image.
Or if you want play video from your server, then you need upload it to Gmedia from the computer. There is no import from url option.January 25, 2017 at 22:05 in reply to: Photo Box Module – click on image not working as it should work #8860
RattusKeymasterOk, try go to Gmedia Modules page and update PhotoBox module to the latest version. Let me know if it solve your problem.
RattusKeymasterI’ve disabled “HTML minify” in W3 Total Cache, because it broke code when minifying. Seems like it works fine now.
RattusKeymasterGo to the Gmedia Settings -> Other Settings -> enable “Raw output for Gmedia Shortcode” checkbox
Some themes reformat shortcodes and break it functionality. Turning this on should solve this problem.If not helps, then I need to know what cache/minify plugins you have installed on your server? If you give me access to your WP Dashboard, I’ll try to solve this problem faster.
RattusKeymasterPost the link to your gallery page, please.
RattusKeymasterOk, here is one more piece of code for you:
.gmPhantom_thumbsWrapper { text-align:center; } div.gmPhantom_ThumbContainer, div.gmPhantom_LoadMore { float:none; display:inline-block; }
RattusKeymasterWhen you set number of coulmns/rows in the gallery, then gallery will be fixed size. Set ‘Max-Height’, ‘Thumbnail Columns’, ‘Thumbnail Rows’ to 0.
RattusKeymasterThere is something wrong with your site on mobile browser. It’s bad coded… see screenshot.
Attachments:
You must be logged in to view attached files.
RattusKeymasterYou can add this code to Advanced Settings of Phantom module:
.gmedia-phantom .mfp-bg, .gmedia-phantom .mfp-wrap { z-index: 999999; }or add code below to your theme’s style.css file:
.top-banner-caption { z-index: 9999 !important; }- AuthorPosts
