Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.
    /Helle

    #1142726

    Hey 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,
    Yigit

    #1144125

    Thanx 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:)

    #1144232

    Hi,

    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,
    Yigit

    #1144450

    Fantastic Yigit.

    Thanks so much for your kind and fast help.

    Enjoy your day.

    /Helle

    #1144520

    Hi,

    I’m glad this was resolved.If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sort "/" missing in my portfolio grid’ is closed to new replies.