Tagged: portfolio pagination
-
AuthorPosts
-
September 27, 2019 at 11:35 am #1142693
Dear Enfold crew.
Thanks for a great theme:) – We love it.
But we have a problem with a missing number 3 “/”-separator in our portfolio grid text. And we cant seem to get it visible.
Can you help us? It should be visible between the textlinks:“Ølandssten, Kalksten, Marmor og Sandsten” and “Skifer – Ler, Kvarsit, Fylitt m.fl”
on this page:
https://e-nielsen.dk/stentyper/Alle / Granit, Basalt, Gabbro, Gneis, Lava m.fl. / Ølandssten, Kalksten, Marmor og Sandsten ” “/” missing here” Skifer – Ler, Kvarsit, Fylitt m.fl
Thanx, hope to hear from you soon.
/HelleSeptember 27, 2019 at 12:33 pm #1142726Hey Helle,
You seem to have following custom CSS code
span.text-sep:nth-child(6) { visibility: hidden; }
Please use following code instead
span.text-sep:nth-child(6) { visibility: visible; }
Best regards,
YigitOctober 2, 2019 at 11:03 am #1144125Thanx Yigit. It worked:)
Can you please help us with some other fixes on this very page “Stentyper” as I can not seem to figure out the css?
1. We want all the categories to be displayed as it it know, but with a break between “Grøn” & “Granit, Basalt, Gabbro, Gneis ….” So it will be displayed like this below:
“Alle / Hvid / Grå / Sort / Beige / Gul / Brun / Rød / Grøn”
“Granit, Basalt, Gabbro, Gneis, Lava m.fl./Ølandssten, Kalksten, Marmor og Sandsten/Skifer – Ler, Kvarsit, Fylitt m.fl.”2. Is it possible, only for this page to display ALL posts/images? – So we don’t have a limit on 100 post numbers? Because the pagination does that the colour sorting is only on that page eg. nr 1, and doesn’t include all the images for the portfolio gallery.
3. Last but not least, is there a css overview somewhere were I can see more css styling codes for this specific portfolio item besides those I can those within the portfolio items options?
Thanks so much for helping us out here:)
October 2, 2019 at 7:11 pm #1144232Hi,
1- Please add following code to Quick CSS
a.granit-basalt-gabbro-gneis-lava-m-fl_sort_button { clear: left; }
2- Please edit your Portfolio Grid element and choose to display “All” in “Post number” – https://prnt.sc/pdyuzy
3- You can find Portfolio Grid related customizations on Enfold documentation here – https://kriesi.at/documentation/enfold/portfolio-grid/ :)
Best regards,
YigitOctober 3, 2019 at 11:36 am #1144450Fantastic Yigit.
Thanks so much for your kind and fast help.
Enjoy your day.
/Helle
October 3, 2019 at 4:17 pm #1144520Hi,
I’m glad this was resolved.If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Sort "/" missing in my portfolio grid’ is closed to new replies.