Forum Replies Created
- AuthorPosts
RattusKeymasterUpdated code in previous message should work. In Music Player Max-Width setting should be 0.
@Abdulla : It’s plugins conflict. Some of your plugins or theme uses own version of jPlayer javascript library to play music or video and prevents to load jPlayer from Gmedia plugin. Try disable all other plugins one by one and test to find which in conflict. Also try temporary switch to one of built in WordPress themes if disabling all plugins not helps.
RattusKeymasterAll that security plugins you have installed are not always help but sometimes can break the wordpress.
Anyway when your hosting solve the problem “/wp-content/.htaccess” file should be removed, because it prevents some plugins to access their own files.
RattusKeymasterHere is updated CSS code:
.gmediaMosaic a[title]::after { font-size: 100%; line-height: 100%; text-align: center; background-color: #000; bottom: 0; color: #fff; content: attr(title); display: block; left: 0; opacity: 0.6; overflow: hidden; padding: 4px 8px; position: absolute; width: 100%; z-index: 20; } .is_mobile .gmediaMosaic a[title]::after { font-size: 60%; line-height: 100%; }You can play with font-size: 60% to fit your needs.
RattusKeymasterSeems like the problem is in your server. I tried few techniques to solve the problem but that didn’t help, so I return as it was before.
You should contact your hosting about your problem. Problem could be in PHP URL Rewrite Module or in MySQL server.
Tried to google about webhero and “500 error” and here is what I found: http://www.webhostingstuff.com/review/WebHero.html
Reviews are not good, but also maybe outdated. So, I wish you good luck with your hosting and I’m sorry I can’t help you.
RattusKeymasterAutoplay works for me when I move mouse in any of screen corners. Usually, I hide my mouse cursor in right bottom corner (when watching video or for fullscreen slideshows), so it is not visible at all. Tried in FireFox, Safari, Chrome and it works for me.
RattusKeymasterI’m not sure if I understood you right. When edit gmedia item title or any other field in Gmedia Library it saves automatically after you click outside that field. If you leave cursor inside input field and click some link which reloads page, then field will not be saved.
Note: after you edit any item’s field and click outside the Last Modified date should be changed to current time. That means field saved successful.
RattusKeymasterWell, then I need access to your WordPress admin, so I can see what’s happening and try to solve your problem.
RattusKeymasterWell I think the problem is in “t4p-core” plugin, but not in Gmedia. I need FTP access to your server and WP Dashboard access, so I can see what’s happens and try to fix it.
Also send link to your gallery page, so I can look on mobile and give you updated CSS code.
RattusKeymasterAs I see on screenshot .htaccess file prevent direct access to all .php files. This rule can break some plugins including Flagallery.
So, you said when you temporary remove this file from “wp-content” folder your whole website throws a 500 error, right? That is very strange. I need FTP access to your server, so I can try to find other way to solve your problem.
RattusKeymasterI’ll be very appreciate if you rate my plugin at wordpress.org
RattusKeymasterNope, all important files are in separate folder here: “/wp-content/grand-media/”
Do not delete “/wp-content/grand-media/” only “/wp-content/plugins/grand-media/”
RattusKeymasterWell, I’ve already seen problem like this. Probably there is just empty plugin folder: “/wp-content/plugins/grand-media/” but no plugin files in it.
The only way to reinstall plugin is to delete “/wp-content/plugins/grand-media/” folder, so then you’ll be able to install it again via admin.Also check if there is other plugins without files and delete them too (just in case you want them reinstall later and do not want to receive “Folder already exists” message)
RattusKeymasterPost link to the gallery page. Problem could be in javascript error on the page or in plugins conflict.
RattusKeymasterGo to edit your Mosaic gallery -> Advanced Settings tab -> in Custom CSS add this code:
.gmediaMosaic a[title]::after { background-color: #000; bottom: 0; color: #fff; content: attr(title); display: block; left: 0; opacity: 0.6; overflow: hidden; padding: 4px 8px; position: absolute; width: 100%; z-index: 20; }Save changes. Now on thumb which have filled titles you should see titles.
RattusKeymasterCheck if you have hidden “/wp-content/.htaccess” file on your server and delete it or rename.
- AuthorPosts
