Javier Félix Hernández Márquez
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Display the values of a CPT in a data entry form drop-down list.
Commencé par : Javier Félix Hernández Márquez in: Toolset Professional Support |
|
2 | 9 | Il y a 1 year, 8 months | |
|
Pagination not adaptable to mobile devices.
Commencé par : 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 | Il y a 1 year, 8 months |