Search found 22 matches

by jmglastetter
Tue Jun 03, 2025 5:22 am
Forum: Plugins
Topic: Lightbox update 2.7.0
Replies: 9
Views: 996

Re: Lightbox update 2.7.0

Yay! That worked on my end. See if it works on your end. This is how I inserted it into my index.tpl file so when I see it years from now, I won't forget why it's there. <!-- Activates the jQuery file in the Templates folder. Needed for the Lightbox plugin --> <script src="/templates/jquery.js&...
by jmglastetter
Mon Jun 02, 2025 11:22 pm
Forum: Plugins
Topic: Lightbox update 2.7.0
Replies: 9
Views: 996

Re: Lightbox update 2.7.0

Yes, I could try it if you point me on where to find it, and the directory to install it.
by jmglastetter
Mon Jun 02, 2025 10:22 pm
Forum: Plugins
Topic: Lightbox update 2.7.0
Replies: 9
Views: 996

Re: Lightbox update 2.7.0

Are you outside the US by chance? If so, I have disabled that protection to see if it allows you access.

For my lightbox settings, I've attached a screen shot.
by jmglastetter
Mon Jun 02, 2025 2:20 pm
Forum: Plugins
Topic: Lightbox update 2.7.0
Replies: 9
Views: 996

Re: Lightbox update 2.7.0

Sure thing! For me the thumbnails are now just maximizing, isolated as individual photos, instead of the lightbox slideshow.

https://preciseassemblies.com/driveway- ... ng-service
by jmglastetter
Sun Jun 01, 2025 12:22 am
Forum: Plugins
Topic: Lightbox update 2.7.0
Replies: 9
Views: 996

Lightbox update 2.7.0

Hi!

I just updated from Lightbox 2.5.7 to 2.7.0 and the page images no longer open in a lightbox or have the left/right arrows once full size.
by jmglastetter
Tue Sep 28, 2021 7:24 am
Forum: Generelles in Deutsch
Topic: Lightbox (serendipity_event_lightbox) 2.5.3
Replies: 4
Views: 4165

Re: Lightbox (serendipity_event_lightbox) 2.5.3

Mine is doing the exact same. I didn't notice it until after upgrading to 2.4-beta 1, so I don't know if the issue is with the 2.4-beta update or a lightbox update.
by jmglastetter
Thu Feb 20, 2020 8:55 pm
Forum: General discussions
Topic: URL parameter causing 404
Replies: 0
Views: 25703

URL parameter causing 404

When adding a Parameter to our URL, it's causing a 404 error.

example.com/test?foo=bar

Is there something in HTACCESS or the Config file I should look at?
by jmglastetter
Wed Jan 29, 2020 4:01 am
Forum: General discussions
Topic: Meta and Rel tags for individual pages
Replies: 1
Views: 10476

Meta and Rel tags for individual pages

I'm currently using the HTML nugget plugin to insert into the head for site-wide information.

Needing to insert robot meta tags and rel canonical tags to the head of individual static pages.

Is there a way to do this, maybe another plugin I'm overlooking?
by jmglastetter
Tue Dec 31, 2019 5:55 pm
Forum: General discussions
Topic: Google sitelink pointing to "Pagination"
Replies: 2
Views: 10614

Re: Google sitelink pointing to "Pagination"

Hi! Still looking for help with this. I've attached a screen capture of what the sitelink looks like.

Would adding a robot.txt file be appropiate to block this page from appearing, or would that block the whole site since it's pointing to /index.php?
by jmglastetter
Mon Nov 25, 2019 5:31 am
Forum: General discussions
Topic: Google sitelink pointing to "Pagination"
Replies: 2
Views: 10614

Google sitelink pointing to "Pagination"

Doing a search for my own site has recently started showing a mysterious sitelink below my site's result pointing to a page called "Pagination". The URL it's pointing to is https://mysite.com/index.php?frontpage?frontpage. (my actual site changed to "mysite") My site consist of a...
by jmglastetter
Sun Aug 04, 2019 7:11 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 190232

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

That fixed it. Hopefully I was more prepared with the information you needed this time around. Existing Line 152: {if (($taskCount > 0) || (sizeof($sqlfiles) > 0))} Updated Line 152: {if (($taskCount > 0) || ($sqlfiles && (sizeof($sqlfiles) > 0)))} After updating that line and clicking the u...
by jmglastetter
Sun Aug 04, 2019 6:10 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 190232

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

At it again. Similar error message now when trying to update from 2.3-beta1 to 2.3-rc1. Using PHP 7.3.6. There are no plugin updates available. Line 128 of upgrader.inc.tpl still reads "{if $sqlfiles && (sizeof($sqlfiles) > 0)}" which is what we changed to last time to solve the er...
by jmglastetter
Sun Jun 02, 2019 4:39 am
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 190232

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

You are right, after trying Update Plugins a few times, and installing a few plugins to test, I'm not getting the HTTP-Referrer error anymore. :D
by jmglastetter
Sat Jun 01, 2019 3:55 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 190232

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

It worked! Thank you for being persistent!
Powered by Serendipity 2.3-beta1 and PHP 7.3.3
Is the Update Plugin HTTP-Referrer string error, and the CheckSum error anything the try to fix?
by jmglastetter
Sat Jun 01, 2019 2:20 pm
Forum: Bugs
Topic: "Uncaught Error" when updating from 2.15 to 2.3-beta1
Replies: 40
Views: 190232

Re: "Uncaught Error" when updating from 2.15 to 2.3-beta1

Line 128 of templates/2k11_myfork/admin/upgrader.inc.tpl

Code: Select all

{if (sizeof($sqlfiles) > 0)}
I also verified that this is the same code on line 128 of my regular 2k11.