ResolvedPagination Problem – Vendor Page
- This topic has 8 replies, 2 voices, and was last updated 2 years, 4 months ago by
laagom.
- AuthorPosts
- December 11, 2020 at 2:22 pm #27749
laagom
ParticipantHi Dimitar,
There is a pagination issue on the vendor page of my website. I Have set the no. of vendors to display set to 12, and it is currently displaying 13 on one page, which is looking odd.
Another problem that happens is when it is set to any number beyond 12 in multiples of 3. For example 21 or 30. There are random block gaps which come about between the vendors, like empty space blocks.
Kindly check.
Thank you.
December 11, 2020 at 2:22 pm #27750laagom
ParticipantThis reply has been marked as private.December 15, 2020 at 4:29 pm #27807Althemist
KeymasterHello Vaibhav,
I can see 12 per page on the link and can’t replicate it on my end.
For the grid problem you can try the following:
.wpb_wrapper > .rigid-wcv-vendorslist { float: none; max-width: 290px !important; display: inline-block; vertical-align: top; }
The problem is that some of the shops have a really long names (e.g. – Colores Hues and Shades OR Luna Nueva By MotherIndia) and that breaks the layout. The above CSS should fix it.
December 20, 2020 at 8:37 am #27890laagom
ParticipantThis reply has been marked as private.January 4, 2021 at 3:46 pm #28002Althemist
KeymasterHello laagom,
So sorry for the late reply. We were on vacation out of the city for the Christmas and New Year holidays.
However, I have just checked your website and it looks like the CSS code is not there.
January 8, 2021 at 8:52 am #28151laagom
ParticipantThis reply has been marked as private.January 8, 2021 at 8:57 am #28152laagom
ParticipantThis reply has been marked as private.January 8, 2021 at 10:36 am #28159Althemist
KeymasterYou’d need to place the code in the Appearance > Customize > Additional CSS field, as the one in Theme Options strips some characters for security reasons (e.g. – the “>” symbol) OR in the child-theme, as this is the best place for additional code.
January 8, 2021 at 11:50 am #28170laagom
ParticipantFantastic – It worked
- AuthorPosts
You must be logged in and have valid license to reply to this topic.