MakeITeasy Back To Top is the #113 ranked block app on WordPress, with a 5.0 average rating from 2 reviews, as of Aug 31, 2026.
MakeITeasy Back To Top is a WordPress Plugin Directory app by Lovro Hrust. With a rating of 5.0★ from 2 reviews, it currently ranks #113 in the Block category.
AppRanks data: MakeITeasy Back To Top ranks #113 in Block on WordPress Plugin Directory, placing it in the top 20% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
MakeITeasy Back To Top is a category-leading WordPress app with a limited review volume. It is listed in the Block category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Lovro Hrust — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from MakeITeasy Back To Top?
See MakeITeasy Back To Top's alternatives ranked by audit score, rating, and review velocity.
How MakeITeasy Back To Top works
Show full descriptionShow less
Very customizable and lightweight back to top 🔝 solution.
Fully compatible with Full Site Editing themes and with classic themes if block editor is enabled.
How this differs from other similar plugins? This is a block, inside which you can insert any other block. This makes it utmost customizable. By default, a button block with inline image is inserted, but you can remove it and insert any other block you wish or customize default button or insert your own image. As button is a normal WordPress block, you can customize it like you would normally do, pick background color or foreground color from sidebar, choose border radius for edges, or anything else which is customizable in block editor.
Features (block editor sidebar)
In the block sidebar, it is possible to choose if the block will appear both on desktop and mobile variant of page and breakpoint between the two.
Choose page scroll mode when clicked on button: smooth or instant.
Opacity of the block.
Duration of slow appearance (“fade in”).
Position of the block from bottom right corner of the browser window, in css unit by choice.
Go to bottom functionality.
DEMO Test in wordpress playground Choose “Live preview” button in top left area of screen.
To get this working, a little effort is needed. These are the steps:
Enter the admin area
Open site editor (Edit site in admin toolbar)
On the left sidebar, in AREAS, find Footer
Insert “Back to top” block in the footer group block (outer group block, as there are two), as the last element of group. If you insert it outside, it may appear very wide. If you inserted it in the wrong place, correct it by moving the block to position.
Set block alignment to right if you want it at the right side. Be carefull to set “Back to top”‘s block alignment, not alignment of the inner button.
You can also activate “go to bottom” functionality in the block settings sidebar to try this.
Save and navigate to front page. It should work.
Or, alternatively, try demo of my popup block, where everything is already set up and also back to top button is showcased: MakeITeasy popup
Go to bottom Introduced go to bottom functionality – can be turned on in block sidebar (off by default). When user scrolls down button flips down ⬇ and leads to bottom of page, when scrolled up it flips up ⬆ and leads to top of page.
Usage General Plugin provides a block called “Back to top”, which serves the commonly known purpose to take user to top of the page. By default, button appears only when user scrolls some amount down.
Block themes The best way to use plugin is using full site editing theme. There you can add it to footer (alternatively to header) and block will be displayed on each page with this footer. If you add it to page, it will be displayed for this page only.
Classic themes As mentioned above, adding this block to page will show it only on this page. To show it on many/all pages, you have to add it to footer (or header). You can do so by creating block on one of the pages and copy its code (copy option from block menu). Then, add echo do_blocks($content); line in your footer (header) php template, where you replace $content with copied block content string. Content must be between single quotes, as it is string, according to rules of PHP. Or even better, use nowdoc syntax.
Example for theme GeneratePress:
First create child theme, so your code is not overwritten by theme updates. Then in footer.php, after line 13 of original footer.php of theme insert following code:
echo do_blocks( <<<'block' <!-- wp:makeiteasy/back-to-top --> <div id="makeiteasy-back-to-top" data-smooth-scroll="false" data-enable-on-desktop="true" data-break-point-mobile-desktop="768" data-go-to-bottom="true" style="--makeiteasy-back-to-top-opacity:0.7;--makeiteasy-back-to-top-visibility-transition-duration:0.3s;--makeiteasy-back-to-top-right:30px;--makeiteasy-back-to-top-bottom:30px" class="wp-block-makeiteasy-back-to-top"><!-- wp:button {"style":{"spacing":{"padding":{"top":"12px","right":"12px","bottom":"12px","left":"12px"}},"border":{"radius":"9px"}}} --> <div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="border-radius:9px;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCA5NiA0ODAgMjgzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00MyAzNzktNDMtNDMgMjQwLTI0MCAyNDAgMjQwLTQzIDQzLTE5Ny0xOTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==" alt="Back to top arrow" width="24" height="24"></a></div> <!-- /wp:button --></div> <!-- /wp:makeiteasy/back-to-top --> block );
Important note:
If you install block through block editor, and after creating block, you copy block code to footer and delete original block in page, plugin will be automatically uninstalled. This is handled by WordPress.
Therefore, if you are using classic theme and you will use block code only in PHP, either install plugin in a classic way through plugins page or keep one copy of block active somewhere (e.g dummy draft page), to prevent automatic uninstall.
Developers Github repository https://github.com/Lovor01/makeiteasy-back-to-top
Category rankings
As of Sep 6, 2026- Block#113of 593Top 20%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
MakeITeasy Back To Top doesn't have curated competitor matchups yet. Other tracked block apps on WordPress:
Where MakeITeasy Back To Top stands in the Block category
MakeITeasy Back To Top ranks #113 of 593 apps in the Block category, placing it in the top 20% of the listing.
Frequently asked questions
What is MakeITeasy Back To Top?
MakeITeasy Back To Top is an app for WordPress. It currently holds a 5.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Block category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Lovro Hrust.
Who uses MakeITeasy Back To Top?
Currently around 2,000 active stores have installed MakeITeasy Back To Top. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Block category on WordPress.
Where does MakeITeasy Back To Top rank on WordPress?
MakeITeasy Back To Top currently sits at position #113 in the Block category on WordPress. That places it in the top 19% of 593 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.