Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #577102

    Hi!

    I tried to change the separator between the categories like in this post :
    https://kriesi.at/support/topic/change-separator-between-categories/

    but I couldn’d find that line: $output .= “<span class=’text-sep {$term->slug}_sort_sep {$show_item}’>/</span>”;

    in the masonry_entries.php file

    Can you help me?

    Thkx!

    #577514

    Hey AgenceKineka!

    In the later Enfold versions it’s in /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php around line 142.

    Cheers!
    Elliott

    #577663

    Ok thanks!

    Is it possible to have the same look as the fullwidth sub menu seprarator (thin border 1px)?
    Because this: | is thicker…

    #578276

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #578404

    Hi!

    Here is the look of the separator with the ” | ” instead of ” / ”

    View post on imgur.com

    And it would be nice if it looks like this :

    View post on imgur.com

    #579357

    Hey!

    You can try this:

    .av-sort-by-term .text-sep {
        display: none;
    }
    
    .av-sort-by-term a {
        border-right: 1px solid gray;
        padding: 5px;
        line-height: 12px;
    }
    
    .av-sort-by-term a:last-child {
        border: 0;
    }

    Cheers!
    Ismael

    #580919

    Hi!

    yeaaah! It’s perfect ! Thanks!!!

    #581507

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.