Chris Borgman
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Featured Image Column] Remove Column from Pages?No worries Robin, thanks for the great plugin!!
Forum: Plugins
In reply to: [Add Featured Image Column] Remove Column from Pages?Oh wow, I was wondering why this was not working. But it is NOW!!
Thank you swinggraphics!!! ??
Forum: Plugins
In reply to: [PhotoSwipe] Open single images in PhotoSwipe?The script developer says there’s no issue with opening a single image, so maybe you changed or left out something when building the plugin?
Please suggest.
Thanks!
I just updated to iOS 9.0.2 and all is well.
Responsive Menu works correctly on all my devices, Mac Desktop, Mac Laptop, iPad, iPad Mini and Android tablet.
Responsive Menu on my test website is disabled for smaller devices using media queries.
Forum: Plugins
In reply to: [PhotoSwipe] Work with NextGen/NextCellent gallery?NextCellent Gallery 1.9.27 now supports PhotoSwipe. No need to add the template.
Forum: Plugins
In reply to: [PhotoSwipe] Work with NextGen/NextCellent gallery?The NextCellent Gallery author (NextGen legacy version) responded to my request about using PhotoSwipe with NCG/NGG, here’s his fix:
You can easily achieve this with a custom template. I tweaked the default gallery one a bit to make it work: https://bitbucket.org/snippets/nextcellentteam/gMy8b.
As always, save the template in the ngg_styles folder, and use template=”swipe” in the shortcode (assuming you named the file gallery-swipe.php).
Should you want to have this enabled on all galleries, you can save the file as gallery.php. This allows you to override the default template and you don’t have to add template=”swipe” in the shortcode.
I choose to just replace the default template with his hacked code and PhotoSwipe now works perfectly with NCG/NGG.
I was really happy this worked so well and wanted to share this with others! ??
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Dropdown empty on adding a new galleryAre you using Cloudflare? My issue had something to do with Cloudflare, even when not active.
Go here: https://bitbucket.org/wpgetready/nextcellent/pull-request/63/fix-ajax-gallery-select-in-tinymce-window/diff and try adding this code to the appropriate page.
or go here: https://bitbucket.org/niknetniko/nextcellent/downloads to download latest version to test.
Hopefully that helps.
Forum: Reviews
In reply to: [Grid Columns] Not completely Responsive.That would be great if you could do that… I tried and failed, would not work with videos, but then I really don’t know what all needs to be done.
Adding two breakpoints 1023px and around 600px would be a good start. As long as the user could easily change the break points by editing the core CSS file or adding it to their theme’s CSS.
Because I could not figure out how to add a “tablet” break point I went with this one, which was also suggested by another reviewer.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Dropdown empty on adding a new galleryIf you haven’t already done so please update to latest version of Word Press, your theme and NextCellent plugin.
Then list your OS, WP theme and if your WP install is multisite (WPMU) or single install.
Please deactivate all other plugins and test. Try testing in WP default 2015 theme.
Please post your results here.
I also have this issue on some WP installs but not on all. So it’s been really hard to isolate what triggers this conflict.
Please, if anyone can post information about their website configuration and test results I’ll post it for the author on Bitbucket. He’s also having a hard time reproducing the issue.
Forum: Plugins
In reply to: [PhotoSwipe] Work with NextGen/NextCellent gallery?I was just commenting that I, personally, only know some CSS, so I can not help in telling you why these other lightbox plugins work with NextGen/NextCellent.
I can only say they do, so, I’m thinking it shouldn’t be too hard…?
Forum: Plugins
In reply to: [PhotoSwipe] Does not work with cropped thumbnailsSo, I’ve been following along on github. Is Dimity being stubborn or helpful, I can’t tell. LOL. I saw the jsbin and FancyBox seems to have no issue with animation from a cropped thumbnail. Hmm.
So what do you think? Any luck with your implementation of a fix?
Forum: Plugins
In reply to: [PhotoSwipe] Work with NextGen/NextCellent gallery?Wouldn’t adding NextGen/NextCellent ability be good? With millions of downloads they are really popular.
I know some CSS and that’s it so I don’t know what the authors do to the original scripts but many lightbox plugins work with NextGen/NextCellent with no issues, Colorbox, Fancybox, Swipebox, Blueimp, the old Photoswipe, etc.. all worked out of the box, so it can’t be that big of a deal to add support… can it? Just asking…
Forum: Plugins
In reply to: [Genesis Columns Advanced] Not working with DWB child themeI thought it was a caching issue but it seems your plugin is adding this into DWB.
I deactivate all plugins and this issue still prevails, I can also still see the media query CSS in Chrome tools, but it does not exist anywhere, that I can find. There’s a comment in that file:
/* This file is auto-generated from the Dynamik Options settings and custom.css content (if file exists). Any direct edits here will be lost if the settings page is saved */
The 6000px is a CSS “hack” by DWB author to create a fully fluid layout, up to 6000px. But I have nothing in this media query, empty. I have all kinds of stuff going on: @media only screen and (min-width:1024px) and (max-width:6000px) { }, but no column classes, and that’s not what we are seeing in dev tools anyway.
When I deactivate GCA the media query CSS goes away. I deleted GCA and reinstalled, reintroduced.
I have permission to give you a copy of Dynamik Website Builder for development purposes if you’d like to investigate. I sent to outermost design email.
Thanks!
Forum: Plugins
In reply to: [Genesis Columns Advanced] Not working with DWB child themeThanks for the quick reply!
I searched dynamik.css, dynamik-min.css and dynamik-custom.css and found nothing…?
It’s not from another column plugin? I’m trying different ones but of course they all have their own css file.
Forum: Plugins
In reply to: [Column Shortcodes] Not dividing columnsTwo 49% columns are stacking on top if each other on the left side using only 49% of the width, instead of 2 columns of 49% side by side as they should be.
Disappointing.