Forum Replies Created
- AuthorPosts
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterGo to edit or create new gallery with RealSlider module. Change module settings to fit your needs and save them as new Preset (saving gallery is not necessary if you need just save presets). Now you can use created presets in [gm] shortcodes.
Post link to your gallery where autoplay doesn’t work.
RattusKeymasterGrab license keys in your account: https://codeasily.com/my-account/
RattusKeymaster@Bob,
post your order number, so I can find your order in database.
RattusKeymasteryou forgot to include jQuery to your theme. This should be done in functions.php file of your theme, like:
function mysite_scripts_load(){ // enqueue the script wp_enqueue_script( 'jquery' ); } add_action( 'wp_enqueue_scripts', 'mysite_scripts_load' );
RattusKeymasterAvoid of loading many images on one page, because visitors with low RAM memory computers will have problems.
Better split large gallery (~500 items) into few smaller (~100-200 items) and show them on different pages.
RattusKeymasterLazyLoad hides images and don’t shows them again. don’t know why yet. As for disabled counters I’ll fix them in next module version.
RattusKeymasterIn Flagallery plugin you can replace images with the same name via FTP and then go to Edit gallery -> select images which you’ve replaced -> in actions dropdown choose “Create new Thumbnails” -> repeat with action “Create images optimized for web”.
May 25, 2015 at 18:42 in reply to: How to replace image with an updated new version of the same image? #4949
RattusKeymasterThis is in my TODO list for plugin. Be patient, please.
RattusKeymasterCan you please post link to Lazy Load plugin you use? I’ll update Photoblog module soon with fixed deactivated counters panel.
RattusKeymasterSeems like you’ve already solve your problem. Gallery works fine.
RattusKeymasterI’ll add option to show or hide top bar and social buttons on GmediaCloud pages in next plugin version.
As for now you can hide it with CSS (Gmedia Settings -> GmediaCloud Page tab -> Additional CSS Code field).
RattusKeymasterSeems like you use BMP format for your images which is very problematic and not optimized for web format. Minima module (and probably other flash modules) can’t display them correctly. I recommend you reupload images in more web friendly format like JPG or PNG. Use any image editor to re-save images in different format.
RattusKeymasterCan you give me temporary FTP access to wp-content folder, so I can try to solve your problem? When I run the js code via browser console it works fine.
- AuthorPosts
