Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1328972
    pdopchev
    Participant

    Hi guys,

    1) Is it possible to have a text shadow in Essential Grid?

    2) Having an issue with running multiple filter – some of the don’t display… Any idea why?

    link: http://www.enjoycrestedbutte.com/the-crested-butte-hiking-guide/

    Thank you!

    #1329071
    pdopchev
    Participant
    This reply has been marked as private.
    #1329513
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    1. Yes, please add this to your Custom CSS,

    .esg-grid a {
        text-shadow: 1px 1px 1px #000000;
    }

    2. How should it be displayed? I can see the filters, do you mean the sub options? Maybe you could guide me what’s missing? I do some sub options are toggled off, maybe that’s the reason they aren’t appearing? I need to clarify first for comparison.

    Thanks!

    #1331060
    pdopchev
    Participant

    Hi, thanks you for the code!

    Yes, I as referring to the sub options not showing – like the way they show up in the “Time” filter…

    #1331596
    Rad
    Moderator

    Hi there,

    Yes, I need to know how they should be displayed so I could compare them to its existing setting. I can’t verify if the setting is intentional or there is something wrong with. A visual guide might help, like which filter should appear, which isn’t.

    Thanks!

    #1332045
    pdopchev
    Participant

    Hi,

    So the main idea is to have the filters display all options at the “beginning” just like the “Time” filter (check 1st screen grab)

    The “Difficulty” and “Features” filters are not displaying anything at the moment (check 2nd screen grab) – this is what I am trying to fix – to have them display all the options available for them, just like the “Time” filter.

    #1332994
    Lely
    Moderator

    Hello There,

    Thank you for the clarification.
    Please check this link:https://www.themepunch.com/faq/pre-select-multiple-filters-start-essential-grids/
    Make sure the filters you’d like to use are also selected as the grid’s main source.
    See this:http://screencast-o-matic.com/watch/cbVbeKQG6T
    I didn’t save that. Please try and save the settings.

    Hope this helps.

    #1334218
    pdopchev
    Participant

    You guys are great – that fixed the issue!

    One more thing comes to mind – is there a way to change the font only of the main Filter names (Difficulty, Features and Time) and keep them from graying out – so they stand out all the time?

    Thank you!

    #1334582
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .esg-filterbutton.esg-allfilter > span {
        color: red;
        font-family: cursive;
        font-size: 16px;
    }

    Hope that helps.

    #1337382
    pdopchev
    Participant

    Excellent! Great job once again!

    #1337432
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1328972 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>