## General: site behavior

Product: Verba - Modern Blog & Magazine WordPress Theme
URL: https://hub.jkdevstudio.com/docs/verba/theme-settings/to-general-site
Updated: 2026-09-09
Summary: The Site tab in Verba Theme Options: page transition modes, tooltips and their styling, smooth scrolling and its cost, and the extra admin list columns.
Availability: Pro only.

[[Verba > Theme Options > General > Site]] holds a handful of switches that look small and change how the whole site feels. Read this one before you spend an afternoon wondering why your sticky header behaves oddly.

## Page transitions

The **Page transitions** group carries one master choice with three modes.

:::options

- **Page transition** (default: animated): How moving from one page to the next feels. Standard is ordinary browser navigation. Animated uses the browser View Transitions API. SPA loads the next page in the background and swaps it in without a full reload.

:::

Choosing SPA reveals its own group of detail settings underneath. What each mode costs you, and when SPA is the wrong answer, is covered in SPA and page transitions.

<div data-callout="warning">

Test this on your real content, not on a demo. A transition mode that feels great on a five-page site can feel wrong on a long article with embeds and ads.

</div>

## Tooltips

Small styled labels the theme shows on hover and on keyboard focus. They are off by default, because they suit some sites and clutter others.

Turn them on with **Tooltips** in the Misc group. A styling group then appears:

:::options

- **Tooltip style** (default: inverted): Which of the theme surfaces the tooltip is painted on. Inverted, default, secondary, accent, or custom.

- **Reveal animation** (default: blur): How the tooltip appears. Fade, slide up, blur, or scale.

- **Background** and **Text color**: Only used by the custom style. Leave them empty and the theme colors apply.

:::

Tooltips open on keyboard focus, not only under a mouse pointer. That is why turning them on does not create a layer of information that keyboard users cannot reach.

## Smooth scrolling

Off by default. Turn it on with **Smooth scrolling** in the Misc group, and a group of controls appears.

:::options

- **Strength** (number, default: 8): How much the scroll eases. Low is close to native, high is a longer, floatier catch-up.

- **Speed** (number, default: 100): How far one turn of the wheel travels, as a percentage of the normal distance.

- **Flick limit** (number, default: 3): The furthest a single trackpad flick can send the page, measured in screens.

:::

<div data-callout="warning">

Smooth scrolling intercepts the browser scrolling, and the price is real: sticky elements can behave oddly and jumps to anchors land less precisely. It is switched off automatically on touch devices and for visitors who ask for reduced motion.

</div>

If you only want anchor links to glide, you probably do not need this. Modern browsers already do that with `scroll-behavior: smooth`, and it does not affect the rest of the page.

## Admin list columns

The Misc group also adds columns to the WordPress admin lists. None of these change anything a visitor sees.

:::options

- **Views and likes columns** (default: on): Adds the view and like counts to the posts list.

- **Category image column** (default: on): Adds the category image to the categories list.

- **Sponsored post state** (default: off): Marks sponsored posts in the posts list, so you can spot them while scanning.

:::

## Questions

<details><summary>Tooltips are on but I do not see any</summary>

They appear on elements that have a tooltip attached, mostly icons and controls where a symbol needs a name. If nothing on the page has one, nothing shows.

</details>

<details><summary>Should I use smooth scrolling on a long-form blog?</summary>

Usually not. Long articles rely on sticky elements and anchor jumps, which are exactly what the effect makes worse. It works better on short, designed pages.

</details>

<details><summary>Do the admin columns slow down the posts list?</summary>

The counts come from data already stored with each post, so the impact is small. If you never look at them, turning them off keeps the list narrower on a laptop screen.

</details>