Javier Félix Hernández Márquez
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Display the values of a CPT in a data entry form drop-down list.
Started by: Javier Félix Hernández Márquez in: Toolset Professional Support |
|
2 | 9 | 1 year, 6 months ago | |
|
Pagination not adaptable to mobile devices.
Started by: Javier Félix Hernández Márquez
in: Toolset Professional Support
Problem: I have added pagination to a view, and it displays correctly on desktop but goes out of canvas on mobile, breaking the website's responsiveness. I am using the GeneratePress theme. Solution: Adding the CSS code below will enable flex-wrap, ensuring the pagination fits within the canvas on mobile devices: .wpv-archive-pagination-nav-links, .wpv-archive-pagination-nav-links-container, .wpv-pagination-nav-links, .wpv-pagination-nav-links-container, .wpv-pagination-preview-element {
flex-wrap: wrap;
}Alternatively, use Toolset’s pagination options to reduce the number of page links displayed for a cleaner look on mobile. |
|
2 | 3 | 1 year, 6 months ago |