Forum Replies Created
- AuthorPosts
RattusKeymasterI’ve just go to Skins page -> found Minima skin and click “options” link on the right -> in popup I’ve unchecked “Show image views/likes counter” checkbox -> click Save Changes button.
RattusKeymasterDone
RattusKeymasterThis reply has been marked as private.
RattusKeymasterGo to edit gallery page and be sure you have gid=all parameter in shortcode ( something like this:
[[flagallery gid=all w=100% h=500]])
Also try go to Flagallery Skins page and activate another skin.
RattusKeymasterOk, I think it will be faster if you give me access to WP admin. Don’t forget to mark post as private
RattusKeymasterYou have unclosed font tag in description of image with ID #72.
Go to Gmedia Library -> Enter Edit Mode in Action menu -> find “The Michaelis Ladies” image (you can use search field) -> fix image description. There should no be any unclosed tags in image description.
Also you should fix description of images with IDs: #77 (George Washington), #95 (Auguste Böhmer)
RattusKeymasterRows option will work only if Columns set to 0
You can set this parameters in skin options: Go to Skins page find skin in the table and click options link -> in popup change option and save
RattusKeymasterIf you talking about Phantom module than you need set Max-Height option to whatever you need or just some large number, then set Thumbnail Rows to 3.
Also you can choose how visitors should scroll thumbs container: Grid Navigation -> mouse move or scrollbars.Also be sure you have latest version of Phantom module. Go to Modules page and update all modules to latest version.
RattusKeymasterIts could be some server restrictions or plugin conflict.
Try disable other plugin one by one and check if it help, so you can find plugin which conflict with Gmedia.
Also you can try play with uploader settings placed in “Screen Options” at top right corner of “Add Gmedia” page.
RattusKeymasterWhat skin you use? In skin’s options there should be checkbox to show/disable views counter.
RattusKeymasterTry something like this:
global $wpdb, $user_ID; $gallery_ids = $wpdb->get_results($wpdb->prepare("SELECT gid FROM {$wpdb->prefix}flag_gallery WHERE status = 0 AND author = %d ORDER BY gid DESC", $user_ID)); if(!empty($gallery_ids)){ echo do_shortcode('[flagallery gid='.implode(",",$gallery_ids).' w=100% h=500 name="Gallery"]'); }
RattusKeymasterWell, some services like Facebook require additional static code in document header which can’t be added by javascript.
I’m working to solve this problem in future updates.
RattusKeymasterFixed in Phantom v2.0
Go to Modules page and update Phantom module to latest version.July 9, 2014 at 11:53 in reply to: possible to have title/description outside of image in single view mode? #3266
RattusKeymasterThere is a lot of gallery modules in Gmedia Gallery and you didn’t say which one you use.
RattusKeymasterIn the latest Gmedia Gallery plugin in flash modules alternative gallery looks different from what you have now.
- AuthorPosts
