Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #604872

    Hi- the navigation on my portfolio pages showing filtered results is incomplete even though I have all of the categories selected. and some are spaced weird… (before “Logo Showcase”
    Missing categories are “Service companies” , “Before & Afters”

    and can I change the names of these categories to make the shorter?

    #605600

    Hey!

    It’s because some of your Portfolio Items are set as “Private”.

    Best regards,
    Josue

    #606227

    I made all the privates – public.
    As you see I added the Full Width SubMenu with LOGO SHOWCASE and BEFORE & AFTER which looks ok i guess.

    I still don’t see the SERVICES category on the filter.

    #606230

    Hey!

    They don’t appear because only the first 20 are shown, i’ve changed the setting to ALL now.

    Cheers!
    Josue

    #606232

    Yay!! Thanks for doing that!

    Now, is there a way to reformat that navigation?

    #606235

    Can you expand on that?

    #606305

    change font, change font size, change font color, letter spacing, etc….

    #606309

    Use the following:

    #top .inner_sort_button span {
        color: red;
        font-size: 22px;
        letter-spacing: 2px;
    }

    Modify as needed.

    #606336

    thank you thank you thank you

    #606338

    You are welcome, glad to help :)

    Regards,
    Josue

    #606349

    spoke too soon…
    I can’t get it to work

    #606354

    In your style.css there’s a missing closing }:

    /*=== REMOVE VERTICAL LINE ===*/
    .main_color blockquote, 
    .main_color .avia-bullet, 
    .main_color .av-no-color.av-icon-style-border a.av-icon-char {
        border:0;
    

    Should be:

    /*=== REMOVE VERTICAL LINE ===*/
    .main_color blockquote, 
    .main_color .avia-bullet, 
    .main_color .av-no-color.av-icon-style-border a.av-icon-char {
        border:0;
    }
    #643712

    for some reason that code stopped working:

    .main_color blockquote,
    .main_color .avia-bullet,
    .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    border:0;
    }

    #643746

    Hi,

    Look like the code is wrapped inside a media query so its only getting applied on mobile devices:

    @media only screen and (max-width: 767px) {
    }

    Best regards,
    Josue

    #643751

    OH- I must have messed it up. How to fix it.

    #643803

    Place it outside the media query.

    #644329

    well- I guess that is my problem because I don’t know how to do that and am afraid of messing things up further. can you take a look?

    #644843

    Ok, i’ve edited the file and now the testimonial CSS should be applied on all sizes.

    Best regards,
    Josue

    #644956

    thank you!!! you are so helpful.

    #645097

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Navigation showing filtered results incomplete’ is closed to new replies.