Nikko - Ghost Theme for Newsletters

Thanks for the feedback, I will check it out, although I don’t have any scrolling while swiping.
I agree the swipe up/down to close is nice.

The background scrolling is definitely there - intermittent, but there. Here’s a video showing that it does occasionally occur on your theme. It’s a screen recording from my iPhone 12 Xs Max Pro

https://drive.google.com/file/d/14RNCnqrI1Q_nJZ3QZIgGdefMtz3coWJj/view?usp=sharing

I’ve been experimenting with creating my own themes which is why I know that you’re using fslightbox.js and probably this code injection:

<script>
const images = document.querySelectorAll('.kg-image-card img, .kg-gallery-card img');

// Lightbox function
images.forEach(function (image) {
  var wrapper = document.createElement('a');
  wrapper.setAttribute('data-no-swup', '');
  wrapper.setAttribute('data-fslightbox', '');
  wrapper.setAttribute('href', image.src);
  wrapper.setAttribute('aria-label', 'Click for Lightbox');
  image.parentNode.insertBefore(wrapper, image.parentNode.firstChild);
  wrapper.appendChild(image);
});

refreshFsLightbox();
</script>
<script src="/assets/js/fslightbox.js">
</script>

That’s how I know about this problem.

This is what it should work like and work like:

Granted it’s a Wordpress plugin, but I use it on my Wordpress site:

Quite nice theme. Good job.
Already purchased it. Ran into some issues. Will contact you soon to fix it.

1 Like

Nikko = Fantastico!

Thank you for all of the great themes you provide for the community!!!

1 Like

It’s pretty!

1 Like

Haha, thanks!

Wow Norbert, this is a beautiful theme! Would love to have you join our Slack chat. There’s some discussion about how the Ghost theme system works.

1 Like

Looks fantastic! Is it optimised to pass Core Web Vitals?

1 Like

Yes, the most important metrics (LCP, FID, CLS) were all taken into consideration during theme development and optimized.

1 Like

It Looks great!. Awesome job. Cheers!

1 Like

Absolutely amazing job. Kudos to the author!

1 Like

Thank you!

1 Like

Thanks a lot!

New update [v1.1.0]:

  • added the announcement feature (above header)
  • added support for feature_image caption & alt
  • fixed image cards with links (also image gallery)

Also, for those interested, now you can get Nikko with 20% off.

1 Like

Just bought it, looks perfect for my needs. Thanks!

1 Like

Thank you, @F_rank !

Great theme, easy to customise. Highly recommended.

1 Like

Thank you, @Bert_O !

Released version 1.4.0 and added custom theme settings.
Now you can easily change the default color scheme, font family, search, hero section, and much more directly from the Admin UI.

2 Likes