Squazz
Forum Replies Created
-
haha, I sure do will share my template. I just wanted to make sure that if you put it into the plugin, that everybody would get to use it ??
Yes, yes I am.
Yeah, I can’t find the place to update that setting.
Under “gallery options” I have changed the thumbnail everywhere I can.
Under “Other options I have changed the thumbnail everywhere”There’s nothing in any of the “manage tabs”
And bulk optimize does nothing in this regard.If you promise that it will be included in the free, and not the premium version, then yes ??
Update:
I see now that the thumbnails are actually in the right proportions inside the gallery, but the thumbnail for the gallery itself is still in the old size.@photocrati – I will take another point of view for a moment.
I am working on this page: https://beta.musalaha.org/participants/children/
What i want to do here is to show the 3 latest albums, not more.
At the moment this is solved by the following code:
$album = $nggdb->find_album($albumID); if($album) { foreach( $album->gallery_ids as $galleryid ){ $gallery = $nggdb->find_gallery($galleryid); $galleries[$galleryid]['title'] = $gallery->title; $galleries[$galleryid]['url'] = get_bloginfo('url') . 'participants/'. $eventCategory .'/galleries/?album=all&gallery=' . $galleryid; } $i = 1; foreach($galleries as $category){ echo '<a href="' . $category['url'] . '">' . $category['title'] . '</a><br />'; if ($i++ == 3) break; } } else { echo 'No galleries at this time, sorry :/'; }
But I was wondering of NextGen Galleries had a way to do this, in stead of me having to code it myself.
@photocrati – I have inserted the album on a normal page via IGW. You can see the page here. https://beta.musalaha.org/participants/children/galleries/
As it is seen, it gives me all of the galleries that are in that album.I’m not sure I understand what you mean?
Yeah, I know that, but I’m also pretty sure that my userbase/customers will forget this at some point. Wrecking the layout.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Doesn't work properly on mobileRoffel, if it comes to it, you could try manually updating the Swipebox jQuery that is in the plugins folder. And then tell us about your experiences ??
If this is the post you are refering to: https://www.ads-software.com/support/topic/doesnt-work-properly-on-mobile?replies=13#post-6124717 then the code should be inserted in your functions.php file. If you don’t have one in your theme, go add one right away. Read more about the file here: https://codex.www.ads-software.com/Functions_File_Explained
Please do tell me if there is more that you would like me to explain ??If you end up implementing SwipeBox yourself, then please do tell me about hat too, I would love to hear more about your discoveries ?? And I am sure that dFactory would apreciate you doing their job xD
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Use Responsive Lightbox in Nextgen GalleryThanks for the ??
I had the problem that when I used this trick, every image was seen as its own gallery, and therefor the FancyBox from Responsive Lightbox made it loop that single image.
I found that added this rel=”lightbox[gallery-%GALLERY_NAME%]” instead of just rel=”lightbox” solved all of my problems ??
Forum: Plugins
In reply to: [Meteor Slides] Template tag not working with WPMLI changed the settings for meter slides under “Custom posts” & “Custom taxonomies” to “do nothing” here:
WPML -> Translation management -> Multilingual Content SetupIt solved the problem. Just wanted to put the solution here if anyone ran into the same problem as me
Forum: Plugins
In reply to: [The Events Calendar] Bug in styling for month-viewResolved: The problem was not consistent, and might be a local error
Forum: Plugins
In reply to: [The Events Calendar] Bug in styling for month-viewYeah, it seems that it works fine now. I don’t know what the problem might have been. Sorry for the inconvenience.
Forum: Plugins
In reply to: [The Events Calendar] Display three upcoming events in a loopfede.giro, did you find a solution? ??
I’m looking to do something familiar.
I have been looking at the Event Rocket plugin, and it seems it does some of the job.I’m just interested in hearing if you found out something ??
There is a “fix” for it, I have been in that situation myself.
Try looking at this: https://www.ads-software.com/support/topic/suggestion-different-lightbox-script-for-different-resolutions?replies=4