-
AuthorPosts
-
March 30, 2016 at 1:38 am #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?
March 31, 2016 at 3:30 am #605600Hey!
It’s because some of your Portfolio Items are set as “Private”.
Best regards,
JosueMarch 31, 2016 at 8:53 pm #606227I 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.
March 31, 2016 at 9:00 pm #606230Hey!
They don’t appear because only the first 20 are shown, i’ve changed the setting to ALL now.
Cheers!
JosueMarch 31, 2016 at 9:04 pm #606232Yay!! Thanks for doing that!
Now, is there a way to reformat that navigation?
March 31, 2016 at 9:10 pm #606235Can you expand on that?
March 31, 2016 at 10:45 pm #606305change font, change font size, change font color, letter spacing, etc….
March 31, 2016 at 10:50 pm #606309Use the following:
#top .inner_sort_button span { color: red; font-size: 22px; letter-spacing: 2px; }
Modify as needed.
March 31, 2016 at 11:28 pm #606336thank you thank you thank you
March 31, 2016 at 11:30 pm #606338You are welcome, glad to help :)
Regards,
JosueMarch 31, 2016 at 11:45 pm #606349spoke too soon…
I can’t get it to workMarch 31, 2016 at 11:51 pm #606354In 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; }
June 7, 2016 at 12:03 am #643712for 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;
}June 7, 2016 at 2:51 am #643746Hi,
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,
JosueJune 7, 2016 at 3:37 am #643751OH- I must have messed it up. How to fix it.
June 7, 2016 at 6:25 am #643803Place it outside the media query.
June 7, 2016 at 8:13 pm #644329well- 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?
June 8, 2016 at 2:31 pm #644843Ok, i’ve edited the file and now the testimonial CSS should be applied on all sizes.
Best regards,
JosueJune 8, 2016 at 5:13 pm #644956thank you!!! you are so helpful.
June 8, 2016 at 10:21 pm #645097You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Navigation showing filtered results incomplete’ is closed to new replies.