WPIntell

Source evidence

Is it responsive?

WP-Paginate 路 support 路 2023-02-09T11:34:00+00:00

mixedsentiment
mediumseverity
0.78relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 29 rows with source links

17.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Saxman resolved
hi, I like your plugin, it works great, but at my mobile device it cuts off page numbers when they reach right side screen border. It should put those unreachable numbers at second row if it is responsive, am I right? https://photobucket.com/u/zdensax/p/76f28153-9275-4d24-9294-86c0e9f regards This topic was modified 3 years, 3 months ago by Saxman . This topic was modified 3 years, 3 months ago by Saxman . The page I need help with: [ log in to see the link] It may need some additional CSS to accomplish that. Can you provide a link to the page that is using the plugin? link added to first post regards If your theme options has a place for custom CSS, add this code: .wp-paginate { display: flex; flex-wrap: wrap; } Then clear any caches running on the site and then your browser cache. works great 馃槈 thank you thank you for the fast solution

Comments

5 shown
AlanP57 2023-02-09T11:37:00+00:00

It may need some additional CSS to accomplish that. Can you provide a link to the page that is using the plugin?

Saxman 2023-02-09T11:47:00+00:00

link added to first post regards

AlanP57 2023-02-09T13:00:00+00:00

If your theme options has a place for custom CSS, add this code: .wp-paginate { display: flex; flex-wrap: wrap; } Then clear any caches running on the site and then your browser cache.

Saxman 2023-02-09T13:06:00+00:00

works great 馃槈 thank you

Saxman 2023-02-09T13:18:00+00:00

thank you for the fast solution