Search found 142 matches

by bayerberg
Mon Feb 24, 2020 5:01 pm
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6771

Re: Next / Previous pages

I tried the functions and works fines. @diego ha! happened again - https://dontbe.soy/ json looks ok but the site mangles previous/ next pages. first one doesn't have any, then next two sit together and then the rest of the page works as normal. there might be a wonky loop somewhere, trying to find...
by bayerberg
Thu Feb 06, 2020 2:57 pm
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6771

Re: Next / Previous pages

thanks for checking. the bug is there somewhere :) i get the issue quite often, dont have a clue why it happens though. ill post up the example when it happens.
by bayerberg
Fri Jan 31, 2020 10:17 pm
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6771

Re: Next / Previous pages

its not a timezone issue. time difference is around 20 minutes. it happens both on a local server and online.
by bayerberg
Fri Jan 31, 2020 12:44 am
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6771

Re: Next / Previous pages

Managed to track down the issue - it has to do something with a date and how its being set. Theres a time difference between my server and what Bludit sets on published posts. Any help?
by bayerberg
Sun Jan 12, 2020 9:48 pm
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6771

Next / Previous pages

I'm doing next/ previous pages this way echo'<div class="row">'; $previousPageKey = $page->previousKey(); $previousPage = buildPage($previousPageKey); $nextPageKey = $page->nextKey(); $nextPage = buildPage($nextPageKey); echo'<div class="six columns center-text">'; echo '<p class...
by bayerberg
Thu Nov 21, 2019 3:04 pm
Forum: General
Topic: [bug] Page position number and ascending/ descending selector
Replies: 0
Views: 9395

[bug] Page position number and ascending/ descending selector

Page position is created as one of the variables when you hit "New Content" button. If you have draft pages and website is set to sort the pages by position this presents problems. It messes with next/previous page functions. If you set "Order content by" to Position there is no ...
by bayerberg
Mon Sep 30, 2019 10:28 am
Forum: Plugins
Topic: [Plugin] Gumroad Products - e-commerce done the easy way
Replies: 6
Views: 10508

Re: [Plugin] Gumroad Products - e-commerce done the easy way

Yep, because of politicians normal people have to suffer :| Even if I would attach the .js file gumroad provides by default you wouldnt be able to use the payment gate. If you know of a similar service that provides something similar to gumroad and works in your country give me a shout, ill do a plu...
by bayerberg
Mon Sep 30, 2019 10:22 am
Forum: Plugins
Topic: [Plugin] Events
Replies: 2
Views: 2462

Re: [Plugin] Events

Thanks! I'll try to finish and post it this week :D
by bayerberg
Thu Sep 19, 2019 2:34 pm
Forum: General
Topic: The title of the next and previous post
Replies: 5
Views: 4915

Re: The title of the next and previous post

this is a cool feature but needs a bit of tweaking. if you run a normal blog it works fine, but if you rely on categories and need to display next page in the category theres a need for a bit of code jiggery. would be great if this could be configurable in settings or with extra variable.
by bayerberg
Wed Sep 18, 2019 3:01 pm
Forum: Plugins
Topic: [Plugin] Events
Replies: 2
Views: 2462

[Plugin] Events

Finishing Events plugin, there are a couple of people here who mentioned this functionality a couple of times - i have questions :) - do you need one page with all events listed out or do you need to attach event details to specific posts or static pages? - plugin will be SEO ready (schema.org event...