mike smith

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
Jan 25, 2021 at 6:46 pm
#145262
Participant
mike smith
OP

I don’t know what you mean by activate my page again… the search/category works now.
To the colours – this in your CSS:

.pagination li.active a:hover, .pagination li.active a {
    color: #ffffff;
    border: 1px solid var(--color-primary-active);
    background: var(--color-primary);
}

.pagination li a:hover {
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    background: #ffffff;
}

The !important on the a:hover color, means both text and background are the same colour, because li.active takes over (background=primary) but a:hover remains (color=primary) due to the !important.
Not relevant what colour I change in settings.
Cheers

Jan 25, 2021 at 6:22 pm
#145259
Participant
mike smith
OP

Brilliant… very impressed by the speed. Many thanks.
No rush but just a note. Due to the way CSS is structured, the background and text colour are both PRIMARY when you hover (pagination buttons but also elsewhere), so the text disappears.
Thanks again for the fixes.

Jan 25, 2021 at 1:08 pm
#145232
Participant
mike smith
OP

Ok. So search only works when not on the home page. This is a feature not a bug. Right.
How about the https://library.recoverydevon.co.uk/wpdm-test/ page – where the TABLE ignores categories?

Jan 25, 2021 at 12:51 pm
#145229
Participant
mike smith
OP

So… with that search, the bug is that it works on inside pages. But used on the home page, it returns POST results, not PACKAGES.

Try the search I have now placed on that same page. No matter what category I choose, it returns results from ALL categories.

Jan 25, 2021 at 12:02 pm
#145221
Participant
mike smith
OP
This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)