Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #697085

    Hey guys,
    i have a small issue with the displaying of the sort options with the mansory layout.
    Example: There are multiple post categories like “a, b, c, d, e”.
    In the mansory options you can choose the content, which has to be displayed in the mansory layout.
    If you choose “a,d, e” as categories, the sort options will be displayed like “a / / / d / e”.

    How can i fix the white space and empty “/” sections, so that only the right sort options will be displayed like “a / d / e” ?

    Thank you and have a great week!

    #697128

    Hey eny4W,

    We will surely help you with this. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #698201

    Hey Vinay,
    thanks for your respond. i will send you the link via private content.
    The Problem are the red borders and the blank space between the sort options. Ive already resorted the categories, that dosnt helped yet.
    To change the border color to white doesn’t solved the problem, because the space between the “/” don’t disappears.
    Thank you!

    #698202

    Oh, the viewed sort options are the only one, which are selected in the mansory-options – so there are no “empty” categories selected.

    #698381

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-sort-by-term .text-sep {
        border: none!important;
        text-indent: 0!important;
    }
    .av-masonry-sort .avia_hide_sort {
        display: inline-block;
    }
    

    Best regards,
    Yigit

    #698392

    Hey Yigit, thank you for this hot stuff!
    It seems to work, but now the sort options from the Mansory gallery are ignored and all categories are displayed, also those, which are not selected.

    Greetings

    #698393

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #698394

    Hey,
    here you go.

    Thank you!

    #698398

    Hey!

    I changed the code to following one

    .av-sort-by-term .text-sep {
       border: none!important;
       text-indent: 0!important;
    }
    .avia_hide_sort + .text-sep {
        display: none!important;
    }

    Please review your website now

    Regards,
    Yigit

    #698408

    That worked fine! You’re awesome!
    Thank you for your great support! :)
    Have a nice week!

    #698501

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    You too have a great week! :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Separators between sort options (mansory)’ is closed to new replies.