-
AuthorPosts
-
January 9, 2016 at 4:27 am #562271
I have JUST noticed that even though I can filter my portfolio items, when I click to view these and then click next, it is showing me all images in the portfolio and not just the ones I have filtered. Is this just how it works, and is there no option to change this so that only the filtered items are viewed in lightbox? thanks!
January 10, 2016 at 1:56 am #562557Hey carendavis!
That is just how it works. Your entries can be assigned to multiple categories so there isn’t really a way for us to limit how they get displayed in the lightbox galleries.
Best regards,
ElliottJanuary 10, 2016 at 2:33 am #562565Sweet, thanks. Will work the different categories into the menu instead!
January 11, 2016 at 3:11 am #562871Actually, perhaps you could assist me with my solution. I have instead, set each category up in a different portfolio on separate pages. I have then added a widget area in the advanced layout builder, and added a custom menu to this widget area, allowing the user to click between each category almost as they could before with the sorter, just doesn’t look quite as nice ;)
I made some tweaks to the css so that it would display how I wanted it to, (see below), but my remaining challenges are:
1: the “currently active” menu item drops down so that it is no longer in line with the rest – how do I fix this?
2: this menu does not work for smaller mobile devices, it just disappears off the page. I don’t think its necessary to show it at all on smaller devices, instead they could just view the entire portfolio – so how do I make it disappear for the smaller mobile size?These are the changes I have made so far to css for menu…
/*CHANGES TO PORTFOLIO-SORTING MENU WIDGET*/ #top .widget_nav_menu ul { display: -webkit-inline-box; font-size: 11px; letter-spacing: 0.5px; font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .main_color a { color: #808080; } .entry-content-wrapper li { margin-right: 1.5em; margin-left: 0em; } .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a { color: #ab860c; }
THANKS!!
January 12, 2016 at 4:18 am #563651Hi!
Add this.
.current-menu-item a, .current-menu-item span { margin-top: 0px !important; padding-top: 3px !important; } @media screen and (max-width: 767px) { .menu-portfolio-sorting-container { display: none !important; } }
Regards,
ElliottJanuary 12, 2016 at 4:53 am #563665This is great thanks (I made padding-top 4px as this seemed to line up better) – although it changes the styling on the main menu as well. How do I make it only change on the portfolio sorting menu? Thanks again!
January 12, 2016 at 5:06 am #563677Hey!
Do this.
.menu-portfolio-sorting-container .current-menu-item a, .current-menu-item span { margin-top: 0px !important; padding-top: 3px !important; }
Best regards,
ElliottJanuary 12, 2016 at 5:20 am #563680PERFECT! Thankyou :) (resolved) :)
January 13, 2016 at 4:29 am #564318 -
AuthorPosts
- The topic ‘Would like to view filtered images ONLY (instead of entire portfolio)’ is closed to new replies.