Search found 141 matches

by bayerberg
Thu Feb 06, 2020 2:57 pm
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6369

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: 6369

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: 6369

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: 6369

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: 8834

[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: 10157

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: 2362

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: 4706

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: 2362

[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...
by bayerberg
Thu Sep 12, 2019 2:37 am
Forum: Plugins
Topic: [Plugin] Gumroad Products - e-commerce done the easy way
Replies: 6
Views: 10157

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

New plugin from makeitblu - Gumroad.com Products If you have your gumroad.com storefront and don't want to fiddle with custom code or content editors this is the plugin that will do all heavy lifting for you ;) All you need to do is to add your product (product name, button call to action, link to ...