Forum Replies Created
- AuthorPosts
RattusKeymasterI’ve tried to look at your galleries but they never loads for me. Blue bar (loading indicator) just hang almost at the end of loading.
RattusKeymaster@devin:
I can see Devin Layne Photography is Active in our service. Do you still have problem with activating access via iOS application?
RattusKeymasterAlready two years gone since Gmedia v0.9.3. A lot of code was rewritten and the modules settings changed with adding new options.
You can edit one of the Afflux gallery to fit your need and save Preset as default. Then in other galleries just click “Reset to default” button.I’ll add Reset to default action to Galleries page, so in future you can select few galleries and reset settings to all of them in one click.
RattusKeymasterI’ll add export feature in future plugin updates.
RattusKeymasterYou can add this code to your theme’s functions.php:
// create a scheduled event (if it does not exist already) function cronstarter_activation() { if( !wp_next_scheduled( 'mycronjob' ) ) { wp_schedule_event( time(), 'daily', 'mycronjob' ); } } // and make sure it's called whenever WordPress loads add_action('wp', 'cronstarter_activation'); // here's the function we'd like to call with our cron job function my_repeat_function() { // do here what needs to be done automatically as per your schedule } // hook that function onto our scheduled event: add_action ('mycronjob', 'my_repeat_function');
RattusKeymasterGmedia is more powerful in admin for users who need tags, geolocation, custom collections.
I’ve ported almost all Flagallery skins to Gmedia when finish first version of plugin (it is faster then making new from scratch) and then add few new jQuery skins and continue working on in that way.
RattusKeymasterI’m working on it.
November 30, 2015 at 00:41 in reply to: –Photomania– first 2 pictures won't show up in the gallery #5783
RattusKeymasterYour theme overriding gallery code a bit and there is CSS conflict.
Go to edit your theme’s CSS and replace on line 3209:
.image-big {
to
.image-big:not(.gmedia_gallery) {
RattusKeymasterSorry, moved to another hosting and emails about new topics and replies stopped coming. Fixed now.
Seems like you’ve already change gallery plugin, but if you still need help with this. I’m here to help.
RattusKeymasterWhich version of plugin you have? Same on latest version?
RattusKeymasterThis reply has been marked as private.
RattusKeymasterLicense Key related to domain only, so all folders after slash will be ignored. License key will work on both your websites (if both powered by wordpress).
RattusKeymasterSorry, moved to another hosting and emails about new topics and replies stopped coming. Fixed now.
Email with License Key sends automatically after payment will be verified by 2Checkout payment system. This can take from few minutes to 24 hours.
RattusKeymasterIt is possible to set description to be visible all time, but it requires code modification and making it under the picture will be much harder. Unfortunately, I’ve no time for customization, but I’ll add few options to Phantom in the future.
RattusKeymasterPlease, post link to page with banner.
- AuthorPosts
