Post Grid Bugs

Ticket for: Combo Blocks
0
Post Grid Bugs 1
Mario
Aug 08, 2019 10:17 PM 1 Answers
Member Since Jun 2019
Subscribed Subscribe Not subscribe
Flag(0)

I have tried emailing support but no one has gotten back to me.

Here are my issues:

1. When a filter is checked (example Bridges) and then click on one of the images (projects), view it, then when you hit the back button the bridges box/filter is still checked but the filtered projects (posts) don't stay, they revert to "all" even though bridges is still checked.

2. The filter Category name is being brought in but the slug is being used, I need the label to be used instead, should read "Project Categories, same for the Client Type below.

3. Is there a way to get the selected boxes turn a color and be bold? I have tried this but its not working?

.mixitup-control-active .filter-name {
color: rgb(148, 184, 187);
font-weight: bold;
}

SITE PAGE:
https://www.snyder-associates.com/projects-portfolio-2/

2 Subscribers
Post Grid Bugs 1
Post Grid Bugs 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Post Grid Bugs 4
PickPlugins
Aug 10, 2019
Flag(0)

Welcome to our forum.

Sorry for late reply,

#1, the issue you mentioned is neither a bug nor a feature, it probably cache issue when you click back button page content got refresh but form field checked,

#2. you don't need to put any slug, you can use any name like "Project Categories" it will be used as group title. you can keep this empty if you don't want to display.

#3. you can try following css to style active filter text

input.mixitup-control-active + span {
    color: #dc1515;
}

See the screenshot

https://imgur.com/J3UZnmO

Regards

Post Grid Bugs 5
Mario
- Sep 05, 2019 07:46 PM
Flag (0)
0

Is there a way for it to hold content and checked box when you go back to page?

Post Grid Bugs 5
Mario
- Aug 13, 2019 08:41 PM
Flag (0)
0

Is there a way for it to hold content and checked box when you go back to page?

Sign in to Reply
Replying as Submit