Forum Replies Created
- AuthorPosts
RattusKeymasterGo to Modules page -> choose module and add preset for it by clicking “+” sign.
Name it and set settings to fit your needs.
Then go to Gmedia Settings page -> Other Settings tab -> Set “Choose default module” to the module and preset you’ve just made -> Save.
RattusKeymasterBetter just embed Youtube playlists to your website if you already have videos on Youtube. It’s faster and easier.
PhotoPro, Optima, Phantom, PhotoTravlr, Mosaic modules have “Like” button. But you should note that it is not related to users and you can’t see who of your users liked and which photos.
RattusKeymasterHere on CodEasily.com you can purchase License for Gmedia Gallery plugin.
License for Flagallery plugin sells on MyPGC.co website.
There is also link to CodEasliy.Club where you can get different premium plugins and themes if you became a member.CodEasily.Club uses theme called “SuperStore Theme” and it is selling on CodEasily.Club website.
RattusKeymasterGo to edit gallery -> Advanced Settings tab -> increase “Delay for Thumbs positioning”.
RattusKeymasterJust copy the url of your home page
RattusKeymasterNot all modules support Links.
Phantom, PhotoTravlr (have link button) and Mosaic modules support links for images.
To set link for image you should go to Gmedia Library -> enter Edit Mode -> fill “Link” field for images.
RattusKeymasterMaybe you have some cache plugins installed? Try reset them after uploading new images.
RattusKeymasterDon’t forget to rate Gmedia Gallery: http://wordpress.org/support/view/plugin-reviews/grand-media
RattusKeymasterThe problem is in ‘/wp-content/themes/weaver-ii-pro/js/weaverjslib.min.js’ file.
Try edit it and paste at the very top of file the code I’ve posted before (https://codeasily.com/community/topic/albums-disappears-after-loading/#post-7173)
RattusKeymasterThemes and plugins should load built in WordPress jQuery and should never load it from third parties, because different plugins could load different versions of the same library which can call JS conflict error.
I can’t tell you from where is the outdated script because you use Autoptimize plugin which cache all JS in one file.
RattusKeymasterUncaught TypeError: Cannot read property ‘msie’ of undefined ($.browser.msie)
Some of your plugins or theme uses jQuery plugin called:
“jQuery Cycle Plugin Transition Definitions”This plugin is outdated and uses function deprecated in jQuery built in the latest version of WordPress. JS error prevent Gmedia Gallery to work properly.
Try add to some of your theme’s js files code below:
jQuery.browser = {}; (function () { jQuery.browser.msie = false; jQuery.browser.version = 0; if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) { jQuery.browser.msie = true; jQuery.browser.version = RegExp.$1; } })();Reference:
The jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9
$.browser on jQuery 1.9.x for legacy IE detection
RattusKeymasterI need a link to the gallery page, so I can see what happens.
RattusKeymaster@ovikpen:
Sure, I can try. But I need access to your WP admin panel
RattusKeymasterFixed in Gmedia Gallery v1.8.56
RattusKeymasterGo to edit Music Player gallery -> Advanced settings -> copy code below to Custom CSS field:
.gm-music-player { height: auto !important; }- AuthorPosts
