Forum Replies Created
- AuthorPosts
RattusKeymasterI think it should send on page load and on hashchange, so maybe try this:
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXXX-XX', 'auto'); ga('send', 'pageview', {'page': location.pathname+location.search+location.hash}); window.onhashchange = function() { ga('send', 'pageview', {'page': location.pathname+location.search+location.hash}); }; </script>
RattusKeymasterThis reply has been marked as private.
RattusKeymasterTry add this code to GA script:
window.onhashchange = function() { ga('send', 'pageview', {'page': location.pathname+location.search+location.hash}); };
RattusKeymasterHere in private reply or via Contact page.
RattusKeymasterI need to see page with gallery, so I can check if there are some JS errors or other conflicts.
RattusKeymasterYes, I’ve checked your site on different devices and only iPad and iPad Mini doesn’t show music player module (probably other modules too). I think that it is some function in your WP installation break gallery on iPads. Try temporary disable other plugins to check if it is not plugins conflict. Also you can temporary switch theme to default one to be sure it is not conflict with theme.
I could try to solve your problem if you give me FTP access to your server.
RattusKeymasterGmedia checks EXIF and if ‘title’ not empty and it is not numeric it will write it to image title.
EXIF ‘caption’ field added to image description. If ‘title’ is empty and ‘caption’ is less than 80 symbols and it is not numeric then write ‘caption’ to image title.I’ll remove “check if numeric” in future version.
RattusKeymasterSettings saved in database, so you can move modules from one folder to another. If the same module is in both folder, then module from ‘/wp-content/grand-media/module/’ folder will be used.
RattusKeymasterBelow is not buttons, but information about what keys you could press on your keyboard to run some actions.
Could you post link to your gallery page? There also could be some CSS conflicts with your theme..
RattusKeymasterI’m working on adding pagination to Gmedia modules, so a lot amount of images will not break the gallery.
March 11, 2016 at 18:26 in reply to: How do you enable download button in music player module? #6697
RattusKeymasterButton can be named whatever you want in Music module settings and it uses url from “Link” field of each gmedia item.
RattusKeymasterYou could set columns for Mosaic. If you set 3 columns it will stretch images and show 3 big columns from side to side.
RattusKeymasterAlso if you load too much images on one page, then computers with low RAM memory or mobile devices will not be able to open such page. Try divide large gallery into few on separate pages.
RattusKeymasterThere is no way to resize images manually. When you upload images Gmedia automatically creates web-optimised versions with max size 2200x2200px.
RattusKeymasterIt is not recommended to load too much images at once. Mosaic module calculates position for each thumbnail with help of javascript and it could be heavy operation for your browser if there is a lot of images.
- AuthorPosts
