• Resolved binzooo

    (@binzooo)


    Hi there,

    Thank you so much for this awesome plugin! ??

    I have quite a lot of testimonials and rely on the page navigation to view them all, but I noticed that it cuts off on mobile. Is it possible to create a line break after maybe page 10 and centre the navigation on two lines for mobile?

    It also looks like line breaks aren’t permitted/working in the actual testimonial content, so for anyone submitting a longer message, it shows one long continuous message rather than separate paragraphs like on the submission form and in WP admin – is there some code for that?

    Thank you so much in advance, really appreciate your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @binzooo,

    Thank you for reaching out to us!
    Is it possible to send me your page’s URL so I can take a look at the pagination and the testimonials?
    I tried on my end and it should work to add spaces in the testimonial.
    Can you please send me a screenshot with a testimonial from the back-end and one from the front? Thank you!

    Warmly,
    Mihaela

    Thread Starter binzooo

    (@binzooo)

    Hi Mihaela,

    Thank you for your reply ??

    For navigation issue:

    Desktop: https://prnt.sc/10tki6l
    Mobile: https://prnt.sc/10tkiby
    Page link: https://bit.ly/399MrbD

    Line break issue:

    Back-end: https://prnt.sc/10tkt75
    Front-end: https://prnt.sc/10tku6i

    Hope this helps, thank you -B

    Hi @binzooo,

    Thank you!
    For the mobile nav issue please add this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 900px) { .strong-view ul.simplePagerNav {
    	line-break: anywhere;
    } }

    To show those line break in the content please go to your dashboard > Testimonials > Views > edit the view in question > Fields > Content > and check the option ‘show html’ > save.
    This should fix it!

    Warmly,
    Mihaela

    • This reply was modified 3 years, 8 months ago by Miha.
    Thread Starter binzooo

    (@binzooo)

    Hi Mihaela,

    Ahh this worked perfectly, thank you so much for your help!

    All the best and keep up the great work ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navigation cuts off on mobile’ is closed to new replies.