Forum Replies Created
- AuthorPosts
RattusKeymasterYou should try Slider Skin or Photo Pro Skin or GreenStyle Pro Skin.
RattusKeymasterMusic (mp3 files) should be in the same category as images
RattusKeymasterTry go to WordPress Settings page -> General -> change your WordPress Address (URL) and Site Address (URL) to lowercase -> Save changes
RattusKeymasterYour server failed to load compressed js and css for gallery. If you give me temporary FTP access or admin access to WP dashboard I can fix this by disabling compression for gallery.
January 12, 2014 at 15:21 in reply to: Rendering photos of Gmedia gallery at android smart phone is not correct #2487
RattusKeymasterThis problem appears when you too much zoom in the page before open big image from the gallery.
For mobile devices you can set maximum scale in meta viewport tag. Here is link where you can read more about this: http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design
RattusKeymasterThe possible reasons:
1) There is no images in the Gallery
2) There is some javascript error on the gallery page
3) There is no or functions in your theme required by WordPress Codex.
RattusKeymasterThis possible only in Optima Skin. Minima is a free lite version of Optima.
RattusKeymasterYour theme missed important
<?php wp_footer(); ?>function in footer.php file. Read WordPress Codex for more info: http://codex.wordpress.org/Function_Reference/wp_footer
RattusKeymasterThere is javascript error on the page: ‘Uncaught ReferenceError: drag_div is not defined ‘. Seems like this error is in your theme. Fix it and gallery will work fine on iOS.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterI need FTP access to your server, so I can try to solve this problem.
RattusKeymasterI got it. your website loads page content via AJAX (without reloading full page), that’s why gallery not showing.
Gallery script start after “document ready” event. In your case this is gallery with ID2:jQuery(document).ready(function(){ jQuery('#gmPhantom_ID2').gmPhantom(); });Your theme loads content with AJAX (when click on menu) and above code not runs, so gallery not showing up.
RattusKeymasterI can’t explain it. I’ve checked on Windows with Chrome, FF, IE 10, Safari and all works fine. Here is attached screenshot from my iPad.
RattusKeymasterI’ve checked your link on different browsers and all browsers loaded thumbnails without refreshing (no javascript errors). Maybe you have slow internet connection?
RattusKeymasterThis reply has been marked as private.- AuthorPosts
