jengreen115
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgraded 4.8 Sites not recognizing HTTPSUpdate:
My coworker found a solution. We followed the instructions here and it fixed our problem.
https://jonnyjordan.com/blog/how-to-setup-cloudflare-flexible-ssl-for-wordpress/
Forum: Fixing WordPress
In reply to: Upgraded 4.8 Sites not recognizing HTTPSWe have cleared Cloudflare cache and Pantheon caches. We aren’t using any caching plugins. WordPress Pantheon Page Cache has been cleared.
I was able to fix this by adding galleries_per_page=50 back into the shortcode.
Thank you! This is working now, however each gallery is showing on a separate page. I’d ideally like them to show as thumbnails to link to their individual galleries like they were before.
The weird thing is my code was previously working and then suddenly it wasn’t. Nothing changed on my end.
Should the templates be at “wp-content > ngg > modules” or “plugins > nextgen-gallery > products > photocrati_nextgen > modules” ?
I guess I should note that [ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_thumbnails”] DOES work. I’m mistaken there.
It’s the shortcode that I am using to display all individual available galleries that previously worked is no longer working. Perhaps this is due to an update in the plugin?
I need a shortcode that will automatically display all available galleries and doesn’t require me to alter the shortcode every time a new gallery is created.
I am using the following:
[ngg_images album_ids=0 gallery_display_type=photocrati-nextgen_basic_thumbnails display_type=photocrati-nextgen_basic_compact_album galleries_per_page=50 pagination=0]
but I’ve also tried:
[ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_thumbnails”]
Nothing has changed in terms of my gallery settings or file settings. Yes I have a template set in the Gallery settings.
I unfortunately can’t provide a link as the site is still under development.
The site is hosted on Pantheon, which sometimes has weird file permission settings. However, I’m receiving this error on my local setup as well which does not have permission issues.
Forum: Fixing WordPress
In reply to: PHP Codesniffer ErrorsThank you James!