If you want to setup other kinds of layout cell, you can try to setup them with HTML + CSS codes in a "Visual Editor" cell, or you can create your own Layout cell with custom codes, see our document:
The issue here is that the user wanted pagination numbers with the format
1-12 of 2,000 results found
Click Next
13-25 of 2,000 results found
Click Next
26-37 of 2,000 results found
and so on.
Solution:
It wont be possible to have your pages labeled as 1-12 of 2,000 results found.
You can have it as 12 of 2,000 results found and this is because of the limitations of the shortcodes that will be employed to display this information.
They can only display the current results count and the total number of results. The only way i see this being possible is for you to make use of a custom shortcode to minus 12 from the current page results count.
Problem:
The issue here is that the user wanted to hide his filters that won't produce a result on their view.
Solution:
Assuming here that you are using a Blocks setup for your view then you wont be able to do it from here as this setting isn't available for the Blocks view setup.
You can only have this option when you're creating the view using the classic editor.
If you're not using the classic editor you can enable it by going to Toolset -> Settings and scroll down to Editing Experience and enable the 3rd option.
Once you've done this you go to Toolset -> Views to create your classic views.
On your classic view you will scroll to the Custom Search Settings then select "Let me choose individual settings manually" then scroll down to "Show only available options for each input" and from there you can select Disable instead of Hide.
The problem here is that the custom fields are appearing on every post type.
Solution:
If you go to Toolset -> Custom Fields and edit your field group, under Appears On you should be able to specify the post types that the custom field group should appear on.
This should allow you to resolve the issue and restrict your custom fields to only appear on one post type.