Forum Replies Created
- AuthorPosts
- May 12, 2015 at 19:55 in reply to: Able to create gallery but unable to find gallery in FlAGallery manager #4819
RattusKeymasterThat could be conflict with some other plugin. I need access to your WP admin Dashboard, so I can try to solve your problem.
RattusKeymaster@Rich:
There is CSS rule in file (at the very end) http://cdn.cctv-america.com/wp-content/themes/cctv-america/stylesheets/screen.css
which hide thumbnail block on mobile devices:
.gmcategory {
display: none !important;
}remove it and Gmedia gallery should work as expected.
RattusKeymasterIt’s depends on gallery width and thumbnail size which you set in gallery options.
The gap between thumbs is 10px and gap on the sides are 20px each. So, if you need 4 columns with 150px width of thumbnail:
20 (gap) + 150 (thumb_1) + 10 (gap) + 150 (thumb_2) +10 (gap) + 150 (thumb_3) + 10 (gap) + 150 (thumb_4) + 20 (gap) = 670.
You should set gallery width to 670px.In other way if you have 600px of Post content width (gallery will be 600px too by default). To know thumbnail width you need:
600 (gallery width) – 20 (gap) – 10 (gap) – 10 (gap) – 10 (gap) – 20 (gap) = 530,
530 / 4 (columns) = 132.5
You should set thumbnail width to 132px.May 12, 2015 at 19:09 in reply to: Gmedia Galleries photo-blog- need to display the photos in 4 columns not 3 #4815
RattusKeymasterIt’s depends on gallery width and thumbnail size which you set in gallery options.
the gap between thumbs is 10px and gap on the sides are 20px each. So, if you need 4 columns with 150px width of thumbnail:
20 (gap) + 150 (thumb_1) + 10 (gap) + 150 (thumb_2) +10 (gap) + 150 (thumb_3) + 10 (gap) + 150 (thumb_4) + 20 (gap) = 670.
You should set gallery width to 670px.In other way if you have 600px of Post content width (gallery will be 600px too by default). To know thumnail width you need:
600 (gallery width) – 20 (gap) – 10 (gap) – 10 (gap) – 10 (gap) – 20 (gap) = 530,
530 / 4 (columns) = 132.5
You should set thumbnail width to 132px.
RattusKeymasterGo to Edit gallery -> Common Settings tab -> change color settings of “Buttons BG Color” and “Buttons Icon Color” to fit your needs -> change other color settings if needed -> Save changes.
Unfortunately there is no way to make buttons bigger. You can change font size only for image title and description text.
RattusKeymasterUnfortunately, there is no such option, but I’ll think about adding it to the plugin.
RattusKeymasterThis depends on theme. In most cases it will work with delay set to 0. I’ve added this parameter to settings in latest version and set it by default to 10.
Because of you put galleries in hidden area it requires to set more delay in your case.
I’ve checked your site and seems it works fine now.
RattusKeymasterOk, I’ve fixed one parameter. Try go to Modules page and update Phantom to latest version (v2.5). Clear browser cache before testing.
If nothing changed increase “Delay for Thumbnail Positioning” in gallery settings -> Advanced tab. Save changes and try again.
RattusKeymasterGo to Flagallery Options page -> on Gallery Options tab find “jQuery gallery script” and switch it to PhotoSwipe -> Save changes.
RattusKeymasterSeems like you use some minify script or plugin which break the code of gallery. Try disable minifying on gallery pages. Don’t forget to clear browser cache and clear cache in “cache” plugins if you use some (like W3Total Cache or Super Cache).
RattusKeymasterSo, as I understand you want to batch rename filename (not image title). I’ll add this to “Batch Edit” in next version.
RattusKeymasterPost link to your gallery.
RattusKeymasterSelect items in Gmedia Library -> in Action dropdown choose “Batch Edit”
RattusKeymasterAre you sure you didn’t update also some other plugins or themes? Try enable “Raw output for Gmedia Shortcode” in Gmedia Settings -> Other Settings.
RattusKeymasterThe problem could be in corrupted Database tables. I can say more if you give me temporary FTP access and access to WP admin panel.
Wordpress warn to backup database every time before any update. Do you have Database Backup? - AuthorPosts
